--- configs/system/fedora-updates-push | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push index 7e95dfd..94105d5 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 10 11; do +for rel in 10 11 12; do
rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \ $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null
+1 -- Nigel Jones
On Sat, Nov 7, 2009 at 9:08 AM, Jesse Keating jkeating@redhat.com wrote:
configs/system/fedora-updates-push | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push index 7e95dfd..94105d5 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 10 11; do +for rel in 10 11 12; do
rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \ $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null -- 1.5.5.6
Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
On Fri, Nov 6, 2009 at 4:08 PM, Jesse Keating jkeating@redhat.com wrote:
configs/system/fedora-updates-push | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push index 7e95dfd..94105d5 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 10 11; do +for rel in 10 11 12; do
rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \ $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null -- 1.5.5.6
+1
infrastructure@lists.fedoraproject.org