From 09243c1a406954f2deab13faaef211bbabbf5de8 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 19 Sep 2017 11:46:26 -0400 Subject: [PATCH] atomic: verify ostree commits by using f28 key --- fedora-atomic.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 4566fa7..fe31986 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -51,7 +51,7 @@ reboot # This location is where the compose gets synced to after the compose # is done. ostree remote delete fedora-atomic -ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/rawhide/' +ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/rawhide/' # older versions of livecd-tools do not follow "rootpw --lock" line above # https://bugzilla.redhat.com/show_bug.cgi?id=964299