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

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


commit 885bef671279aa50c37531cc68e9601191904502
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

 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 776aeb6..989cc77 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/22/'
+ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/22/'
 
 # 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