[PATCH] Enable syncing of F13 stable updates

Jesse Keating jkeating at redhat.com
Fri May 7 17:41:10 UTC 2010


---
 configs/system/fedora-updates-push |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push
index b74695f..2c05334 100755
--- a/configs/system/fedora-updates-push
+++ b/configs/system/fedora-updates-push
@@ -3,7 +3,7 @@
 SOURCE=/mnt/koji/mash/updates
 DEST=/pub/fedora/linux/updates/
 
-for rel in 11 12; do
+for rel in 11 12 13; do
 
 rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
         $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null
@@ -11,7 +11,6 @@ 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/*" \
-- 
1.5.5.6



More information about the infrastructure mailing list