From f69b49d48d712b4e084a543ee0bc98f7afe7be47 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 04 2021 03:46:02 +0000 Subject: Fix all variants to delete-after so we dont keep accumulating things. 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 --- diff --git a/nightly.sh b/nightly.sh index fd1844d..2ce560c 100755 --- a/nightly.sh +++ b/nightly.sh @@ -129,8 +129,8 @@ $RSYNCPREFIX compose-partial-copy --arch=armhfp --arch=aarch64 --arch=x86_64 --a --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"