drop some old epel5 syncing tasks
This commit is contained in:
parent
33c64155ae
commit
6bd6bf0939
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ DEST=/pub/epel
|
||||||
|
|
||||||
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
|
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
|
||||||
|
|
||||||
for rel in 5 6; do
|
for rel in 6; do
|
||||||
|
|
||||||
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" --exclude "headers/*" \
|
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" --exclude "headers/*" \
|
||||||
$SOURCE/dist-${rel}E-epel/ $DEST/${rel}/)
|
$SOURCE/dist-${rel}E-epel/ $DEST/${rel}/)
|
||||||
|
@ -83,7 +83,7 @@ for rel in 7; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
for rel in 5 6 7; do
|
for rel in 6 7; do
|
||||||
if [ ${rel} -eq 7 ]; then
|
if [ ${rel} -eq 7 ]; then
|
||||||
TARGET_DIR=${DEST}/${rel}/x86_64/e
|
TARGET_DIR=${DEST}/${rel}/x86_64/e
|
||||||
else
|
else
|
||||||
|
|
|
@ -147,6 +147,7 @@
|
||||||
cron: name="owner-sync-el5" minute="7,17,27,37,47,57" user="root"
|
cron: name="owner-sync-el5" minute="7,17,27,37,47,57" user="root"
|
||||||
job="/usr/local/bin/owner-sync-pkgdb dist-5E-epel"
|
job="/usr/local/bin/owner-sync-pkgdb dist-5E-epel"
|
||||||
cron_file=update-koji-owner-EL-5
|
cron_file=update-koji-owner-EL-5
|
||||||
|
disabled=true
|
||||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue