[hipl-commit] [trunk] Rev 4699: bzrhooks should not be shipped in the dist-file

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 2 Jun 2010 11:48:17 +0300

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: 02/06/2010 at 11:48:17
Revision: 4699
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  bzrhooks should not be shipped in the dist-file
  
  bzrhooks contains scripts that are used for the maintenance of hipl in
  respect to bzr. Thus, in my opinion, they should not be in the dist-file
  and should be excluded from the dist completeness test.

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-05-28 12:04:15 +0000
+++ tools/hipl_autobuild.sh     2010-06-02 08:46:09 +0000
@@ -82,7 +82,7 @@
 check_dist()
 {
     # TODO I'm not a sed user, please explain
-    find -L . | sed -e 1d -e 's:./::' -e '/\.bzr/d' -e '/autom4te.cache/d' -e 
'/file_list_checkout/d' |
+    find -L . | sed -e 1d -e 's:./::' -e '/\.bzr/d' -e '/autom4te.cache/d' -e 
'/file_list_checkout/d' -e '/\tools/bzrhooks/d' |
         sort > file_list_checkout
     ./configure && make dist
     tar -tzf hipl-*.tar.gz |

Other related posts:

  • » [hipl-commit] [trunk] Rev 4699: bzrhooks should not be shipped in the dist-file - Rene Hummen