[hipl-commit] [trunk] Rev 4604: removed redundant BUILD_DIR variable

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 26 May 2010 22:36:11 +0300

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: 26/05/2010 at 22:36:11
Revision: 4604
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  removed redundant BUILD_DIR variable

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-05-26 19:33:26 +0000
+++ tools/hipl_autobuild.sh     2010-05-26 19:35:54 +0000
@@ -25,7 +25,6 @@
 SCRATCHBOX_DIR="/srv/power/scratchbox"
 SCRATCHBOX_HOME=$SCRATCHBOX_DIR/users/${LOGNAME}${HOME}
 
-BUILD_DIR=$HOME/tmp/autobuild/hipl
 BRANCH_URL=$HOME/src/hipl/$BRANCH_NAME
 CHECKOUT_DIR=$BUILD_DIR/$(date +"%Y-%m-%d-%H%M")_$BRANCH_NAME
 BRANCH_REVISION=$(bzr revno -q $BRANCH_URL)

Other related posts:

  • » [hipl-commit] [trunk] Rev 4604: removed redundant BUILD_DIR variable - Rene Hummen