Brad King 566d20771f CMake 3.8.0-rc1 version update 8 years ago
..
WiX 1b91e010bc Utilities/Release: Store WiX CMake install location in Windows registry 9 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 730ba30726 Utilities/Release: Update README to reference https URL 9 years ago
create-cmake-release.cmake 93300f3623 Utilities/Release: Add html docs to Windows 64-bit binary 9 years ago
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND 19 years ago
linux64_release.cmake 2dafeacb75 Utilities/Release: Update to openssl-1.0.2j 9 years ago
osx_release.cmake 4787330730 Utilities/Release: Drop macOS .tar.Z binary 9 years ago
release_cmake.cmake db915a3785 Utilities/Release: Drop Cygwin binary 9 years ago
release_cmake.sh.in 240b065faa Utilities/Release: Optionally load environment on remote build server 10 years ago
upload_release.cmake 566d20771f CMake 3.8.0-rc1 version update 8 years ago
win32_release.cmake 64934f2069 Utilities/Release: Enable server mode in all binaries 9 years ago
win64_release.cmake 64934f2069 Utilities/Release: Enable server mode in all binaries 9 years ago

README

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

https://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.

machine_release.cmake : config files for each machine