From 50643e1ebd171f940f800937c01395a8623275e2 Mon Sep 17 00:00:00 2001 From: Alex Corrado Date: Wed, 7 Mar 2012 16:24:47 -0500 Subject: [PATCH] Disable running commits-to-changelog.py as part of 'make dist' because it causes wrench to timeout --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6d3780e5931..74f28ed2bcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,8 @@ GIT_DIR ?= $(srcdir)/.git dist-hook: test -d $(distdir)/mcs || mkdir $(distdir)/mcs d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive - test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry +# Disable this for now because it is very slow and causes wrench to timeout: +# test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry pkgconfigdir = $(libdir)/pkgconfig noinst_DATA = mono-uninstalled.pc -- 2.25.1