mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Temporarily disable generation of 'BUGS' file.
Red Hat Bugzilla is broken: RHBZ#823510.
This commit is contained in:
@@ -203,8 +203,8 @@ website: $(HTMLFILES) $(TEXTFILES)
|
||||
dist-hook:
|
||||
$(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog
|
||||
cp ChangeLog $(distdir)/ChangeLog
|
||||
$(top_srcdir)/update-bugs.sh > BUGS-t
|
||||
mv BUGS-t BUGS
|
||||
# $(top_srcdir)/update-bugs.sh > BUGS-t
|
||||
# mv BUGS-t BUGS
|
||||
cp BUGS $(distdir)/BUGS
|
||||
git log --pretty="format:%an <%ae>" | sort -u | uniq -w 10 | \
|
||||
grep -v rjones | \
|
||||
|
||||
Reference in New Issue
Block a user