[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5216: Reflect the renamed OpenWrt packaging directory in the autobuilder.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 09:55:50 -0000

------------------------------------------------------------
revno: 5216
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 10:53:48 +0100
message:
  Reflect the renamed OpenWrt packaging directory in the autobuilder.
modified:
  tools/hipl_autobuild.sh


--
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/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-11-29 16:52:27 +0000
+++ tools/hipl_autobuild.sh     2010-11-30 09:53:48 +0000
@@ -164,7 +164,7 @@
 run_program "cp hipl*tar.gz $OPENWRT_DIR/dl"
 cd $OPENWRT_DIR || cleanup 1
 run_program "rm -rf package/hipl"
-run_program "cp -r $CHECKOUT_DIR/packaging/openwrt/package package/hipl"
+run_program "cp -r $CHECKOUT_DIR/packaging/openwrt/hipl package/"
 run_program "make -j package/hipl/clean V=99"
 run_program "make -j package/hipl/install V=99"
 

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5216: Reflect the renamed OpenWrt packaging directory in the autobuilder. - noreply