diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-18 23:16:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-18 23:16:15 +0000 |
commit | c18bdce679a1bd2b81ee855a65dcf6953eeab93d (patch) | |
tree | c5fced2db0f4e8bf89113d4b376824cfd056e899 /scripts | |
parent | e183b0edd3e0798a34735cc1c9b2f4ae6a0235d6 (diff) |
use /Users/hans everywhere
svn path=/trunk/; revision=16691
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/auto-build/run-automated-builder-cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder-cron b/scripts/auto-build/run-automated-builder-cron index bcee3224..b3e77fdd 100644 --- a/scripts/auto-build/run-automated-builder-cron +++ b/scripts/auto-build/run-automated-builder-cron @@ -11,7 +11,7 @@ SCRIPT_DIR=$(echo $0 | sed 's|\(.*\)/.*$|\1|') SCRIPT_DIR=${HOME}/auto-build/pd-extended/scripts/auto-build BUILD_SCRIPT=run-automated-builder -LOGFILE=/home/pd/logs//${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${BUILD_SCRIPT}.txt +LOGFILE=${HOME}/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${BUILD_SCRIPT}.txt # update the script from SVN before running it svn cleanup $SCRIPT_DIR > $LOGFILE 2>&1 |