updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2012-09-13 16:18:03 +00:00
parent d00df7f8e5
commit e034d16be2
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
# "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 * * 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
0 21 * * Mon,Tue,Wed,Thu 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 * * 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,Fri 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