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 <kevin@scrye.com>
This commit is contained in:
parent
5b2d9dcbd8
commit
0d2b85bc1b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user