Revert "sync f26 updates and updates-testing"
This needs special care
This reverts commit 1b7e671116
.
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
d8e54fc1d5
commit
0578a90f1b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ ATOMICDEST=/mnt/koji/atomic/
|
||||||
|
|
||||||
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
|
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
|
||||||
|
|
||||||
for rel in 24 25 26; do
|
for rel in 24 25; do
|
||||||
|
|
||||||
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
|
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
|
||||||
$SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/)
|
$SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/)
|
||||||
|
@ -28,7 +28,7 @@ for rel in 24 25 26; do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
for rel in 24 25 26; do
|
for rel in 24 25; do
|
||||||
|
|
||||||
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
|
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
|
||||||
$SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/)
|
$SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue