From 91f3456244e7843768da659e24ce0aeeb4ebe4b0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 21 May 2012 15:24:32 +0100 Subject: build: Temporarily disable generation of 'BUGS' file. Red Hat Bugzilla is broken: RHBZ#823510. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a4839184..0ddf13f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 | \ -- cgit