Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: Increase timeout for slow-testing cygwin build | David Cole | 2011-12-09 | 1 | -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 Cole | 2011-09-16 | 2 | -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 Cole | 2011-08-26 | 4 | -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 scripts | David Cole | 2011-06-02 | 11 | -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 name | David Cole | 2011-01-12 | 1 | -3/+3 |
| | |||||
* | Change the nightly tests to build from the nightly branch and not next. | Bill Hoffman | 2011-01-07 | 1 | -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 Selkowitz | 2010-12-15 | 1 | -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 Cole | 2010-09-15 | 14 | -218/+13 |
| | | | | | Remove scripts for machines that no longer build releases. Update comments in README. | ||||
* | Fix the name of the variable being tested. | Bill Hoffman | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | add next as an orgin based branch, and not a tag. | Bill Hoffman | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Fix release scripts to be able to build releases from tags. | Bill Hoffman | 2010-09-10 | 3 | -3/+8 |
| | |||||
* | Update path to git. dashmacmini2 was "upgraded." | David Cole | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'verbose_failed_tests_releases' | Brad King | 2010-06-07 | 1 | -1/+1 |
|\ | |||||
| * | When running tests for releases use verbose output for failed tests. | Bill Hoffman | 2010-06-05 | 1 | -1/+1 |
| | | |||||
* | | change nightly release builds to use next, and move qmake on dash2win64 | Bill Hoffman | 2010-05-28 | 1 | -1/+1 |
|/ | |||||
* | Fix release scripts. | Bill Hoffman | 2010-04-20 | 4 | -3/+12 |
| | |||||
* | Fix upload to work with git branch name master. | Bill Hoffman | 2010-03-05 | 1 | -2/+5 |
| | |||||
* | Use git for the checkout of the source tree instead of cvs. | Bill Hoffman | 2010-03-01 | 2 | -0/+2 |
| | |||||
* | Change the git repository to be the new one and not the -tmp one. | Bill Hoffman | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Switch to git repository for creation of nightly releases. | Bill Hoffman | 2010-02-23 | 9 | -20/+28 |
| | |||||
* | current release stuff | Bill Hoffman | 2010-02-09 | 3 | -1/+42 |
| | |||||
* | handle change in fortran variable used for tests | Bill Hoffman | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | Turn off fortran as gnu fortran does not mix with vs | Bill Hoffman | 2009-12-04 | 1 | -0/+1 |
| | |||||
* | some changes for 2.8 | Bill Hoffman | 2009-11-05 | 4 | -6/+6 |
| | |||||
* | change to a new version of qt. | Bill Hoffman | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Handle older cvs clients that do not allow for the password to be in the ↵ | Bill Hoffman | 2009-09-23 | 2 | -1/+5 |
| | | | | CVSROOT. | ||||
* | new windows build machine for cmake | Bill Hoffman | 2009-09-22 | 1 | -0/+17 |
| | |||||
* | disable svn | Bill Hoffman | 2009-09-22 | 1 | -0/+1 |
| | |||||
* | Use ctest -j to speed up tests for release builds. | Bill Hoffman | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Do not require a cvs login for checkout. | Bill Hoffman | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | ENH: use a newer cmake | Bill Hoffman | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | ENH: change qt to 4.5 | Bill Hoffman | 2009-03-28 | 2 | -2/+3 |
| | |||||
* | ENH: fix spaces in path escape | Bill Hoffman | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | ENH: use a different cmake | Bill Hoffman | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | ENH: add FFLAGS back into release script | Bill Hoffman | 2009-02-11 | 2 | -0/+6 |
| | |||||
* | ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION ↵ | Bill Hoffman | 2009-01-27 | 4 | -32/+32 |
| | | | | is auto-defined now | ||||
* | ENH: add new sgi release scripts | Bill Hoffman | 2008-10-01 | 2 | -0/+28 |
| | |||||
* | ENH: add comment about fixing RC | Bill Hoffman | 2008-09-24 | 1 | -0/+2 |
| | |||||
* | ENH: check in current build scripts | Bill Hoffman | 2008-08-19 | 4 | -3/+7 |
| | |||||
* | ENH: | Bill Hoffman | 2008-03-26 | 1 | -0/+15 |
| | |||||
* | ENH: | Bill Hoffman | 2008-03-26 | 1 | -0/+21 |
| | |||||
* | ENH: qtgui stuff | Bill Hoffman | 2008-03-07 | 4 | -4/+16 |
| | |||||
* | ENH: build the qt gui | Bill Hoffman | 2008-02-09 | 1 | -0/+2 |
| | |||||
* | ENH: Put black outline around all resolutions of the new ico files. Looks ↵ | David Cole | 2007-11-08 | 1 | -0/+0 |
| | | | | better on a dark background than the lighter outline... | ||||
* | ENH: add mt to vogon release | Bill Hoffman | 2007-11-07 | 1 | -0/+1 |
| | |||||
* | ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown ↵ | David Cole | 2007-11-01 | 1 | -0/+0 |
| | | | | up icon look... | ||||
* | ENH: add icon for installer | Bill Hoffman | 2007-10-31 | 1 | -0/+0 |
| | |||||
* | ENH: add test that builds a nightly windows cmake binary | Bill Hoffman | 2007-09-10 | 3 | -5/+14 |
| | |||||
* | BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on ↵ | David Cole | 2007-09-06 | 1 | -0/+0 |
| | | | | Windows. It was inadvertently removed. | ||||
* | ENH: remove old style release stuff | Bill Hoffman | 2007-06-22 | 17 | -1484/+17 |
| |