mirror of https://github.com/apache/archiva.git
Better crontab
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@555385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e503cf769
commit
2f9c465abb
|
@ -1,5 +1,4 @@
|
|||
# Cron jobs for the maven repository
|
||||
MAILTO=repository@maven.org
|
||||
0 */4 * * * cd $HOME/bin; ./synchronize.sh
|
||||
0 */4 * * * cd $HOME/bin; ./kill_long_runners.sh rsync 3 && ./synchronize.sh
|
||||
0 0 * * * cd $HOME/reports; ./run.sh
|
||||
30 */4 * * * cd $HOME/bin; ./kill_long_runners.sh rsync 3
|
||||
|
|
Loading…
Reference in New Issue