mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Add and install a daily cron job running pkgdb_sync_git_branches
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user