Changeset 718
- Timestamp:
- Oct 27, 2007 5:34:17 PM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBbuildConfig.py
r713 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import os -
branches/testScripts/NBcheckResult.py
r681 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import re -
branches/testScripts/NBemail.py
r717 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import os -
branches/testScripts/NBlogMessages.py
r710 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import time -
branches/testScripts/NBosCommand.py
r681 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 from socket import gethostname -
branches/testScripts/NBprojectConfig.py
r712 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import os -
branches/testScripts/NBsvnCommand.py
r709 r718 1 1 #! /usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import os -
branches/testScripts/NBuserParametersDefault.py
r712 r718 1 #------------------------------------------------------------------------ 2 # This file is distributed under the Common Public License. 3 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 4 #------------------------------------------------------------------------ 5 1 6 #---------------------------------------------------------------------- 2 7 # This file is a template for a user-given parameter file. -
branches/testScripts/nightlyBuild.py
r709 r718 1 1 #!/usr/bin/env python 2 3 #------------------------------------------------------------------------ 4 # This file is distributed under the Common Public License. 5 # It is part of the BuildTools project in COIN-OR (www.coin-or.org) 6 #------------------------------------------------------------------------ 2 7 3 8 import os
Note: See TracChangeset
for help on using the changeset viewer.