From 0d2b85bc1bb678558e14dc02cfede3c19f194d8b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Mar 2021 19:40:51 -0800 Subject: [PATCH] Fix all variants to delete-after so we dont keep accumulating things. In 57985b08 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 --- nightly.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightly.sh b/nightly.sh index 5cac0bf..fecbe15 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"