summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/release_cmake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+7
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* CMake: eliminate use of cvs in the Release scriptsDavid Cole2011-06-021-7/+3
| | | | | | | | | | | | | | Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically.
* Change the nightly tests to build from the nightly branch and not next.Bill Hoffman2011-01-071-1/+1
| | | | | This will make sure that the nightly test matches the dashboard nightly section. When it was next, it used next from when the test was run.
* Fix the name of the variable being tested.Bill Hoffman2010-09-141-1/+1
|
* add next as an orgin based branch, and not a tag.Bill Hoffman2010-09-131-1/+1
|
* Fix release scripts to be able to build releases from tags.Bill Hoffman2010-09-101-1/+5
|
* Switch to git repository for creation of nightly releases.Bill Hoffman2010-02-231-10/+4
|
* Handle older cvs clients that do not allow for the password to be in the ↵Bill Hoffman2009-09-231-1/+4
| | | | CVSROOT.
* Do not require a cvs login for checkout.Bill Hoffman2009-09-211-1/+1
|
* ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION ↵Bill Hoffman2009-01-271-10/+10
| | | | is auto-defined now
* ENH: add cygwin cpack stuff to release scriptsBill Hoffman2007-02-121-1/+15
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-2/+9
|
* ENH: extra pathBill Hoffman2006-05-141-3/+4
|
* ENH: working package creatorBill Hoffman2006-05-111-13/+41
|
* ENH: worksBill Hoffman2006-05-091-4/+7
|
* ENH: seems to be workingBill Hoffman2006-05-091-10/+4
|
* ENH: add 64 bit sgiBill Hoffman2006-05-091-6/+9
|
* ENH: change name to MAKE_COMMANDBill Hoffman2006-05-081-4/+4
|
* ENH: add extra copy for ibmAndy Cedilnik2006-05-081-0/+5
|
* ENH: add make program stuffBill Hoffman2006-05-081-0/+6
|
* ENH: make release directory a variableBill Hoffman2006-05-051-2/+5
|
* ENH: move from tr to cat since it works from a windows machine and works on ↵Bill Hoffman2006-05-051-5/+7
| | | | the AIX
* ENH: add missing quote and some commentsBill Hoffman2006-05-051-0/+4
|
* ENH: remove old copyBill Hoffman2006-05-051-0/+2
|
* ENH: working on hpBill Hoffman2006-05-051-4/+14
|
* ENH: create script is workingBill Hoffman2006-05-051-6/+2
|
* ENH: create script is workingBill Hoffman2006-05-051-1/+1
|
* ENH: create script is workingBill Hoffman2006-05-051-8/+6
|
* ENH: change to script modeBill Hoffman2006-05-051-52/+11
|
* ENH: add cvs command variableBill Hoffman2006-05-031-1/+1
|
* ENH: more aix stuffBill Hoffman2006-05-031-2/+2
|
* ENH: add aixBill Hoffman2006-05-031-1/+12
|
* ENH: getting betterBill Hoffman2006-05-031-10/+25
|
* ENH: remove debugBill Hoffman2006-05-021-1/+0
|
* ENH: more stuffBill Hoffman2006-05-021-1/+2
|
* ENH: remove if0Bill Hoffman2006-05-021-5/+0
|
* ENH: first pass at cmake scripts to create the cmake releaseBill Hoffman2006-05-021-0/+83