commit 6ac1f9902433d3c378b87b3fed4c5ab4491eae1f Author: Bruno Wolff III bruno@wolff.to Date: Tue Aug 20 21:31:04 2013 -0500
Switch over repos for branch
fedora-install-fedora.ks | 8 ++++---- fedora-repo.ks | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) --- diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index 35996eb..0ec1eeb 100644 --- a/fedora-install-fedora.ks +++ b/fedora-install-fedora.ks @@ -16,12 +16,12 @@ # 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=$ba... +#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=$ba...
# In non-master branches the fedora repo commands should be uncommented -#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch... -#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&a... +repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch... +repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&a...
# Package manifest for the compose. Uses repo group metadata to translate groups. # (default groups for the configured repos are added by --default) diff --git a/fedora-repo.ks b/fedora-repo.ks index 9631967..5887323 100644 --- a/fedora-repo.ks +++ b/fedora-repo.ks @@ -3,7 +3,7 @@ # Exactly one of the following should be uncommented
# For the master branch the following should be uncommented -%include fedora-repo-rawhide.ks +#%include fedora-repo-rawhide.ks
# For non-master branches the following should be uncommented -# %include fedora-repo-non-rawhide.ks +%include fedora-repo-non-rawhide.ks