From 5c29d9a8ff3db169a7b65ac6ccb619a984697533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 30 Sep 2008 08:26:59 +0000 Subject: replaced `` syntax with $(); added a 1-before-last line to the logfile indicating the uploaded package (LATER use this to rename the logfile to something more meaningful; FIRST wait whether everything still works...) svn path=/trunk/; revision=10317 --- scripts/auto-build/prep-auto-build-upload | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/auto-build/prep-auto-build-upload') diff --git a/scripts/auto-build/prep-auto-build-upload b/scripts/auto-build/prep-auto-build-upload index fc086428..8cbc4b67 100755 --- a/scripts/auto-build/prep-auto-build-upload +++ b/scripts/auto-build/prep-auto-build-upload @@ -2,11 +2,11 @@ # prepare a directory per date for the auto-builders to upload to -HOSTNAME=`hostname` -SYSTEM=`uname -s` -DATE=`date +%Y-%m-%d` -TIME=`date +%H.%M.%S` -SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'` +HOSTNAME=$(hostname) +SYSTEM=$(uname -s) +DATE=$(date +%Y-%m-%d) +TIME=$(date +%H.%M.%S) +SCRIPT=$(echo $0| sed 's|.*/\(.*\)|\1|g') LOGFILE=/home/pd/logs/${DATE}_${TIME}_-_${SCRIPT}_-_${SYSTEM}.txt #BUILD_ROOT="/var/www/auto-build" -- cgit v1.2.1