diff options
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 0e15c9db..f07df952 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -1,12 +1,11 @@ #!/bin/sh -HOSTNAME=`hostname | sed 's|\([a-zA-Z0-9-]\)\..*|\1|'` -SYSTEM=`uname -s` -DATE=`date +%Y-%m-%d` -TIME=`date +%H.%M.%S` -SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'` +# the source dir where this script is +SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'` +. $SCRIPT_DIR/auto-build-common -RECIPIENT=pd-cvs@iem.at +# the name of this script +SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'` run_build_script () { |