- Timestamp:
- Oct 27, 2007 11:58:20 PM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBemail.py
r718 r719 47 47 emailMsg = "Subject: "+subject+"\n\n" 48 48 emailMsg += "Dear "+project+" Project Manager,\n\n" \ 49 +"The nightly build tests scripts reported a problem when building project"+project49 +"The nightly build tests scripts reported a problem when building "+project 50 50 if cmdMsgs.has_key('svn version') : 51 51 emailMsg += " from svn version "+cmdMsgs['svn version'] 52 emailMsg += " \nThe failing command was\n\n\t"+cmd+"\n\n" \52 emailMsg += ".\nThe failing command was\n\n\t"+cmd+"\n\n" \ 53 53 +"Details on the problem can be found below.\n" \ 54 54 +"The cause of the problem may be from one of the projects that "\ 55 55 +project+" depends on (externals).\n" \ 56 56 +"You can contact the person who ran this test by sending email to: "\ 57 +unscrambleAddress(MY_EMAIL_ADDR)+" \n"\57 +unscrambleAddress(MY_EMAIL_ADDR)+".\n"\ 58 58 +"We hope you find this report useful.\n\n" 59 59 -
branches/testScripts/NBuserParametersDefault.py
r718 r719 14 14 # done. If the directory does not exist, it will be created. 15 15 #---------------------------------------------------------------------- 16 NIGHTLY_BUILD_ROOT_DIR = ' xxx'16 NIGHTLY_BUILD_ROOT_DIR = '/xxx' 17 17 18 18 #---------------------------------------------------------------------- 19 19 # List of Projects to be processed by script 20 20 #---------------------------------------------------------------------- 21 PROJECTS = ['CoinUtils','Clp','Osi','DyLP','SYMPHONY','Vol','Cgl','Cbc','Smi','FlopC++','Ipopt','Bonmin','OS','CppAD' ]21 PROJECTS = ['CoinUtils','Clp','Osi','DyLP','SYMPHONY','Vol','Cgl','Cbc','Smi','FlopC++','Ipopt','Bonmin','OS','CppAD','Smi'] 22 22 23 23 #---------------------------------------------------------------------- … … 126 126 [ 127 127 { 'SvnVersion': 'latestStable', 'OptLevel': 'Default', 'ThirdParty': 'No' } 128 ], 129 'Smi' : 130 [ 131 { 'Reference' : 'CoinUtils' } 128 132 ] 129 133 }
Note: See TracChangeset
for help on using the changeset viewer.