[hipl-commit] [trunk] Rev 3988: autobuilder: Create local bzr branches instead of pulling from hipl.hiit.fi.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 17 Mar 2010 17:52:21 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 17/03/2010 at 17:52:21
Revision: 3988
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  autobuilder: Create local bzr branches instead of pulling from hipl.hiit.fi.

Modified:
  M  tools/hipl_autobuild

=== modified file 'tools/hipl_autobuild'
--- tools/hipl_autobuild        2010-03-16 18:55:46 +0000
+++ tools/hipl_autobuild        2010-03-17 15:51:42 +0000
@@ -6,10 +6,8 @@
 # for the user running this script, then email will be sent in case of failure.
 
 BRANCH_NAME=$1
-BRANCH_LOCATION=$2
-
 BUILD_DIR=$HOME/tmp/hipl_autobuild
-BRANCH_URL=http://hipl.hiit.fi/hipl/hipl-bzr/$BRANCH_LOCATION
+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)
 BRANCH_REVISION_FILE=$BUILD_DIR/HIPL_REVISION_$BRANCH_NAME

Other related posts:

  • » [hipl-commit] [trunk] Rev 3988: autobuilder: Create local bzr branches instead of pulling from hipl.hiit.fi. - Diego Biurrun