summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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-05-21 15:24:32 +0100
commit91f3456244e7843768da659e24ce0aeeb4ebe4b0 (patch)
treea6b6d7f1240fcfcd1a1a339969a65d16c1a72ce8 /Makefile.am
parentd51631034a84acb7ff68f5d5890e8092b18daffc (diff)
downloadlibguestfs-91f3456244e7843768da659e24ce0aeeb4ebe4b0.tar.gz
libguestfs-91f3456244e7843768da659e24ce0aeeb4ebe4b0.tar.xz
libguestfs-91f3456244e7843768da659e24ce0aeeb4ebe4b0.zip
build: Temporarily disable generation of 'BUGS' file.
Red Hat Bugzilla is broken: RHBZ#823510.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files 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 | \