Creating branches is now started by genacls.sh.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-02-24 09:39:50 +00:00
parent 2a9cd6dfcd
commit 1365500c17
3 changed files with 1 additions and 10 deletions

View file

@ -1 +0,0 @@
00 45 * * * root /usr/local/bin/pkgdb_sync_git_branches.py

View file

@ -79,14 +79,6 @@
- config
- 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
cron: >
name="check-update-hooks" cron_file="ansible-check-update-hooks"

View file

@ -128,7 +128,7 @@ def _create_branch(pkgname, branch):
topic='branch',
modname='git',
msg=dict(
agent=os.getlogin(),
agent='pkgdb',
name=pkgname,
branch=branch,
),