diff options
Diffstat (limited to 'scripts/auto-build/auto-build-common')
-rw-r--r-- | scripts/auto-build/auto-build-common | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/auto-build/auto-build-common b/scripts/auto-build/auto-build-common new file mode 100644 index 00000000..9c6ac5aa --- /dev/null +++ b/scripts/auto-build/auto-build-common @@ -0,0 +1,10 @@ +# these are common variables for the auto-build scripts + +HOSTNAME=`hostname | sed 's|\([a-zA-Z0-9-]\)\..*|\1|' | sed 'y|ABCDEFGHIJKLMNOPQRSTUVWXYZ|abcdefghijklmnopqrstuvwxyz|'` +SYSTEM=`uname -s | sed 'y|ABCDEFGHIJKLMNOPQRSTUVWXYZ|abcdefghijklmnopqrstuvwxyz|'` +DATE=`date +%Y-%m-%d` +TIME=`date +%H.%M.%S` + +# recipient of any emails set from the scripts +RECIPIENT=pd-cvs@iem.at + |