From bea412b40f5e49c365e30d412ca9bacb23223cad Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Apr 14 2016 19:47:30 +0000 Subject: we made /pub on kojipkgs so we can use it here Signed-off-by: Dennis Gilmore --- diff --git a/scripts/build-cloud-images b/scripts/build-cloud-images index 688b3fb..055d556 100755 --- a/scripts/build-cloud-images +++ b/scripts/build-cloud-images @@ -29,12 +29,12 @@ if [ "$COMPOSE" == "nightly" ]; then atomicurl=http://kojipkgs.fedoraproject.org/mash/atomic/$VERSION/ REPOS="--repo=$url" elif [ "$COMPOSE" == "updates" ]; then - url=http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/$VERSION/Cloud/\$arch/os/ + url=http://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/$VERSION/Cloud/\$arch/os/ if [ "$VERSION" -gt "21" ]; then # we moved where we put the cloud install tree in f22 - url=http://infrastructure.fedoraproject.org/pub/alt/releases/$VERSION/Cloud/\$arch/os/ + url=http://kojipkgs.fedoraproject.org/pub/alt/releases/$VERSION/Cloud/\$arch/os/ fi - updatesurl=http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/$VERSION/\$arch/ + updatesurl=http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/$VERSION/\$arch/ atomicurl=http://kojipkgs.fedoraproject.org/mash/atomic/$VERSION/ REPOS="--repo=$url --repo=$updatesurl" KSEXTRAARGS="-v F21"