[Pkg-libvirt-commits] [libguestfs] 85/233: dist: Run 'git log' instead of custom script.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:11:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit a7b5be067ee01e520de7a0384d79163e1e6f8ce6
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.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 1d95396..e39d11f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -274,7 +274,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