From 7c2fbd233655f0ccaafeff9b3bf7bfd237a7a33c Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Jun 29 2013 16:26:11 +0000 Subject: Start using rawhide repos for the install ks file in master Now that the repo commands have been simplfied it makes sense to use rawhide repos in master and fedora repos in the non-master branches. --- diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index f014584..3f661dc 100644 --- a/fedora-install-fedora.ks +++ b/fedora-install-fedora.ks @@ -10,9 +10,18 @@ #part iso --size=4998 # Add the repos you wish to use to compose here. At least one of them needs group data. -repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch -repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch +# Only uncomment repo commands in one of the two following sections. +# Because the install kickstart doesn't use the updates repo and does +# use the source repo, we can't just include fedora-repo.ks + +# In the master branch the rawhide repo commands should be uncommented. +repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch +repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch + +# In non-master branches the fedora repo commands should be uncommented +#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch +#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch # Package manifest for the compose. Uses repo group metadata to translate groups. # (default groups for the configured repos are added by --default)