Commit Graph

499 Commits

Author SHA1 Message Date
Sylvain Pion 3f05673fa2 Remove old public/internal distinction. 2006-05-21 23:24:54 +00:00
Sylvain Pion faad4860f9 Remove creation of test/Makefile, as I do not see where it is used. 2006-05-21 22:36:31 +00:00
Sylvain Pion 3ef714537a Remove treatment of obsolete files (version, submission_info...). 2006-05-21 21:58:03 +00:00
Sylvain Pion b71b0e2e98 Remove the copy of src/* as test/src_* since it's buggy right now
(hard to emulate the right makefiles anyway).  And hopefully we will
have the install.log file provide the information in the test-suite
soon...
2006-05-21 21:35:53 +00:00
Sylvain Pion cb0f309615 Remove packages_file and scriptdir options (probably useless)
Allow another directory than trunk.
2006-05-21 21:24:21 +00:00
Sylvain Pion b65115eb5f Save Installation.pdf compilation log file. 2006-05-20 21:42:49 +00:00
Sylvain Pion 2e7505dbb7 Move release creation script to a Fedora machine.
(to fix Installation.pdf)
2006-05-19 10:15:50 +00:00
Menelaos Karavelas 126480dfae minor modifs 2006-05-16 23:15:53 +00:00
Menelaos Karavelas 6ffc58f1df - added script for creating the MacOSX installer/distribution 2006-05-16 23:03:39 +00:00
Sylvain Pion dbe3898896 - Add the build of doc_pdf/Installation.pdf to public releases (.tar.gz, .zip
and .srpm).
- Switch back to non-testing mode.
2006-05-15 17:56:26 +00:00
Sylvain Pion 7689325a68 Add a variable selecting "local testing only" (without side-effects like
putting stuff on the web, sending announcement mail, svn commits...).
2006-05-15 17:10:18 +00:00
Sylvain Pion 0786ab3e1a Generate SRPM for the public version as well. 2006-05-05 09:47:41 +00:00
Sylvain Pion 4102c29324 Fix sed command used to patch version.h
Run zip in quiet mode, -q.
2006-04-30 17:14:59 +00:00
Sylvain Pion 61e76fd96d Add CGAL_SVN_REVISION macro to version.h . 2006-04-28 22:41:30 +00:00
Sylvain Pion 2fc4dccc8a Create a zip file as well for the public version of releases. 2006-04-28 21:30:20 +00:00
Sylvain Pion 755f122b98 make LOGFILE use an absolute path to protect against "cd". 2006-04-28 20:52:06 +00:00
Sylvain Pion a6bbefaad3 Add creation of public version of each internal release. 2006-04-28 17:20:14 +00:00
Sylvain Pion 2021a35edf SRPM fixlets. 2006-04-27 14:03:15 +00:00
Michael Hoffmann c3f2ba8895 Use BUILD_ON_host variable instead of --rebuild-all. 2006-04-27 09:38:26 +00:00
Michael Hoffmann 76b1771e70 Minor fixes. 2006-04-24 12:00:36 +00:00
Sylvain Pion 2480e17ac9 Fixes for .src.rpm. 2006-04-23 19:31:40 +00:00
Sylvain Pion eef321a737 Create the SRPM of the tarball, and put its name in LATEST_SRPM on the web. 2006-04-22 21:45:44 +00:00
Sylvain Pion 85ef504a20 Fix the LOGFILE name, which used to depend on the release number. 2006-04-17 19:53:45 +00:00
Sylvain Pion e71eb17d39 Pass the svn dir name as argument (default is "trunk") 2006-04-17 18:51:07 +00:00
Sylvain Pion 2c5c2ad1fe Move the definition of the major/minor/bugfix release numbers out
of the create_new_release script, into their own files.
2006-04-17 13:54:58 +00:00
Sylvain Pion 92858051ea Pick create_internal_release from the SVN tree as well, as
${SOURCES_DIR}/Scripts/developer_scripts/create_internal_release
2006-04-17 13:25:48 +00:00
Sylvain Pion 2ea3bdc1bf Pick cgal_create_makefile from $allpackagesdir/Scripts/scripts/
by default.
2006-04-17 13:21:42 +00:00
Sylvain Pion 6f2452b1e5 Make it pick the file include_in_release by default as
$ALLPACKAGESDIR/Maintenance/release_building/include_in_release.
2006-04-17 13:09:46 +00:00
Sylvain Pion 742b75ff9e Replace "All" by trunk as the default allpackages directory. 2006-04-17 13:01:24 +00:00
Sylvain Pion 22ad725de1 Move src/*.C to src/CGAL/*.C 2006-04-13 22:24:18 +00:00
Sylvain Pion c1373346f2 Merge src/makefile_lib and src/makefile_sharedlib into src/makefile.
This required to pass CXXFLAGS on the make command-line, and therefore
I took this opportunity to also pass CGAL_MAKEFILE on the command-line,
which in turn allowed to get rid of the prepare_lib_makefiles function.
2006-04-13 22:02:29 +00:00
Sylvain Pion e1a632e7cf Move src/makefile* under SVN instead of being generated. 2006-04-09 22:07:10 +00:00
Sylvain Pion d7520d90fb - Change ulimit from 20 minutes to 60 minutes. 2006-03-22 17:40:45 +00:00
Sylvain Pion 8d012cf255 - Change the default ulimit from 20 minutes to 60 minutes. 2006-03-22 17:39:52 +00:00
Sylvain Pion 82f07d6c16 - cleanups thanks to SVN move
- remove diff creations (probably useless)
- use exact release name as tag name
  (removal of "-" and "." is not needed by SVN).
2006-03-21 22:47:19 +00:00
Sylvain Pion 775d661ee4 Remove special treatment for the Modules/ directory, which is now dont_submit'ed. 2006-03-18 18:09:22 +00:00
Joachim Reichel 7e9a453443 improvement of previous fix (use "system (...) == 0 or die" syntax) 2006-03-16 22:31:45 +00:00
Joachim Reichel 1542374e2b fail if calling $SCRIPTSDIR/cgal_create_makefile fails (e.g., a wrong
directory was specified)
2006-03-16 20:51:11 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Sylvain Pion 444bc13a29 - Move to developers_scripts (probably useless these days). 2006-03-14 22:39:02 +00:00
Sylvain Pion 71e27330d3 - Move scripts/cgal_conditional_include* scripts to developer_scripts/
(probably obsolete, certainly not public)
2006-03-14 22:31:40 +00:00
Joachim Reichel ba0ada203a LGPL copyright notices added to src/makefile_{shared,}lib 2006-03-11 12:36:31 +00:00
Sylvain Pion 1fe35d30e1 - Remove crypt_passwd (obsoleted by SVN move). 2006-03-06 18:44:42 +00:00
Joachim Reichel 50cd028c94 * recognize C- and shell-style comments 2006-02-16 20:39:47 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Joachim Reichel ca638f6cd9 new script to check license notices 2006-02-14 18:10:57 +00:00
Sylvain Pion cc1296886b Update release scripts for SVN 2006-02-14 14:50:21 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret a9faefad24 Move packages to trunk root 2006-02-14 08:58:19 +00:00