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

Colin Walters walters at fedoraproject.org
Sat Jun 6 15:43:14 UTC 2015


commit e6c1cd1d843274f0fef17b1db3f25ea7b88410c0
Author: Luke Macken <lmacken at redhat.com>
Date:   Sat Jun 6 11:37:43 2015 -0400

    cloud-atomic: Use https for the fedora-atomic ostree remote
    
    Conflicts:
    	fedora-cloud-atomic.ks

 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 2acfa2f..a333c67 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -38,7 +38,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/21/'
+ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/21/'
 
 # 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