Brad King 9587011d14 Utilities/Release: Update Windows binary host path to CMake 9 years ago
..
Cygwin da7276cf94 Replace http://www.cmake.org URLs with https://cmake.org 10 years ago
WiX d9fd2f5402 Revise C++ coding style using clang-format 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 4a67481ed6 Update release scripts. 15 years ago
create-cmake-release.cmake e903a9fc55 Utilities/Release: Create a Windows 64-bit binary 9 years ago
cygwin_release.cmake dd63007544 Utilities/Release: Rename scripts to match target platform 9 years ago
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND 19 years ago
linux32_release.cmake 9ad10c8feb cmake-gui: Reference LGPLv3 when redistributing Qt 9 years ago
linux64_release.cmake ad7da08ac1 Utilities/Release: Switch to Qt 5.7 for Linux x86_64 binary 9 years ago
osx_release.cmake e1e54295e8 Utilities/Release: Compile OS X binary as C++11 9 years ago
release_cmake.cmake a95b47154e Utilities/Release: Add optional remote launcher to ssh calls 10 years ago
release_cmake.sh.in 240b065faa Utilities/Release: Optionally load environment on remote build server 10 years ago
upload_release.cmake 91f6e7904a CMake 3.6.0-rc1 version update 9 years ago
win32_release.cmake 9587011d14 Utilities/Release: Update Windows binary host path to CMake 9 years ago
win64_release.cmake 9587011d14 Utilities/Release: Update Windows binary host path to CMake 9 years ago

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