#2158: Remove fedora 8 and 9 from fedora-updates-push script

Fedora Release Engineering rel-eng at fedoraproject.org
Tue Sep 1 13:22:48 UTC 2009


#2158: Remove fedora 8 and 9 from fedora-updates-push script
----------------------+-----------------------------------------------------
  Reporter:  jwboyer  |       Owner:  rel-eng at lists.fedoraproject.org
      Type:  task     |      Status:  new                            
 Milestone:           |   Component:  other                          
Resolution:           |    Keywords:                                 
----------------------+-----------------------------------------------------
Comment (by jwboyer):

 {{{
 diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-
 updates-
 index 29a0328..7e95dfd 100755
 --- a/configs/system/fedora-updates-push
 +++ b/configs/system/fedora-updates-push
 @@ -3,24 +3,6 @@
  SOURCE=/mnt/koji/mash/updates
  DEST=/pub/fedora/linux/updates/

 -for rel in 8 9; do
 -
 -rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
 -       --exclude i386 --exclude ppc --exclude ppc64 --exclude SRPMS
 --exclude x
 -       $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null
 -rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \
 -       --exclude i386 --exclude ppc --exclude ppc64 --exclude SRPMS
 --exclude x
 -       $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null
 -
 -rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
 -       --exclude i386 --exclude ppc --exclude ppc64 --exclude SRPMS
 --exclude x
 -       $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/ &>/dev/null
 -rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \
 -       --exclude i386 --exclude ppc --exclude ppc64 --exclude SRPMS
 --exclude x
 -       $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/ &>/dev/null
 -
 -done
 -
  for rel in 10 11; do

  rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \
 }}}

 That should do it.

-- 
Ticket URL: <https://fedorahosted.org/rel-eng/ticket/2158#comment:1>
Fedora Release Engineering <http://fedorahosted.org/rel-eng>
Release Engineering for the Fedora Project


More information about the rel-eng mailing list