Adjust the path to /src/git/rpms to avoid searching twice in rpms and in repositories
This commit is contained in:
parent
6893cbd335
commit
8cdc6d9b3c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
name="check-update-hooks" cron_file="ansible-check-update-hooks"
|
name="check-update-hooks" cron_file="ansible-check-update-hooks"
|
||||||
minute=0 hour=0 weekday=3
|
minute=0 hour=0 weekday=3
|
||||||
user=nobody
|
user=nobody
|
||||||
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms --check=update-hook /src/git}}"
|
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms --check=update-hook /src/git/rpms}}"
|
||||||
|
|
||||||
# -- Gitolite --------------------------------------------
|
# -- Gitolite --------------------------------------------
|
||||||
# This is the permission management for package maintainers, using Gitolite.
|
# This is the permission management for package maintainers, using Gitolite.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue