CMake/Utilities/Release/README

29 lines
706 B
Plaintext
Raw Normal View History

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