--- /dev/null
+config
+DartConfiguration.tcl
+DartTestfile.txt
+Testing
+bin
+build
+scripts/*.conf
+test.out
+tmp
+weird-files
+working
+scripts/bacula-dir.conf.accurate
+scripts/bacula-dir.conf.errors
+scripts/bacula-dir.conf.maxruntime
+scripts/bacula-dir.conf.maxtime
+scripts/bacula-dir.conf.regexwhere
+scripts/bacula-dir.conf.testrunscript
+scripts/cleanup-2drive
+scripts/cleanup-2tape
+scripts/cleanup-tape
+scripts/prepare-fake-autochanger
+scripts/prepare-two-tapes
+scripts/regress-config
+scripts/update-ctest
NightlyStartTime: 23:00:00 CET
MakeCommand: @regressdir@/scripts/update-ctest
ConfigureCommand: true
-UpdateCommand: svn
+UpdateCommand: true
TimeOut: 1800
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
scripts/config_dart
nice ctest -D Experimental -R "^(disk|tape|changer):"
rtn=$?
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
scripts/config_dart
make setup
nice ctest -D Experimental -R "^disk:"
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
scripts/config_dart
nice ctest -D Experimental -R "^(disk|tape):"
rtn=$?
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
scripts/config_dart
nice ctest -D Experimental -R "^tape:"
rtn=$?
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
make distclean
scripts/config_dart
nice ctest -D Nightly -R "^(disk|tape|changer):"
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
make distclean
scripts/config_dart
make setup
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
make distclean
scripts/config_dart
nice ctest -D Experimental -R "^(disk|tape):"
REGRESS_DEBUG=1
export REGRESS_DEBUG
rm -rf Testing
-svn update
+git pull
make distclean
scripts/config_dart
nice ctest -D Nightly -R "^tape:"
out="${cwd}/tmp/sed_tmp"
# pull in latest Bacula version
-cd ${BACULA_SOURCE}
-svn update src/version.h
-cd ${cwd}
+#cd ${BACULA_SOURCE}
+#svn update src/version.h
+#cd ${cwd}
+git pull
scripts/create_sed
# Copy new source
echo "Copying source from ${BACULA_SOURCE}"
cp -rp ${BACULA_SOURCE} build
+git show HEAD | grep -m 1 commit | awk '{print $2}' > build/git-version
scripts/create_sed
# In default bacula-dir.conf.in, change default file
# to backup to be build directory
cd @regressdir@/build
-cur=`svn info | grep Revision: | awk '{print $2'}`
+cur=`cat git-version`
cd @srcdir@
-new=`svn info | grep Revision: | awk '{print $2'}`
+new=`git show HEAD | grep -m 1 commit | awk '{print $2}'`
cd @regressdir@