[Fedora-spins] [spin-kickstarts] Fix up repo definitions

Bruno Wolff III bruno at fedoraproject.org
Thu Jul 4 16:02:46 UTC 2013


commit 6bb61fa05777bc3fcc7252ec2b16a086de2d19fe
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Jul 4 10:57:37 2013 -0500

    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.

 fedora-repo-not-rawhide.ks |    3 ++-
 fedora-repo-rawhide.ks     |    1 -
 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


More information about the spins mailing list