Add and install a daily cron job running pkgdb_sync_git_branches
This commit is contained in:
parent
5a5129d5a9
commit
34799ff1e9
2 changed files with 9 additions and 0 deletions
1
roles/distgit/files/pkgdb_sync_git_branches.cron
Normal file
1
roles/distgit/files/pkgdb_sync_git_branches.cron
Normal file
|
@ -0,0 +1 @@
|
|||
00 45 * * * root /usr/local/bin/pkgdb_sync_git_branches.py
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue