[pisa-src] r2415 - trunk/tools/testbed/scripts/build_deb

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 24 Jan 2011 10:51:32 +0100

Author: richter
Date: Mon Jan 24 10:51:31 2011
New Revision: 2415

Log:
By default, only build packages for the native architecture.

Modified:
   trunk/tools/testbed/scripts/build_deb

Modified: trunk/tools/testbed/scripts/build_deb
==============================================================================
--- trunk/tools/testbed/scripts/build_deb       Mon Jan 24 10:45:42 2011        
(r2414)
+++ trunk/tools/testbed/scripts/build_deb       Mon Jan 24 10:51:31 2011        
(r2415)
@@ -26,7 +26,7 @@
 # set defaults
 OUTPUT_PATH=$PWD
 PBUILDER_PATH=/var/cache/pbuilder
-ARCHS="i386 amd64"
+ARCHS=$(dpkg --print-architecture)
 
 while [ $# -gt 0 ]; do
     case $1 in
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2415 - trunk/tools/testbed/scripts/build_deb - Samuel Richter