Update /roles/bodhi2/backend/files/fedora-updates-push file

Removed references for 22 for EOL of F22

Signed-off-by: Mohan Boddu <mohanboddu@batcave01.phx2.fedoraproject.org>
This commit is contained in:
Mohan Boddu 2016-07-19 21:10:16 +00:00
parent 13a5acab2a
commit 0e6e6180cc

View file

@ -7,7 +7,7 @@ ATOMICDEST=/mnt/koji/atomic/
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
for rel in 22 23 24; do
for rel in 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 24; do
fi
done
for rel in 22 23 24; do
for rel in 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 24; do
fi
done
for rel in 22 23; do
for rel in 23 24; do
OUTPUT1=$(rsync $OPTIONS --ignore-existing \
$ATOMICSOURCE/$rel/objects/ $ATOMICDEST/$rel/objects/)