]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/config_dart
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / scripts / config_dart
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6
7 #
8 # Configure the dart files
9 #
10 cwd=`pwd`
11 . ${cwd}/config
12
13 mkdir -p ${cwd}/bin
14 out="${cwd}/tmp/sed_tmp"
15
16 # pull in latest Bacula version
17 #git pull
18
19 scripts/create_sed
20
21
22 sed -f ${out} ${cwd}/DartConfiguration.tcl.in >${cwd}/DartConfiguration.tcl
23 sed -f ${out} ${cwd}/DartTestfile.txt.in >${cwd}/DartTestfile.txt
24
25 sed -f ${out} ${cwd}/scripts/update-ctest.in >${cwd}/scripts/update-ctest
26 chmod +x ${cwd}/scripts/update-ctest