#1017 Branch Fedora 40 from Rawhide
Merged 3 months ago by jnsamyak. Opened 3 months ago by jnsamyak.
jnsamyak/fedora-kickstarts f40  into  f40

file modified
+4 -4
@@ -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/40/${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/40/${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/40/${arch}/iot" --create "fedora-iot:fedora/40/${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/40/${arch}/iot" --delete

  

  # delete/add the remote with new options to enable gpg verification

  # and to point them at the cdn url

file modified
+2 -2
@@ -3,7 +3,7 @@ 

  # Exactly one of the following should be uncommented

  

  # For the master branch the following should be uncommented

- %include fedora-repo-rawhide.ks

+ # %include fedora-repo-rawhide.ks

  

  # For non-master branches the following should be uncommented

- # %include fedora-repo-not-rawhide.ks

+ %include fedora-repo-not-rawhide.ks

This is in regard to branch f40, for the review from our past experiences we missed to things mainly

the followings need to be checked while reviewing

Signed-off-by: Samyak Jain samyak.jn11@gmail.com

Note: This is should be merged on the branching day

Pull-Request has been merged by jnsamyak

3 months ago
Metadata