| |
@@ -19,7 +19,7 @@
|
| |
|
| |
# 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/41/${basearch}/iot
|
| |
|
| |
reboot
|
| |
|
| |
@@ -34,14 +34,14 @@
|
| |
|
| |
# 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/41/${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/41/${arch}/iot" --create "fedora-iot:fedora/41/${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/41/${arch}/iot" --delete
|
| |
|
| |
# delete/add the remote with new options to enable gpg verification
|
| |
# and to point them at the cdn url
|
| |
Please do not merge this before August 13; It is open for review.
Signed-off-by: Samyak Jain samyak.jn11@gmail.com