summaryrefslogtreecommitdiffstats
path: root/Utilities/Release
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'magrathea-release-DT_RUNPATH'David Cole2012-09-041-0/+2
|\ | | | | | | | | c0f89e9 magrathea: Tell cmELF about DT_RUNPATH (#13497)
| * magrathea: Tell cmELF about DT_RUNPATH (#13497)Brad King2012-09-031-0/+2
| | | | | | | | | | | | | | Our Linux release machine 'magrathea' has a very old Linux to help build portable binaries. It is so old that <elf.h> does not define the DT_RUNPATH constant. Define the correct value in the build flags to activate handling of ELF RUNPATH entries in the binary release.
* | Remove CMake-language block-end command argumentsKitware Robot2012-08-134-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed
* | Convert CMake-language commands to lower caseKitware Robot2012-08-132-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-135-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ \+$//'
* | Merge topic 'release-script-fixes'David Cole2012-08-131-3/+13
|\ \ | | | | | | | | | | | | 214589b Add ability to run as a ctest -S script also
| * | Add ability to run as a ctest -S script alsoDavid Cole2012-06-221-3/+13
| |/ | | | | | | | | | | | | | | | | Then, use ctest_sleep to separate uploads by at least one second each, so that the files on the web server all get distinct time stamps. Then, when viewed on the web server, sorted by time, they are also sorted alphabetically.
* | Release: Temporarily exclude ExternalProject test on cygwinDavid Cole2012-06-222-1/+9
|/ | | | | | | | Only temporarily until we can setup a new cygwin build machine for making releases. It's specific to the script that runs on dash2win64 anyhow. When we add a new script to run it on a different machine, and stop building the cygwin releases on dash2win64, this change will naturally no longer apply.
* Use correct "requires" line in cygwin setup hint fileDavid Cole2012-03-061-1/+1
| | | | | Reference: email thread between Bill Hoffman and Yaakov Selkowitz from Mar. 5, 2012.
* Remove trailing white spaceDavid Cole2012-03-061-3/+3
|
* Use upgraded qt on linux build machine.Bill Hoffman2012-02-101-1/+1
|
* Update version of Qt for dashmacmini5 produced release binariesDavid Cole2012-02-061-1/+1
| | | | Use 4.8.0
* Update dashmacmini2 release script to use Qt 4.8.0David Cole2012-01-311-1/+1
|
* Update dashmacmini2 release script to use Qt 4.6.3David Cole2012-01-171-2/+2
|
* Release: Increase timeout for slow-testing cygwin buildDavid Cole2011-12-301-0/+1
| | | | | | | | The parent commit only added DART_TESTING_TIMEOUT to the cache. Also add CTEST_TEST_TIMEOUT because the logic in CMake/Tests/CMakeLists.txt uses that variable in its "long test timeout" computation. Now the cygwin build really does have 7200 seconds before it calls timeout death on a test.
* Release: Increase timeout for slow-testing cygwin buildDavid Cole2011-12-091-0/+1
| | | | | | Previously, the ExternalProject test was timing out at the default timeout value of 1500 seconds. Give it time, little one, it will finish if you learn patience.
* Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460)David Cole2011-09-162-2/+1
| | | | | | Also, since dashmacmini5 is newer/faster/better and is also building the source tarballs, remove that responsibility from the dashmacmini2 script.
* CMake Release Scripts: Changes for next release candidate...David Cole2011-08-264-21/+23
| | | | | | | Removed script for dashsun1: machine is now defunct. R.I.P. Added new script for 64-bit universal binary build on dashmacmini5 with x86_64;i386
* CMake: eliminate use of cvs in the Release scriptsDavid Cole2011-06-0211-40/+44
| | | | | | | | | | | | | | 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.
* Update script with new machine nameDavid Cole2011-01-121-3/+3
|
* 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.
* Cygwin: Fix release script libncurses search patterns (#10766)Yaakov Selkowitz2010-12-151-2/+2
| | | | | | | | | | | | | | | With the switch to upstream ncurses "ABI 6", Cygwin's ncurses has YA ABI bump and is now libncurses10. However, the regex used to determine in Utilities/Release/Cygwin/CMakeLists.txt which libncurses is being used does not handle multiple-digit ABIs. libncurses8 was the first version to be built with libtool and therefore contains a hyphen (cygncurses-8.dll). It was first introduced in 2004, so it should be sufficiently old to rely on. Furthermore, libncurses7 has a serious flaw in that it completely breaks if rebased. Therefore the easiest solution is to only look at the hyphened versions and change the regex accordingly.
* Update release scripts.David Cole2010-09-1514-218/+13
| | | | | Remove scripts for machines that no longer build releases. Update comments in README.
* 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-103-3/+8
|
* Update path to git. dashmacmini2 was "upgraded."David Cole2010-07-271-1/+1
|
* Merge branch 'verbose_failed_tests_releases'Brad King2010-06-071-1/+1
|\
| * When running tests for releases use verbose output for failed tests.Bill Hoffman2010-06-051-1/+1
| |
* | change nightly release builds to use next, and move qmake on dash2win64Bill Hoffman2010-05-281-1/+1
|/
* Fix release scripts.Bill Hoffman2010-04-204-3/+12
|
* Fix upload to work with git branch name master.Bill Hoffman2010-03-051-2/+5
|
* Use git for the checkout of the source tree instead of cvs.Bill Hoffman2010-03-012-0/+2
|
* Change the git repository to be the new one and not the -tmp one.Bill Hoffman2010-02-231-1/+1
|
* Switch to git repository for creation of nightly releases.Bill Hoffman2010-02-239-20/+28
|
* current release stuffBill Hoffman2010-02-093-1/+42
|
* handle change in fortran variable used for testsBill Hoffman2009-12-211-1/+1
|
* Turn off fortran as gnu fortran does not mix with vsBill Hoffman2009-12-041-0/+1
|
* some changes for 2.8Bill Hoffman2009-11-054-6/+6
|
* change to a new version of qt.Bill Hoffman2009-10-261-1/+1
|
* Handle older cvs clients that do not allow for the password to be in the ↵Bill Hoffman2009-09-232-1/+5
| | | | CVSROOT.
* new windows build machine for cmakeBill Hoffman2009-09-221-0/+17
|
* disable svnBill Hoffman2009-09-221-0/+1
|
* Use ctest -j to speed up tests for release builds.Bill Hoffman2009-09-211-1/+1
|
* Do not require a cvs login for checkout.Bill Hoffman2009-09-211-1/+1
|
* ENH: use a newer cmakeBill Hoffman2009-03-311-1/+1
|
* ENH: change qt to 4.5Bill Hoffman2009-03-282-2/+3
|
* ENH: fix spaces in path escapeBill Hoffman2009-03-271-1/+1
|
* ENH: use a different cmakeBill Hoffman2009-03-271-1/+1
|
* ENH: add FFLAGS back into release scriptBill Hoffman2009-02-112-0/+6
|