[pisa-src] r2178 - trunk/tools/pisa_autobuild

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 18 Mar 2010 11:04:52 +0100

Author: biurrun
Date: Thu Mar 18 11:04:52 2010
New Revision: 2178

Log:
Disable OpenWrt autobuild; it is severely broken.

Modified:
   trunk/tools/pisa_autobuild

Modified: trunk/tools/pisa_autobuild
==============================================================================
--- trunk/tools/pisa_autobuild  Thu Mar 18 11:03:38 2010        (r2177)
+++ trunk/tools/pisa_autobuild  Thu Mar 18 11:04:52 2010        (r2178)
@@ -79,18 +79,18 @@
 compile vanilla
 compile fullfeatured --disable-debug --enable-logging --enable-performance
 
-# Compile PISA within an OpenWrt checkout
-run_program "rm -f $BUILD_DIR/openwrt/dl/pisa*.tar.gz"
-PISA_TARBALL=$(ls pisa*tar.gz)
-run_program "cp $PISA_TARBALL $BUILD_DIR/openwrt/dl"
-cd $BUILD_DIR/openwrt
-run_program "rm -rf package/pisa"
-run_program "cp -r $CHECKOUT_DIR/openwrt/package/pisa package/"
-# Patch the PISA package OpenWrt Makefile.
-# We have no error handling here - we expect errors to be caught by Make.
-WRT_PISA_VERSION=$(echo $PISA_TARBALL | cut -d . -f 1-3 | cut -d - -f 2)
-sed -e "s/PKG_VERSION:=.*/PKG_VERSION:=$WRT_PISA_VERSION/" 
$CHECKOUT_DIR/openwrt/package/pisa/Makefile > package/pisa/Makefile
-run_program "make -j17 package/pisa-clean V=99"
-run_program "make -j17 package/pisa-install V=99"
+## Compile PISA within an OpenWrt checkout
+#run_program "rm -f $BUILD_DIR/openwrt/dl/pisa*.tar.gz"
+#PISA_TARBALL=$(ls pisa*tar.gz)
+#run_program "cp $PISA_TARBALL $BUILD_DIR/openwrt/dl"
+#cd $BUILD_DIR/openwrt
+#run_program "rm -rf package/pisa"
+#run_program "cp -r $CHECKOUT_DIR/openwrt/package/pisa package/"
+## Patch the PISA package OpenWrt Makefile.
+## We have no error handling here - we expect errors to be caught by Make.
+#WRT_PISA_VERSION=$(echo $PISA_TARBALL | cut -d . -f 1-3 | cut -d - -f 2)
+#sed -e "s/PKG_VERSION:=.*/PKG_VERSION:=$WRT_PISA_VERSION/" 
$CHECKOUT_DIR/openwrt/package/pisa/Makefile > package/pisa/Makefile
+#run_program "make -j17 package/pisa-clean V=99"
+#run_program "make -j17 package/pisa-install V=99"
 
 cleanup 0

Other related posts:

  • » [pisa-src] r2178 - trunk/tools/pisa_autobuild - Diego Biurrun