From 6bb61fa05777bc3fcc7252ec2b16a086de2d19fe Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Jul 04 2013 15:57:37 +0000 Subject: Fix up repo definitions Someone noticed that I messed up the repo definitions for live images, but the fix wasn't right for the live images. The install image uses a source repo, but the live images don't. The repo commands for the install image are in the install image itself. It is also safe to include the updates repo since an updates repo is created for branched that has no packages and stays that way until release is gold. That way the same repo set can be used before and after release. Also a commented out repo definition for updates-testing is provided to help people who want to enable that. --- diff --git a/fedora-repo-not-rawhide.ks b/fedora-repo-not-rawhide.ks index 5df6db3..75f87cb 100644 --- a/fedora-repo-not-rawhide.ks +++ b/fedora-repo-not-rawhide.ks @@ -1,2 +1,3 @@ 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 +repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-$releasever&arch=$basearch +#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-$releasever&arch=$basearch diff --git a/fedora-repo-rawhide.ks b/fedora-repo-rawhide.ks index 2ad3409..464cb96 100644 --- a/fedora-repo-rawhide.ks +++ b/fedora-repo-rawhide.ks @@ -1,2 +1 @@ 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