David Cole 16438d0f4a Update script with new machine name 15 лет назад
..
Cygwin 0f5c711f32 Cygwin: Fix release script libncurses search patterns (#10766) 15 лет назад
CMakeInstall.bmp 4aac0b6e10 BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. 18 лет назад
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 лет назад
README 4a67481ed6 Update release scripts. 15 лет назад
create-cmake-release.cmake 4a67481ed6 Update release scripts. 15 лет назад
dash2win64_cygwin.cmake 187976b1f3 Fix release scripts to be able to build releases from tags. 15 лет назад
dash2win64_release.cmake aa4daa528e change nightly release builds to use next, and move qmake on dash2win64 15 лет назад
dashmacmini2_release.cmake 72f8853fbb Update path to git. dashmacmini2 was "upgraded." 15 лет назад
dashsun1_release.cmake f3023d5a38 ENH: works 19 лет назад
ferrari_sgi64_release.cmake dbe135f20e ENH: add FFLAGS back into release script 17 лет назад
ferrari_sgi_release.cmake 4c17c9b87b ENH: add new sgi release scripts 17 лет назад
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND 19 лет назад
magrathea_release.cmake dfc1a5e12b Use git for the checkout of the source tree instead of cvs. 15 лет назад
release_cmake.cmake faf1c1e49f Change the nightly tests to build from the nightly branch and not next. 15 лет назад
release_cmake.sh.in 187976b1f3 Fix release scripts to be able to build releases from tags. 15 лет назад
upload_release.cmake 2e16fee3c8 Fix upload to work with git branch name master. 15 лет назад
v20n250_aix_release.cmake 16438d0f4a Update script with new machine name 15 лет назад

README

To create a cmake release, make sure the "release" tag is pointing to the
expected git commit:

http://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release

Then as kitware@hythloth, using an up-to-date CMake:

cd ~/CMakeReleases/cmake/Utilities/Release
mkdir 283rc1
cd 283rc1
~/CMakeReleases/build/bin/cmake -DCMAKE_CREATE_VERSION=release -P ../create-cmake-release.cmake
./create-release.sh


create-cmake-release.cmake: script to run to create release sh scripts
Add or remove machines in create-cmake-release.cmake.

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

machine_release.cmake : config files for each machine