[pisa-src] r2254 - trunk/tools/pisa_autobuild.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 18:57:01 +0200

Author: biurrun
Date: Wed Apr  7 18:57:01 2010
New Revision: 2254

Log:
autobuild: Use a slightly more robust directory pattern for scratchbox.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Wed Apr  7 18:53:39 2010        (r2253)
+++ trunk/tools/pisa_autobuild.sh       Wed Apr  7 18:57:01 2010        (r2254)
@@ -113,6 +113,6 @@
 cd $SCRATCHBOX_HOME || cleanup 1
 run_program "rm -rf pisa-[0-9-]* pisa_*.changes pisa_*.deb"
 run_program "tar -xzf $CHECKOUT_DIR/pisa-[0-9-]*.tar.gz"
-run_program "$SCRATCHBOX_DIR/login -d pisa-* dpkg-buildpackage -rfakeroot -b"
+run_program "$SCRATCHBOX_DIR/login -d pisa-[0-9-]* dpkg-buildpackage 
-rfakeroot -b"
 
 cleanup 0

Other related posts:

  • » [pisa-src] r2254 - trunk/tools/pisa_autobuild.sh - Diego Biurrun