[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-98-gb709e1d

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Oct 20 11:33:49 PDT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  d6750583588539d3065daf062c2f13f0e9198eda (commit)

- Log -----------------------------------------------------------------
b709e1d... Make missing git-changelog.perl non-fatal
-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

commit b709e1d7b40ddd5b92298fe8061604bf9037bbcf
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Oct 20 20:33:28 2008 +0200

    Make missing git-changelog.perl non-fatal

diff --git a/Makefile.am b/Makefile.am
index facce0d..ebc5e69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ dist-hook:
 	if test -d .git ; then \
 		git pull ; \
 		chmod u+w ${distdir}/ChangeLog || true ; \
-		git-changelog.perl > ${distdir}/ChangeLog ; \
+		( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
 	fi
 
 .PHONY: homepage distcleancheck doxygen

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list