mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user