Bill Hoffman 2e16fee3c8 Fix upload to work with git branch name master. 15 years ago
..
Cygwin 4925e64b97 ENH: add support for cygwin source and binary packaging 19 years ago
CMakeInstall.bmp 4aac0b6e10 BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. 18 years ago
CMakeLogo.ico af46642deb ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline... 18 years ago
README ef5b9d00a2 ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION is auto-defined now 17 years ago
create-cmake-release.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
dash2win64_cygwin.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
dash2win64_release.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
dashmacmini2_release.cmake dfc1a5e12b Use git for the checkout of the source tree instead of cvs. 15 years ago
dashsgi1_release.cmake 3840afa054 ENH: 19 years ago
dashsgi1_release64.cmake 3840afa054 ENH: 19 years ago
dashsun1_release.cmake f3023d5a38 ENH: works 19 years ago
destiny_release.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
ferrari_sgi64_release.cmake dbe135f20e ENH: add FFLAGS back into release script 17 years ago
ferrari_sgi_release.cmake 4c17c9b87b ENH: add new sgi release scripts 17 years ago
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND 19 years ago
magrathea_release.cmake dfc1a5e12b Use git for the checkout of the source tree instead of cvs. 15 years ago
muse_release.cmake 176ea3c1b4 ENH: skip bootstrap test as it already does a bootstrap 19 years ago
muse_release64.cmake eb1e0c36cb ENH: add 64 bit sgi 19 years ago
r15n65_aix_release.cmake 07fe0176d2 ENH: use older os for AIX release 19 years ago
r36n11_aix_release.cmake 71c934f029 ENH: update for release 19 years ago
release_cmake.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
release_cmake.sh.in f3cdbb0616 Change the git repository to be the new one and not the -tmp one. 16 years ago
upload_release.cmake 2e16fee3c8 Fix upload to work with git branch name master. 15 years ago
v20n17_aix_release.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
v20n250_aix_release.cmake b0cf7e98ad Switch to git repository for creation of nightly releases. 16 years ago
v60n177_aix_release.cmake b2c8f4d800 ENH: extra path 19 years ago
vogon_cygwin.cmake d1162b6b59 disable svn 16 years ago
vogon_release.cmake 8eee0a5ca0 ENH: use a newer cmake 16 years ago
vogon_release_qt.cmake 7025f91f93 ENH: change qt to 4.5 16 years ago

README

To create a cmake release, first test the branch:

mkdir 2-4
cd 2-4
cmake -DCMAKE_CREATE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake
./create-CMake-2-4.sh

If that works:
EDIT CMakeLists.txt and remove the RC setting!
commit that.

Then tag the minor release:
cvs tag 2-4-7

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
./create-CMake-2-4.sh


create-cmake-release.cmake: script to run to create release sh script
To add or remove machines this file should be edited.

Cygwin -> directory that contains cpack cygwin package files used in
CMakeCPack.cmake)

machine_release.cmake : config files for each machine