Brad King ea8428a2f4 Utilities/Release: Switch to OS X 10.7 and Qt 5.6 for Mac binary 9 лет назад
..
Cygwin da7276cf94 Replace http://www.cmake.org URLs with https://cmake.org 10 лет назад
WiX 0e7bca923e Utilities/Release: Stabilize include order in WiX custom action 9 лет назад
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 e903a9fc55 Utilities/Release: Create a Windows 64-bit binary 9 лет назад
cygwin_release.cmake dd63007544 Utilities/Release: Rename scripts to match target platform 9 лет назад
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND 19 лет назад
linux32_release.cmake 3a67167ab0 Utilities/Release: Update to openssl-1.0.2h 9 лет назад
linux64_release.cmake 3a67167ab0 Utilities/Release: Update to openssl-1.0.2h 9 лет назад
osx_release.cmake ea8428a2f4 Utilities/Release: Switch to OS X 10.7 and Qt 5.6 for Mac binary 9 лет назад
release_cmake.cmake a95b47154e Utilities/Release: Add optional remote launcher to ssh calls 10 лет назад
release_cmake.sh.in 240b065faa Utilities/Release: Optionally load environment on remote build server 10 лет назад
upload_release.cmake 8a8d22cf1e CMake 3.5.0-rc1 version update 10 лет назад
win32_release.cmake fa425910b7 Utilities/Release: Define NTDDI_VERSION for Windows binaries 9 лет назад
win64_release.cmake fa425910b7 Utilities/Release: Define NTDDI_VERSION for Windows binaries 9 лет назад

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