[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. d08cac0f8545d493812f83111166458c6248dc45

Lennart Poettering gitmailer-noreply at 0pointer.de
Thu Jun 26 10:35:44 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  ee79b05b31bc0e4ac331d2fbe869079c122e973b (commit)

- Log -----------------------------------------------------------------
d08cac0... some svn->git updates in the Makefile
-----------------------------------------------------------------------

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

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

commit d08cac0f8545d493812f83111166458c6248dc45
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jun 26 19:35:42 2008 +0200

    some svn->git updates in the Makefile

diff --git a/Makefile.am b/Makefile.am
index 6139657..b32b46e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,13 +50,13 @@ untabify:
 	find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/        /g;' \{\} \;
 
 fedora-snapshot: dist
-	cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
+	cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).git`date +%Y%m%d`.tar.gz
 
 dist-hook:
-	if test -d .svn ; then \
-		svn update ; \
+	if test -d .git ; then \
+		git pull ; \
 		chmod u+w ${distdir}/ChangeLog || true ; \
-		svn2cl -o ${distdir}/ChangeLog ; \
+		git-changelog.perl > ${distdir}/ChangeLog ; \
 	fi
 
 .PHONY: homepage distcleancheck doxygen

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list