#
# Configuration for release scripts
#
-# Copyright (C) 2000-2017 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# Set to the Branch you are working on
#
-branch=${branch:-Branch-7.9}
+branch=${branch:-Branch-9.6}
#
# set reltype to release or beta -- for upload and setting DEVELOPER
reltype=release
repo=$reltype
# Bacula git repos
-bacula=${bacula:-${HOME}/bee/bacula}
+drivers=${bacula:-${HOME}/bacula/drivers}
+bacula=${bacula:-${HOME}/bacula/k}
docs=${docs:-${HOME}/bacula/docs}
# Limit bw to upload on the website
#!/bin/sh
#
-# Copyright (C) 2000-2018 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# This script is used to make a Bacula release
cd $base_pkg-$ver/bacula
cp -fp ReleaseNotes ChangeLog src/version.h ${cwd}/
cp -fp LICENSE* ${cwd}/
+grep -R -a --exclude-dir=testprogs "Copyright.*Bacula Systems" *
+if [ $? = 0 ] ; then
+ echo "fatal: !!!!! Bacula Systems Copyrights detected !!!!!"
+ exit
+fi
cd ${cwd}/$base_pkg-$ver
# Move directories to release names including version