From 372e275956cbd224c77195d8bdf903fd8ba153b0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jan 22 2016 00:27:46 +0000 Subject: apparently lorax does not like https Signed-off-by: Dennis Gilmore --- diff --git a/scripts/make-updates b/scripts/make-updates index 32eebba..3d00082 100755 --- a/scripts/make-updates +++ b/scripts/make-updates @@ -55,7 +55,7 @@ mock -r fedora-$VERSION-compose-x86_64 --shell "mkdir -p ${DESTDIR}/Cloud_Atomic send_fedmsg "${fedmsg_json_start}" ${BRANCH} atomic-lorax.start mock -r fedora-$VERSION-compose-x86_64 --shell "lorax --nomacboot -p Fedora -v ${SHORTVERSION} -r ${SHORTCOMPOSE} \ -s http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/$VERSION/Everything/x86_64/os/ \ - -s https://kojipkgs.fedoraproject.org/mash/atomic-updates/$VERSION-$DATE/$VERSION-atomic-updates/x86_64/ \ + -s http://kojipkgs.fedoraproject.org/mash/atomic-updates/$VERSION-$DATE/$VERSION-atomic-updates/x86_64/ \ -i fedora-productimg-atomic \ -t Cloud_Atomic \ --tmp /tmp/ \