mirror of https://github.com/CGAL/cgal
Implement testsuite-Monday, testsuite-Tuesday, and so on...
This commit is contained in:
parent
9207f428c8
commit
559aeb948f
|
|
@ -12,12 +12,14 @@ if [ -d "$1/.git" ]; then
|
|||
git clean -f
|
||||
|
||||
# Hard-reset integration "every day" even if today's "$branch" is not integration
|
||||
git push -f origin origin/master:integration
|
||||
# and create testsuite-Monday, testsuite-Tuesday, and so on...
|
||||
git push -f origin origin/$branch:refs/heads/`date '+testsuite-%A'` origin/master:integration
|
||||
|
||||
popd
|
||||
else
|
||||
svn up "$1"
|
||||
fi
|
||||
exit
|
||||
|
||||
# Update the candidates branch, if any.
|
||||
[ -d "$2" ] && svn up "$2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue