[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5231: Use a more sensible variable name to refer to the trunk HIPL branch.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 15:52:31 -0000

------------------------------------------------------------
revno: 5231
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 16:50:45 +0100
message:
  Use a more sensible variable name to refer to the trunk HIPL branch.
modified:
  tools/maintainer/update-html-howto


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'tools/maintainer/update-html-howto'
--- tools/maintainer/update-html-howto  2010-11-30 15:48:14 +0000
+++ tools/maintainer/update-html-howto  2010-11-30 15:50:45 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 BZR_HIPL_CACHE=~/.bzr-hipl-cache/hipl-bzr
-REVISION=trunk
+BRANCH=trunk
 TMP_DIR=~/.hipl.howto.tmp.dir
 WWW_DIR=/var/www/infrahip/html/hipl/manual
 OUTPUT_DIR=$WWW_DIR
@@ -11,7 +11,7 @@
 mkdir -p $TMP_DIR $OUTPUT_DIR
 
 touch $OUTPUT_DIR/DO_NOT_EDIT_THESE_MANUALLY.GENERATED_AUTOMATICALLY
-cp -r $BZR_HIPL_CACHE/$REVISION/doc $TMP_DIR
+cp -r $BZR_HIPL_CACHE/$BRANCH/doc $TMP_DIR
 cd $TMP_DIR/doc
 #xmlto -o manual html HOWTO.xml 2> /dev/null
 #cp -r manual/* $OUTPUT_DIR

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5231: Use a more sensible variable name to refer to the trunk HIPL branch. - noreply