[Pkg-libvirt-commits] [libguestfs] 43/87: dist: Run 'git log' instead of custom script.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:10:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository libguestfs.
commit 636c5f00fd030db49074bc8bb40f5bc396acd65b
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Jan 20 14:34:03 2014 +0000
dist: Run 'git log' instead of custom script.
It's useful to see the complete SHA1's since that is how we refer to
fixes in Bugzilla.
(cherry picked from commit a7b5be067ee01e520de7a0384d79163e1e6f8ce6)
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 10bae69..3f228ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -272,7 +272,7 @@ website: $(HTMLFILES) $(HTMLSUPPORTFILES) $(TEXTFILES) $(BUILDERFILES)
# When doing 'make dist' update a few files automatically.
dist-hook:
- $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog
+ git log --decorate=false > ChangeLog
cp ChangeLog $(distdir)/ChangeLog
$(top_srcdir)/update-bugs.sh > BUGS-t
mv BUGS-t BUGS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list