Add git maintenance tasks to root's crontab.
This commit is contained in:
parent
85d25d6759
commit
e4392902a9
1 changed files with 10 additions and 0 deletions
|
@ -3,3 +3,13 @@
|
||||||
0 0 * * * ID=sys-daily /usr/bin/run-parts /etc/cron.daily >/dev/null
|
0 0 * * * ID=sys-daily /usr/bin/run-parts /etc/cron.daily >/dev/null
|
||||||
0 0 * * 0 ID=sys-weekly /usr/bin/run-parts /etc/cron.weekly >/dev/null
|
0 0 * * 0 ID=sys-weekly /usr/bin/run-parts /etc/cron.weekly >/dev/null
|
||||||
0 0 1 * * ID=sys-monthly /usr/bin/run-parts /etc/cron.monthly >/dev/null
|
0 0 1 * * ID=sys-monthly /usr/bin/run-parts /etc/cron.monthly >/dev/null
|
||||||
|
# BEGIN GIT MAINTENANCE SCHEDULE
|
||||||
|
# The following schedule was created by Git
|
||||||
|
# Any edits made in this region might be
|
||||||
|
# replaced in the future by a Git command.
|
||||||
|
|
||||||
|
0 1-23 * * * "/usr/libexec/git-core/git" --exec-path="/usr/libexec/git-core" for-each-repo --config=maintenance.repo maintenance run --schedule=hourly
|
||||||
|
0 0 * * 1-6 "/usr/libexec/git-core/git" --exec-path="/usr/libexec/git-core" for-each-repo --config=maintenance.repo maintenance run --schedule=daily
|
||||||
|
0 0 * * 0 "/usr/libexec/git-core/git" --exec-path="/usr/libexec/git-core" for-each-repo --config=maintenance.repo maintenance run --schedule=weekly
|
||||||
|
|
||||||
|
# END GIT MAINTENANCE SCHEDULE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue