CMake/Utilities/Release
Brad King 241858c5e6 Utilities/Release: Drop Linux .tar.Z binary
On Linux the gzip tool is universally available, so our `.tar.gz` is
sufficient.
2016-10-04 10:52:28 -04:00
..
WiX Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
CMakeInstall.bmp
CMakeLogo.ico ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline... 2007-11-08 15:54:26 -05:00
create-cmake-release.cmake Utilities/Release: Add html docs to Windows 64-bit binary 2016-09-28 08:55:29 -04:00
hythloth_release.cmake
linux64_release.cmake Utilities/Release: Drop Linux .tar.Z binary 2016-10-04 10:52:28 -04:00
osx_release.cmake Utilities/Release: Drop macOS .tar.Z binary 2016-10-04 10:08:28 -04:00
README Utilities/Release: Drop Cygwin binary 2016-09-12 09:22:50 -04:00
release_cmake.cmake Utilities/Release: Drop Cygwin binary 2016-09-12 09:22:50 -04:00
release_cmake.sh.in Utilities/Release: Optionally load environment on remote build server 2015-12-21 09:52:28 -05:00
upload_release.cmake CMake 3.7.0-rc1 version update 2016-10-03 09:08:04 -04:00
win32_release.cmake Utilities/Release: Enable server mode in all binaries 2016-09-29 13:55:15 -04:00
win64_release.cmake Utilities/Release: Enable server mode in all binaries 2016-09-29 13:55:15 -04:00

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.

machine_release.cmake : config files for each machine