summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2013-07-04 10:57:37 -0500
committerBruno Wolff III <bruno@wolff.to>2013-07-04 10:57:37 -0500
commit6bb61fa05777bc3fcc7252ec2b16a086de2d19fe (patch)
treec1d76e6621ee2a056a4674bf4c1bd992ed2baad1
parentd79ee1b027dbbfeba79266b919582e11b4a65867 (diff)
downloadspin-kickstarts-0.20.15.tar.gz
spin-kickstarts-0.20.15.tar.xz
spin-kickstarts-0.20.15.zip
Fix up repo definitions0.20.15
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.
-rw-r--r--fedora-repo-not-rawhide.ks3
-rw-r--r--fedora-repo-rawhide.ks1
2 files changed, 2 insertions, 2 deletions
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