On Mon, Apr 3, 2017 at 5:24 PM, Kevin Fenzi <[email protected]> wrote:
> Greetings.
>
> We are still trying to sync pkgdb to koji for epel5 packages as well as
> syncing the epel5 updates/updates-testing repos to pub. This patch stops
> both those since epel5 is EOL now.
>
> +1s?
+1
> kevin
> --
>> diff --git a/roles/bodhi2/backend/files/fedora-epel-push
>> b/roles/bodhi2/backend/files/fedora-epel-push
>> index ba3cc46..bffaefd 100644
>> --- a/roles/bodhi2/backend/files/fedora-epel-push
>> +++ b/roles/bodhi2/backend/files/fedora-epel-push
>> @@ -5,7 +5,7 @@ DEST=/pub/epel
>>
>> 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/*" \
>> $SOURCE/dist-${rel}E-epel/ $DEST/${rel}/)
>> @@ -83,7 +83,7 @@ for rel in 7; do
>> fi
>> done
>>
>> -for rel in 5 6 7; do
>> +for rel in 6 7; do
>> if [ ${rel} -eq 7 ]; then
>> TARGET_DIR=${DEST}/${rel}/x86_64/e
>> else
>> diff --git a/roles/bodhi2/backend/tasks/main.yml
>> b/roles/bodhi2/backend/tasks/main.yml
>> index b09ee17..15e2883 100644
>> --- a/roles/bodhi2/backend/tasks/main.yml
>> +++ b/roles/bodhi2/backend/tasks/main.yml
>> @@ -147,6 +147,7 @@
>> cron: name="owner-sync-el5" minute="7,17,27,37,47,57" user="root"
>> job="/usr/local/bin/owner-sync-pkgdb dist-5E-epel"
>> cron_file=update-koji-owner-EL-5
>> + disabled=true
>> when: inventory_hostname.startswith('bodhi-backend01') and env ==
>> "production"
>> tags:
>> - bodhi
>
>
> _______________________________________________
> infrastructure mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]