#1055 Design Suite: Drop unused deja-dup-nautilus
Closed 6 months ago by luya. Opened 6 months ago by luya.
luya/fedora-kickstarts design-suite-41  into  f41

@@ -6,8 +6,7 @@ 

  fedora-release-designsuite

  

  # Provides backup application

- deja-dup

- #deja-dup-nautilus

+ #deja-dup

  

  # Add extra gnome applications

  #gnome-books

@@ -7,7 +7,5 @@ 

  %packages

  -initial-setup

  -initial-setup-gui

- gnome-initial-setup

- anaconda-webui

  

  %end

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

@@ -12,11 +12,6 @@ 

  

  part / --size 8192

  

- %packages

- gnome-initial-setup

- anaconda-webui

- %end

- 

  %post

  

  # set livesys session type

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

no initial comment

This seems to have some unrelated changes in it.

Can you redo it to just have the design-suite change?

Pull-Request has been closed by luya

6 months ago