Add and install a daily cron job running pkgdb_sync_git_branches

This commit is contained in:
Pierre-Yves Chibon 2014-08-28 17:39:32 +02:00
parent 5a5129d5a9
commit 34799ff1e9
2 changed files with 9 additions and 0 deletions

View file

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

View file

@ -55,6 +55,14 @@
notify:
- restart httpd
- 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
# -- Gitolite --------------------------------------------
# This is the permission management for package maintainers, using Gitolite.