2007-06-22 11:31:35 -04:00
|
|
|
To create a cmake release, first test the branch:
|
2005-07-11 17:12:17 -04:00
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
mkdir 2-4
|
|
|
|
cd 2-4
|
|
|
|
cmake -DCMAKE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake
|
|
|
|
./create-CMake-2-4.sh
|
2006-06-26 09:46:22 -04:00
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
If that works:
|
2005-07-11 17:12:17 -04:00
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
Then tag the minor release:
|
|
|
|
cvs tag 2-4-7
|
2005-07-11 17:12:17 -04:00
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
Then create a release from the tag:
|
|
|
|
mkdir 2-4-7
|
|
|
|
cd 2-4-7
|
|
|
|
cmake -DCMAKE_VERSION=CMake-2-4-7 -P ../create-cmake-release.cmake
|
|
|
|
./create-CMake-2-4.sh
|
2005-07-11 17:12:17 -04:00
|
|
|
|
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
create-cmake-release.cmake: script to run to create release sh script
|
2007-09-10 10:49:05 -04:00
|
|
|
To add or remove machines this file should be edited.
|
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
Cygwin -> directory that contains cpack cygwin package files used in
|
|
|
|
CMakeCPack.cmake)
|
2005-07-11 17:12:17 -04:00
|
|
|
|
2007-06-22 11:31:35 -04:00
|
|
|
machine_release.cmake : config files for each machine
|