updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2012-10-30 13:18:04 +00:00
parent e900dc133e
commit ce152f0019
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ LC_CTYPE=en_US.UTF-8
# "next" alone
0 21 * * Sat cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/next --public --do-it
# "next" + candidates
0 21 * * Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/next $HOME/CGAL/candidate-packages --public --do-it
0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/next $HOME/CGAL/candidate-packages --public --do-it
# from branch 4.1
0 21 * * Mon,Tue,Wed,Thu,Sun cd $HOME/CGAL/create_internal_release-4.1-branch && $HOME/bin/create_release $HOME/CGAL/CGAL-4.1-branch --public --do-it
0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.1-branch && $HOME/bin/create_release $HOME/CGAL/CGAL-4.1-branch --public --do-it
# Try to launch the test suite, every 10mn, from 21:00 to 22:50