blob: 9c6ac5aa73c2f577e34cfb25b08e3504b1eba1f4 (
plain)
1
2
3
4
5
6
7
8
9
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
|