updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2019-09-17 14:37:25 +02:00
parent 41ea5dbcd8
commit ebaca1f0c2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LC_CTYPE=en_US.UTF-8
# "master" alone # "master" alone
0 21 * * Sun,Wed cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it || echo ERROR 0 21 * * Sun,Wed cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it || echo ERROR
# "integration" # "integration"
0 21 * * Mon,Thu cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --do-it || echo ERROR 0 21 * * Mon,Thu,Fri cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --do-it || echo ERROR
# from branch 4.14 # from branch 4.14
0 21 * * Sat,Tue cd $HOME/CGAL/create_internal_release-4.14-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.14-branch.git --public --do-it || echo ERROR 0 21 * * Sat,Tue cd $HOME/CGAL/create_internal_release-4.14-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.14-branch.git --public --do-it || echo ERROR
# from branch 4.13 # from branch 4.13