updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2018-01-16 14:38:57 +01:00
parent e2f89318e5
commit 7e44c543ec
1 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ PATH=/bin:/usr/bin:/home/lrineau/bin
LC_CTYPE=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
# Update testsuite result pages # Update testsuite result pages
5,15,25,35,45,55 * * * * cd $HOME/CGAL/collect_and_public_testresults; ./treat_result_collection 5,15,25,35,45,55 * * * * cd $HOME/CGAL/collect_and_public_testresults; ./treat_result_collection || echo ERROR
# Launch the test suite, every 10mn, from 21:00 to 22:50, with no # Launch the test suite, every 10mn, from 21:00 to 22:50, with no
# platform. That is actually used by the Doxygen testsuite... :-\ # platform. That is actually used by the Doxygen testsuite... :-\
@ -23,13 +23,13 @@ LC_CTYPE=en_US.UTF-8
# The script also updates the manual tools. # The script also updates the manual tools.
# "master" alone # "master" alone
0 21 * * Sun cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it 0 21 * * Sun cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it || echo ERROR
# "integration" # "integration"
0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --do-it 0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --do-it || echo ERROR
# from branch 4.11 # from branch 4.11
0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.11-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.11-branch.git --public --do-it 0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.11-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.11-branch.git --public --do-it || echo ERROR
# from branch 4.10 # from branch 4.10
#0 21 * * Mon,Tue cd $HOME/CGAL/create_internal_release-4.10-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.10-branch.git --public --do-it #0 21 * * Mon,Tue cd $HOME/CGAL/create_internal_release-4.10-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.10-branch.git --public --do-it || echo ERROR
# from branch 4.9 # from branch 4.9
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.9-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.9-branch.git --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.9-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.9-branch.git --public --do-it
# from branch 4.8 # from branch 4.8