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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 09 Apr 2010 18:30:14 +0200

Author: biurrun
Date: Fri Apr  9 18:30:14 2010
New Revision: 2263

Log:
Mark the distribution tarball check as such in notification emails.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Thu Apr  8 20:10:05 2010        (r2262)
+++ trunk/tools/pisa_autobuild.sh       Fri Apr  9 18:30:14 2010        (r2263)
@@ -94,6 +94,7 @@
 # Bootstrap the autotools build system.
 run_program autoreconf --install
 
+CONFIGURATION="distribution tarball completeness"
 check_dist
 
 # Compile PISA in different configurations

Other related posts:

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