We had centos stream and altarches and centos linux under /srv/pub on external download servers. However, this breaks people who sync buffet or the like from them because they suddenly get centos content that they want to just get directly elsewhere. So, just move these up a leave so they are out of the buffet target and people who want them can get them elsewhere. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
4 lines
353 B
Text
4 lines
353 B
Text
# Run quick mirror fedora every 10minutes
|
|
*/10 * * * * root flock -n -E0 /tmp/download-sync -c '/root/quick-fedora-mirror/quick-fedora-mirror -c /root/quick-fedora-mirror/quick-fedora-mirror.conf'
|
|
## Need to run this to keep centos mirror up to date.
|
|
00 1,7,13,19 * * * root /usr/local/bin/lock-wrapper sync-up-downloads "/usr/local/bin/sync-up-centos"
|