[PATCH] Add 13 to the updates-testing set to be synced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Have to split the syncs into two loops because we don't have updates for 13
just yet.  When 13 goes GA we'll collapse this back to a single loop.
---
 configs/system/fedora-updates-push |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push
index 45346b1..b74695f 100755
--- a/configs/system/fedora-updates-push
+++ b/configs/system/fedora-updates-push
@@ -10,6 +10,10 @@ rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
 rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \
         $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null
 
+done
+# we don't have updates for 13 yet, just updates-testing.
+for rel in 11 12 13; do
+
 rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
         $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/ &>/dev/null
 rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \
-- 
1.5.5.6

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux