2007-06-22 19:31:35 +04:00
|
|
|
To create a cmake release, first test the branch:
|
2005-07-12 01:12:17 +04:00
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
mkdir 2-4
|
|
|
|
cd 2-4
|
2009-01-27 18:34:14 +03:00
|
|
|
cmake -DCMAKE_CREATE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake
|
2007-06-22 19:31:35 +04:00
|
|
|
./create-CMake-2-4.sh
|
2006-06-26 17:46:22 +04:00
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
If that works:
|
2008-09-24 21:53:55 +04:00
|
|
|
EDIT CMakeLists.txt and remove the RC setting!
|
|
|
|
commit that.
|
2005-07-12 01:12:17 +04:00
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
Then tag the minor release:
|
|
|
|
cvs tag 2-4-7
|
2005-07-12 01:12:17 +04:00
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
Then create a release from the tag:
|
|
|
|
mkdir 2-4-7
|
|
|
|
cd 2-4-7
|
2009-01-27 18:34:14 +03:00
|
|
|
cmake -DCMAKE_CREATE_VERSION=CMake-2-4-7 -P ../create-cmake-release.cmake
|
2007-06-22 19:31:35 +04:00
|
|
|
./create-CMake-2-4.sh
|
2005-07-12 01:12:17 +04:00
|
|
|
|
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
create-cmake-release.cmake: script to run to create release sh script
|
2007-09-10 18:49:05 +04:00
|
|
|
To add or remove machines this file should be edited.
|
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
Cygwin -> directory that contains cpack cygwin package files used in
|
|
|
|
CMakeCPack.cmake)
|
2005-07-12 01:12:17 +04:00
|
|
|
|
2007-06-22 19:31:35 +04:00
|
|
|
machine_release.cmake : config files for each machine
|