[releng] Make sure that we enable the bleed repo when making images for TC/RC

Dennis Gilmore ausil at fedoraproject.org
Mon Apr 13 18:39:22 UTC 2015


commit 601db56ffc528b278f116e48ee290b25ee7167b3
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Apr 13 13:38:54 2015 -0500

    Make sure that we enable the bleed repo when making images for TC/RC
    
    Signed-off-by: Dennis Gilmore <dennis at ausil.us>

 scripts/build-cloud-images |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/build-cloud-images b/scripts/build-cloud-images
index c84d994..fcbfe22 100755
--- a/scripts/build-cloud-images
+++ b/scripts/build-cloud-images
@@ -35,7 +35,7 @@ elif [ "$COMPOSE" == "updates" ]; then
 else
     url=http://compose-x86-01.phx2.fedoraproject.org/compose/$RELEASE$COMPOSE/$RELEASE/Cloud/\$arch/os/
     atomicurl=http://compose-x86-01.phx2.fedoraproject.org/compose/atomic/
-    REPOS="--repo=$url"
+    REPOS="--repo=$url --repo=https://kojipkgs.fedoraproject.org/mash/bleed/\$arch/"
 fi
 
 for spin in Base


More information about the rel-eng mailing list