13 lines
719 B
Text
13 lines
719 B
Text
0 * * * * /opt/bin/git-auto-merge
|
|
30 */4 * * * /opt/bin/do-backup userdir
|
|
|
|
# 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
|