Did something change in the post-receive hook?  The commit emails used to
have the full text of the diffs.  I know, 'cause I got in the habit of
reading through them to see the details of what everyone else is doing.

Now, we're just getting the summary.  No diffs.

---------- Forwarded message ----------
From: <[email protected]>
Date: Fri, Jul 16, 2010 at 12:03 AM
Subject: [EFS-commits] [efs-deploy]EFS deployment utilities branch, master,
updated. 69a816681873711b52561ebb912e17e2fc02109a
To: [email protected]


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "EFS deployment utilities".

The branch, master has been updated
      via  69a816681873711b52561ebb912e17e2fc02109a (commit)
     from  83be62308919cbf2e6df74461137fbb48f8448f7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 69a816681873711b52561ebb912e17e2fc02109a
Author: Phillip Moore <[email protected]>
Date:   Thu Jul 15 23:36:42 2010 -0400

   Support for the strip_rpaths build-post and install-post hooks.  This
   mechanism removes unused /efs/dist based RPATH entries using readelf
   and chrpath.

   The status of commands that are about to be run will now be shown as
   "queued", for example, right after starting "source":

   EFS Deploy State for fsf/pari/2.3.5-build004:
   Platform/Compiler        source  configure  build         test
 install   archive

 
=====================================================================================
   x86-32.linux.2.4/gcc346  queued  pass[2s]   pass[1m,22s]  pass[2s]
 pass[4s]  none
   x86-32.rhel.5/rh412      queued  pass[2s]   pass[1m,5s]   pass[2s]
 pass[6s]  none
   x86-64.linux.2.6/rh346   queued  pass[3s]   pass[1m,20s]  pass[2s]
 pass[4s]  none
   x86-64.rhel.5/gcc443     queued  pass[2s]   pass[1m,10s]  pass[1s]
 pass[5s]  none

   When killing remote processes, kill the local one first, so nothing
   new gets spawned.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.PL                                        |    4 +-
 bin/efsdeploy_strip_rpaths                         |  189
++++++++++++++++++++
 doc/efsdeploy_gnu.pod                              |   30 +++-
 doc/efsdeploy_perl5.pod                            |   12 +-
 lib/EFS/Deploy.pm                                  |    2 +-
 lib/EFS/Deploy/Build.pm                            |    3 +
 lib/EFS/Deploy/Command.pm                          |    8 +-
 lib/EFS/Deploy/State.pm                            |    2 +-
 share/common/hooks/build-post/01_strip_rpaths      |   43 +++++
 .../build-post/{01_normalize => 02_normalize}      |   28 +---
 share/common/hooks/install-post/01_strip_rpaths    |   38 ++++
 11 files changed, 326 insertions(+), 33 deletions(-)
 create mode 100755 bin/efsdeploy_strip_rpaths
 create mode 100755 share/common/hooks/build-post/01_strip_rpaths
 rename share/common/hooks/build-post/{01_normalize => 02_normalize} (80%)
 create mode 100755 share/common/hooks/install-post/01_strip_rpaths


hooks/post-receive
--
EFS deployment utilities
_______________________________________________
EFS-commits mailing list
[email protected]
http://mailman.openefs.org/mailman/listinfo/efs-commits
_______________________________________________
EFS-dev mailing list
[email protected]
http://mailman.openefs.org/mailman/listinfo/efs-dev

Reply via email to