]> git.sur5r.net Git - bacula/bacula/commitdiff
Add svn update to Dart scripts
authorKern Sibbald <kern@sibbald.com>
Fri, 21 Mar 2008 10:09:49 +0000 (10:09 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 21 Mar 2008 10:09:49 +0000 (10:09 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6654 91ce42f0-d328-0410-95d8-f526ca767f89

regress/DartConfiguration.tcl.in
regress/experimental-all
regress/experimental-disk
regress/experimental-tape
regress/nightly-all
regress/nightly-disk
regress/nightly-tape

index 7f58820b14fc60ec3e12fc6c1e2596691b389139..a371707f6d08b9fa2ca2b67ac1428d8dd932f059 100644 (file)
@@ -5,8 +5,8 @@ BuildName: bacula-@bversion@-@bdate@-@dbengine@-@os@
 DropMethod: xmlrpc
 DropSite: http://regress.bacula.org:8081
 DropLocation: Bacula
-NightlyStartTime: 21:00:00 EST
+NightlyStartTime: 04:00:00 GMT
 MakeCommand: @regressdir@/scripts/update-ctest
 ConfigureCommand: true
 UpdateCommand: svn
-TimeOut: 3600
+TimeOut: 1800
index 56ccc00312a3507483eb7b3116129b54d60f6b88..2b326a666ed25e7b0a60451e9ce6aa3541c5a6e5 100755 (executable)
@@ -6,6 +6,7 @@
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
+svn update
 scripts/config_dart
 nice ctest -D Experimental -R "all-non-root.*"
 if [ $? != 0 ] ; then
index f77aec354c81a34787eec6560b2e2f4df2747cdd..4d8ccb3ad7493b6e2931088e5097462c7fb0effb 100755 (executable)
@@ -6,6 +6,7 @@
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
+svn update
 scripts/config_dart
 nice ctest -D Experimental -R "all-non-root:"
 if [ $? != 0 ] ; then
index 550328abaf76cceb8232ce65a9c373c828a27b9d..96742e6367ff2663b28235e7a65133f7a3e425fc 100755 (executable)
@@ -6,6 +6,7 @@
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
+svn update
 scripts/config_dart
 nice ctest -D Experimental -R "all-non-root-tape:"
 if [ $? != 0 ] ; then
index 00e1059339fc6de67617f2aaa07a18015c52c727..fa76647bd407c4b1b8d795e7ab85de11b3bcdc13 100755 (executable)
@@ -6,6 +6,7 @@
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
+svn update
 scripts/config_dart
 nice ctest -D Nightly -R "all-non-root.*"
 if [ $? != 0 ] ; then
index e074f8efae3252fca3714f8bf6fc4c5b14422b9d..5e7161fbaa8e925a013b8d4aa669fb5bb1f96b9c 100755 (executable)
@@ -6,6 +6,7 @@
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
+svn update
 scripts/config_dart
 nice ctest -D Nightly -R "all-non-root:"
 if [ $? != 0 ] ; then
index cf136f533ff64bd414958c8875054fbd4df71700..4ca2f5f16ae3773598b43c21adbf4103e512bf4b 100755 (executable)
@@ -6,6 +6,7 @@
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
+svn update
 scripts/config_dart
 nice ctest -D Nightly -R "all-non-root-tape:"
 if [ $? != 0 ] ; then