Creating branches is now started by genacls.sh.
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2a9cd6dfcd
commit
1365500c17
3 changed files with 1 additions and 10 deletions
|
@ -1 +0,0 @@
|
||||||
00 45 * * * root /usr/local/bin/pkgdb_sync_git_branches.py
|
|
|
@ -79,14 +79,6 @@
|
||||||
- config
|
- config
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
- name: pkgdb_sync_git_branches cron job
|
|
||||||
copy: src=pkgdb_sync_git_branches.cron
|
|
||||||
dest=/etc/cron.d/pkgdb_sync_git_branches
|
|
||||||
owner=root mode=644
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
- distgit
|
|
||||||
|
|
||||||
- name: schedule the update hook check
|
- name: schedule the update hook check
|
||||||
cron: >
|
cron: >
|
||||||
name="check-update-hooks" cron_file="ansible-check-update-hooks"
|
name="check-update-hooks" cron_file="ansible-check-update-hooks"
|
||||||
|
|
|
@ -128,7 +128,7 @@ def _create_branch(pkgname, branch):
|
||||||
topic='branch',
|
topic='branch',
|
||||||
modname='git',
|
modname='git',
|
||||||
msg=dict(
|
msg=dict(
|
||||||
agent=os.getlogin(),
|
agent='pkgdb',
|
||||||
name=pkgname,
|
name=pkgname,
|
||||||
branch=branch,
|
branch=branch,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue