[PATCH] fix F-14 updates pushing

Bill Nottingham notting at redhat.com
Fri Oct 29 14:14:13 UTC 2010


It helps if we push them, not just mash them.

diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push
index 42836ec..ac3f90d 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 12 13; do
+for rel in 12 13 14; do
 
 rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
         $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null


More information about the infrastructure mailing list