[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5956: autobuild: Ensure that check_dist_tarball() runs quiet by default.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Thu, 09 Jun 2011 19:14:15 -0000

------------------------------------------------------------
revno: 5956
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Mon 2011-05-30 17:20:48 +0200
message:
  autobuild: Ensure that check_dist_tarball() runs quiet by default.
modified:
  tools/hipl_autobuild.sh


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2011-05-17 07:32:01 +0000
+++ tools/hipl_autobuild.sh     2011-05-30 15:20:48 +0000
@@ -117,7 +117,7 @@
     # Remove autogenerated, Bazaar-related and similar files from the list.
     find -L . | sed -e 1d -e 's:./::' -e '/\.bzr/d' -e '/autom4te.cache/d' -e 
'/file_list_checkout/d' |
         sort > file_list_checkout
-    ./configure && make dist
+    ./configure -q && make dist > /dev/null
     tar -tzf hipl-*.tar.gz |
         sed -e 1d -e "s:hipl-[0-9.]*/::" -e 's:/$::' -e 
'/file_list_checkout/d' -e '/version.h/d' |
         sort > file_list_tarball

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5956: autobuild: Ensure that check_dist_tarball() runs quiet by default. - noreply