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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 11 Oct 2010 20:34:51 +0200

Author: biurrun
Date: Mon Oct 11 20:34:50 2010
New Revision: 2339

Log:
Rename check_dist() --> check_dist_tarball();
The new name describes the function better.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Wed Sep 15 17:55:26 2010        (r2338)
+++ trunk/tools/pisa_autobuild.sh       Mon Oct 11 20:34:50 2010        (r2339)
@@ -63,7 +63,7 @@
 }
 
 # Make sure that 'make dist' is complete.
-check_dist()
+check_dist_tarball()
 {
     find -L . | sed -e 1d -e 's:./::' -e '/\.svn/d' -e '/autom4te.cache/d' -e 
'/file_list_checkout/d' |
         sort > file_list_checkout
@@ -103,7 +103,7 @@
 run_program autoreconf --install
 
 CONFIGURATION="distribution tarball completeness"
-check_dist
+check_dist_tarball
 
 CONFIGURATION="Doxygen documentation"
 check_doxygen
-- 
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] r2339 - trunk/tools/pisa_autobuild.sh - Diego Biurrun