[releng] correct the URL for nightly composes

Dennis Gilmore ausil at fedoraproject.org
Thu Mar 5 15:47:42 UTC 2015


commit b395cb1f061f396e0d11a9234bea3207c7e31619
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Mar 5 09:48:40 2015 -0600

    correct the URL for nightly composes

 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 be0009e..7f0e0d9 100755
--- a/scripts/build-cloud-images
+++ b/scripts/build-cloud-images
@@ -24,7 +24,7 @@ BRANCH=branched
 fi
 
 if [ "$COMPOSE" == "nightly" ]; then
-    url=http://kojipkgs.fedoraproject.org/mash/$BRANCH-$RELEASE/$VERSION/\$arch/os/
+    url=http://kojipkgs.fedoraproject.org/mash/$BRANCH-$BUILD/$VERSION/\$arch/os/
     atomicurl=http://kojipkgs.fedoraproject.org/mash/atomic/$VERSION/
 else
     url=http://compose-x86-02.phx2.fedoraproject.org/compose/$RELEASE$COMPOSE/$RELEASE/Cloud/\$arch/os/


More information about the rel-eng mailing list