summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-05-21 15:24:32 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-01 20:29:04 +0100
commit676aa2e6622ce9fd5e298fe61ddfe04b0bc5afd7 (patch)
tree94216055958c844eb6e103e2d2d59f45f020e08f
parent8af495d5395dd4b403fa7321374853e18180c4b9 (diff)
downloadlibguestfs-676aa2e6622ce9fd5e298fe61ddfe04b0bc5afd7.tar.gz
libguestfs-676aa2e6622ce9fd5e298fe61ddfe04b0bc5afd7.tar.xz
libguestfs-676aa2e6622ce9fd5e298fe61ddfe04b0bc5afd7.zip
build: Temporarily disable generation of 'BUGS' file.
Red Hat Bugzilla is broken: RHBZ#823510. (cherry picked from commit 91f3456244e7843768da659e24ce0aeeb4ebe4b0)
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6aad8b77..97110761 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -229,8 +229,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 | \