distgit/pagure: Turn off the pagure-sync-bugzilla cron job
This script has been ported to its own upstream at: https://pagure.io/Fedora-Infra/distgit-bugzilla-sync and is now running as a cron job in openshift (twice a day). So we can remove it from this role/host. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
858fcc0136
commit
a23e73df37
1 changed files with 27 additions and 27 deletions
|
@ -16,10 +16,10 @@
|
||||||
- python-fedora-flask
|
- python-fedora-flask
|
||||||
- pagure-dist-git
|
- pagure-dist-git
|
||||||
# For the pagure-sync-bugzilla.py script
|
# For the pagure-sync-bugzilla.py script
|
||||||
- python-bugzilla
|
# - python-bugzilla
|
||||||
- python-requests
|
# - python-requests
|
||||||
- PyYAML
|
# - PyYAML
|
||||||
- python-six
|
# - python-six
|
||||||
# - mod_ssl
|
# - mod_ssl
|
||||||
# - stunnel
|
# - stunnel
|
||||||
tags:
|
tags:
|
||||||
|
@ -270,30 +270,30 @@
|
||||||
- hotfix
|
- hotfix
|
||||||
- hotfixfas
|
- hotfixfas
|
||||||
|
|
||||||
- name: generate pagure-sync-bugzilla.py script
|
#- name: generate pagure-sync-bugzilla.py script
|
||||||
template:
|
# template:
|
||||||
src: pagure-sync-bugzilla.py.j2
|
# src: pagure-sync-bugzilla.py.j2
|
||||||
dest: /usr/local/bin/pagure-sync-bugzilla.py
|
# dest: /usr/local/bin/pagure-sync-bugzilla.py
|
||||||
owner: root
|
# owner: root
|
||||||
group: root
|
# group: root
|
||||||
mode: 0700
|
# mode: 0700
|
||||||
tags:
|
# tags:
|
||||||
- pagure
|
# - pagure
|
||||||
- bugzilla
|
# - bugzilla
|
||||||
|
|
||||||
- name: Configure cron job for a daily pagure-sync-bugzilla.py script run
|
#- name: Configure cron job for a daily pagure-sync-bugzilla.py script run
|
||||||
cron:
|
# cron:
|
||||||
name: pagure-sync-bugzilla
|
# name: pagure-sync-bugzilla
|
||||||
user: root
|
# user: root
|
||||||
minute: 0
|
# minute: 0
|
||||||
hour: 18
|
# hour: 18
|
||||||
job: /usr/local/bin/lock-wrapper pagure-sync-bugzilla "/usr/local/bin/pagure-sync-bugzilla.py"
|
# job: /usr/local/bin/lock-wrapper pagure-sync-bugzilla "/usr/local/bin/pagure-sync-bugzilla.py"
|
||||||
cron_file: pagure-sync-bugzilla
|
# cron_file: pagure-sync-bugzilla
|
||||||
state: present
|
# state: present
|
||||||
when: env != 'staging'
|
# when: env != 'staging'
|
||||||
tags:
|
# tags:
|
||||||
- pagure
|
# - pagure
|
||||||
- bugzilla
|
# - bugzilla
|
||||||
|
|
||||||
# Cron job to export extras information from the pagure DB
|
# Cron job to export extras information from the pagure DB
|
||||||
- name: Install the apache configuration file for /extras
|
- name: Install the apache configuration file for /extras
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue