This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f33 in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f33 by this push: new 0d0b2c7 IoT: setup ostree from f33/devel branched 0d0b2c7 is described below
commit 0d0b2c78102ab4638d90caaeb7c25579ddf5d914 Author: Peter Robinson pbrobinson@fedoraproject.org AuthorDate: Mon Aug 17 09:17:38 2020 +0100
IoT: setup ostree from f33/devel branched
Signed-off-by: Peter Robinson pbrobinson@fedoraproject.org --- fedora-iot.ks | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks index 9f8e5a5..2346568 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -19,7 +19,7 @@ autopart --nohome --noswap --type=plain
# Equivalent of %include fedora-repo.ks # Pull from the ostree repo that was created during the compose -ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/rawhide/${basearch}/iot +ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/devel/${basearch}/iot
reboot
@@ -41,14 +41,14 @@ fi
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes. # We want consumers of this image to track the two week releases. -ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/rawhide/${arch}/iot" +ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/devel/${arch}/iot"
# Make sure the ref we're supposedly sitting on (according # to the updated origin) exists. -ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --create "fedora-iot:fedora/rawhide/${arch}/iot" +ostree refs "fedora-iot:fedora/devel/${arch}/iot" --create "fedora-iot:fedora/devel/${arch}/iot"
# Remove the old ref so that the commit eventually gets cleaned up. -ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --delete +ostree refs "fedora-iot:fedora/devel/${arch}/iot" --delete
# delete/add the remote with new options to enable gpg verification # and to point them at the cdn url