lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.5-9-g4236dd6

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.5-9-g4236dd6



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 "nss-pam-ldapd".

The branch, master has been updated
       via  4236dd63af7ebed5b16324cc17909c6c017b0b0c (commit)
      from  e916a2bbe4330df3287f7a2cd20316fee4c1ab08 (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 -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=4236dd63af7ebed5b16324cc17909c6c017b0b0c

commit 4236dd63af7ebed5b16324cc17909c6c017b0b0c
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jun 14 13:00:56 2015 +0200

    Correctly insert emtpy lines in ChangeLog

diff --git a/Makefile.am b/Makefile.am
index d51a9ad..bcac40a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,7 @@ changelog:
        git log --date=short --name-only \
            --format="%x0c%ad  %aN <%aE>%n%n%x09* [%h]%x00%s%n%x00%+b%x00" \
            47f7fd10f87bfcb5240cf5b794ce9380bf671044... | \
-         awk 'BEGIN { RS="\f"; FS="\0" } { if ($$1) { gsub(/\n*$$/, "", $$4); 
gsub(/^\n*/, "", $$4); gsub(/\n/, ", ", $$4); gsub(/\n/, "\n\t  ", $$3); print 
$$1 " " $$4 ": "; print "\t  " $$2 $$3 }}' | \
+         awk 'BEGIN { RS="\f"; FS="\0" } { if ($$1) { gsub(/\n*$$/, "", $$4); 
gsub(/^\n*/, "", $$4); gsub(/\n/, ", ", $$4); gsub(/\n*$$/, "", $$3); 
gsub(/\n/, "\n\t  ", $$3); gsub(/.$$/, "&\n", $$3); print $$1 " " $$4 ": "; 
print "\t  " $$2 $$3 }}' | \
          fmt --width=78 -c > ChangeLog
 
 flawfinder.html:

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

Summary of changes:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/