sync 24 bits as well as 22 and 23

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2016-02-25 16:00:58 +00:00
parent 589f78158c
commit d943c8d442

View file

@ -7,7 +7,7 @@ ATOMICDEST=/pub/fedora/linux/atomic/
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
for rel in 22 23; do
for rel in 22 23 24; do
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
$SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/)
@ -28,7 +28,7 @@ for rel in 22 23; do
fi
done
for rel in 22 23; do
for rel in 22 23 24; do
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
$SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/)
@ -49,7 +49,7 @@ for rel in 22 23; do
fi
done
for rel in 22 23; do
for rel in 22 23 24; do
OUTPUT1=$(rsync $OPTIONS --ignore-existing \
$ATOMICSOURCE/$rel/objects/ $ATOMICDEST/$rel/objects/)