- Timestamp:
- Oct 25, 2007 11:40:35 PM (12 years ago)
- Location:
- branches/testScripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBuserParametersDefault.py
r692 r694 114 114 115 115 #---------------------------------------------------------------------- 116 # Define directory where svn is located.117 # If svn is in the default path, then this can be set to an empty string118 #----------------------------------------------------------------------119 # This is not supported by newNightlyBuild.py120 # If newNightlyBuild becomes default, then SVNPATH_PREFIX will go away121 SVNPATH_PREFIX = ''122 123 #----------------------------------------------------------------------124 116 # Values for sending mail: 125 117 # EMAIL_STOREFILE: If set, then e-mails are not send but stored in a file. … … 157 149 158 150 #---------------------------------------------------------------------- 159 # DOWNLOAD_3RD_PARTY: 0 or 1.160 # Several COIN-OR projects provide scripts for downloading 3rd party161 # code that the project will use if it is available. Some of162 # the this 3rd party code is distributed under various different163 # licenses. A 1 indicates that the script will download 3rd party164 # code if the COIN-OR project provides the script165 # ThirdParty/xxx/get.xxx where xxx is the name of the third party code166 #----------------------------------------------------------------------167 168 DOWNLOAD_3RD_PARTY = 0169 170 #----------------------------------------------------------------------171 151 #On some systems the user might want to set extra options for the 172 152 #configure script like compilers... -
branches/testScripts/nightlyBuild.py
r692 r694 22 22 23 23 # TODO: 24 # -Get some information about the platform and put this in email failure message. 24 # -Get some information about the platform and put this in email 25 # failure message. Add text better explaining the email so project 26 # managers can better understand it. Somehow remember the ./configure 27 # command options and put it in the email message. 25 28 # -In userConfig allow one to optionally do a clean checkout and/or config 26 # -Don't do build if 'svn update' doesn't change anything and prior test was OK. 27 # (no need to re-run if nothing has changed since prior run) 28 # -Skip make of project that depend on a project which make had been failing. (Similar for configure.) 29 # But also tell project managers of skiped project that their project was skipped. 29 # -Skip make of project that depend on a project which make had been failing. 30 # (Similar for configure.) But also tell project managers of skiped 31 # project that their project was skipped. 32 # -Clean up the kludge that tests if "make test" and 'unitTest' were 33 # successfull 30 34 31 35 -
branches/testScripts/userParametersEmpty.py
r681 r694 15 15 'SEND_MAIL_TO_PROJECT_MANAGER': 0, 16 16 'STORE_EMAIL': '', 17 'SVNPATH_PREFIX': '',18 'DOWNLOAD_3RD_PARTY': 1,19 17 'CONFIGURE_FLAGS': '', 20 18 'LOGFILE': '',
Note: See TracChangeset
for help on using the changeset viewer.