Nils Gladitz 1bda8f1fdb CPackWIX: Customize CMake installer theme. 10 years ago
..
Cygwin c3d98bd289 Utilities/Release: Use ${VAR} instead of @VAR@ syntax 11 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
cpack_wix_ui_banner.jpg 1bda8f1fdb CPackWIX: Customize CMake installer theme. 10 years ago
cpack_wix_ui_dialog.jpg 1bda8f1fdb CPackWIX: Customize CMake installer theme. 10 years ago
create-cmake-release.cmake 7fe6bb0d62 Utilities/Release: Add build of binary for Linux x86_64 11 years ago
dash2win64_cygwin.cmake 1df21617e4 Utilities/Release: Generate docs on dash2win64 cygwin 11 years ago
dash2win64_release.cmake 7e6608fe64 Utilities/Release: Build OS X and Win binaries without OpenSSL 10 years ago
dashmacmini2_release.cmake ffa5db9622 CMake now using bzip2 compression for mac release bundles. 11 years ago
dashmacmini5_release.cmake 7e6608fe64 Utilities/Release: Build OS X and Win binaries without OpenSSL 10 years ago
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND 19 years ago
ibm_aix_release.cmake f0f2b21d52 Utilities/Release: Update IBM AIX build machine access 11 years ago
linux64_release.cmake 7fe6bb0d62 Utilities/Release: Add build of binary for Linux x86_64 11 years ago
magrathea_release.cmake b84ee41abb Utilities/Release: Update to openssl-1.0.1g 11 years ago
release_cmake.cmake dc3c210244 OS X: Package with DragNDrop instead of PackageMaker 11 years ago
release_cmake.sh.in f0f2b21d52 Utilities/Release: Update IBM AIX build machine access 11 years ago
upload_release.cmake cb01f15170 CMake 3.2.0-rc1 version update 10 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