[hipl-commit] [trunk] Rev 4087: autobuild: Add forgotten OPENWRT_DIR variable.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 01:37:52 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 01:37:52
Revision: 4087
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  autobuild: Add forgotten OPENWRT_DIR variable.

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-03-29 22:14:03 +0000
+++ tools/hipl_autobuild.sh     2010-03-29 22:37:02 +0000
@@ -12,6 +12,11 @@
 # for the user running this script, then email will be sent in case of failure.
 
 BRANCH_NAME=$1
+
+AUTOBUILD_DIR=$HOME/tmp/autobuild
+BUILD_DIR=$AUTOBUILD_DIR/hipl
+OPENWRT_DIR=$AUTOBUILD_DIR/openwrt
+
 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

Other related posts:

  • » [hipl-commit] [trunk] Rev 4087: autobuild: Add forgotten OPENWRT_DIR variable. - Diego Biurrun