Commit Graph

21 Commits

Author SHA1 Message Date
Laurent Rineau 559d73751a Assume we no longer use svn for a while 2020-11-02 10:08:30 +01:00
Laurent Rineau 5878f49479 Debug trick, to help pass `-x` from shell to sub-shell 2018-01-16 16:56:23 +01:00
Laurent Rineau fa281d882f Fix my last patch
The git-fetch command was wrong and said:

    fatal: Couldn't find remote ref cgal-dev

I should have tested!
2015-04-02 17:08:27 +02:00
Laurent Rineau be3aae126e Fix the release creation script
That fix explains why the integration branch was not reset correctly:
cgal-dev was not fetched, so cgal-dev/master was still pointing to a
commit made three weeks ago.
2015-04-01 17:56:25 +02:00
Laurent Rineau ac04d78dde Update after switch to Github 2015-03-10 14:50:42 +01:00
Laurent Rineau 39a43e31ab Modify the release creation scripts for Github 2015-03-05 22:01:26 +01:00
Laurent Rineau 90692eb76f Adapt the script for integration-4.5 2014-09-25 14:11:37 +02:00
Laurent Rineau dffb22f732 Do not reset 'integration' when it is not used 2014-05-20 15:50:12 +02:00
Laurent Rineau c189e14558 Launch the create_new_release script from the branch itself
It is strange, because create_new_release will call create_internal_release
from the PATH, and the current branch is not in the PATH. But I need that
to test the new way of creating CGAL releases using CMake.
2013-12-06 17:19:11 +01:00
Laurent Rineau 0b994b8820 create_release: quiet the script, and better error reporting 2013-08-21 15:19:48 +02:00
Laurent Rineau 4869604716 Update the script that create new releases: cgal_manual is no longer needed 2013-08-20 17:20:42 +02:00
Laurent Rineau 4f5497c002 Update the Doxygen test process 2013-08-19 12:50:34 +02:00
Laurent Rineau 5643f32d0a Minor: quote a variable that contains a directory path 2013-02-28 18:07:54 +01:00
Laurent Rineau 6210cdaa11 Actually *trigger* the testsuites!
Yesterday I commited a version of the script with an "exit" in the
middle. That early exit was for testing purpose, but I commited it.
2012-12-19 08:58:15 +01:00
Laurent Rineau 559aeb948f Implement testsuite-Monday, testsuite-Tuesday, and so on... 2012-12-18 20:37:55 +01:00
Laurent Rineau 9207f428c8 Implement the reseting of integration 2012-12-18 20:19:10 +01:00
Laurent Rineau c4d35cd207 Add an option --no-scm-update to create_new_release
My script
Maintenance/infrastructure/cgal.geometryfactory.com/bin/create_release
already fetch and reset the SCM (to precompile manual tools). No need have
create_release to it again.
2012-11-30 12:50:30 +01:00
Laurent Rineau d4e0a891c0 git pull is not robust.
Now I use `git rev-parse --abbrev-rev HEAD` to get the branch name, and
then `git reset --hard` to force the update to the last revision of the
branch.
2012-11-30 11:17:49 +01:00
Laurent Rineau 8b2ca2a747 Prepare release scripts for Git 2012-10-22 14:42:42 +00:00
Laurent Rineau ddecab8cb4 Update scripts to that manual tools can be in candidate-packages 2010-10-11 22:05:22 +00:00
Laurent Rineau c9d85975e3 Commit also auxiliary script that create new releases, and update the manual tools. 2010-10-11 21:34:32 +00:00