cloud-atomic: Use https for the fedora-atomic ostree remote

This commit is contained in:
Luke Macken 2015-06-06 11:37:43 -04:00 committed by Colin Walters
parent 6e53fc1a51
commit 885bef6712
1 changed files with 1 additions and 1 deletions

View File

@ -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