#2158: Remove fedora 8 and 9 from fedora-updates-push script ---------------------+------------------------------------------------------ Reporter: jwboyer | Owner: rel-eng@lists.fedoraproject.org Type: task | Status: new Milestone: | Component: other Keywords: | ---------------------+------------------------------------------------------ We still have a cron job that runs every hour (or whatever) that rsyncs the updates for 8, 9, 10, and 11. We should probably remove the EOL releases from this script because it's dumb to be rsyncing them now.
#2158: Remove fedora 8 and 9 from fedora-updates-push script ----------------------+----------------------------------------------------- Reporter: jwboyer | Owner: rel-eng@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.
#2158: Remove fedora 8 and 9 from fedora-updates-push script ----------------------+----------------------------------------------------- Reporter: jwboyer | Owner: rel-eng@lists.fedoraproject.org Type: task | Status: new Milestone: | Component: other Resolution: | Keywords: ----------------------+----------------------------------------------------- Comment (by notting):
Looks good to me, feel free to push.
#2158: Remove fedora 8 and 9 from fedora-updates-push script ----------------------+----------------------------------------------------- Reporter: jwboyer | Owner: rel-eng@lists.fedoraproject.org Type: task | Status: closed Milestone: | Component: other Resolution: fixed | Keywords: ----------------------+----------------------------------------------------- Changes (by jkeating):
* status: new => closed * resolution: => fixed
Comment:
I pushed it.
rel-eng@lists.fedoraproject.org