[Fedora-spins] [spin-kickstarts] cloud-atomic: Use https for the fedora-atomic ostree remote

Colin Walters walters at fedoraproject.org
Sat Jun 6 15:40:10 UTC 2015


commit 1e408e111008f539c89212a9ca9bb955e2c4f823
Author: Luke Macken <lmacken at redhat.com>
Date:   Sat Jun 6 11:35:24 2015 -0400

    cloud-atomic: Use https for the fedora-atomic ostree remote
    
    Signed-off-by: Colin Walters <walters at verbum.org>

 fedora-cloud-atomic.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index f520908..d867377 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -40,7 +40,7 @@ reboot
 %post --erroronfail
 # See https://github.com/projectatomic/rpm-ostree/issues/42
 ostree remote delete fedora-atomic
-ostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/rawhide/'
+ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/rawhide/'
 
 # older versions of livecd-tools do not follow "rootpw --lock" line above
 # https://bugzilla.redhat.com/show_bug.cgi?id=964299


More information about the spins mailing list