#1015 Fix all variants to delete-after so we dont keep accumulating things.
Merged 3 years ago by humaton. Opened 3 years ago by kevin.
Unknown source fix-delete-after-f34  into  f34

file modified
+2 -2
@@ -129,8 +129,8 @@

      --link-dest="$RSYNCTARGET/Everything" --exclude=repodata

  $RSYNCPREFIX compose-partial-copy --arch=armhfp --arch=aarch64 --arch=x86_64 --arch src \

      "$DESTDIR" "$RSYNCTARGET/" \

-     --variant Everything --variant Cloud --variant Container \

-     --variant Modular --variant Server --variant Workstation \

+     --variant Everything --variant Cloud --variant Container --variant Modular \

+     --variant Server --variant Spins --variant Silverblue --variant Workstation \

      --link-dest="$RSYNCTARGET/Everything" --delete-after

  

  $RSYNCPREFIX rm "$RSYNCTARGET/.composeinfo"

In 57985b0 nightly was updated, but not all the variants were updated
in the second sync. The first sync runs with --exclude repodata, then
the second one includes that and also does a --delete-after, but we only
updated the first one. This should clean up old artifacts.

Signed-off-by: Kevin Fenzi kevin@scrye.com

Pull-Request has been merged by humaton

3 years ago
Metadata