This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-memory-monitor.
commit b48c45c8aa5e0747abe60a9c1065bf8efbe6608e Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 4 23:58:34 2015 +0100 Display the top output during the build to help debugging test failures --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index d812498..68ae96b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jenkins-memory-monitor (1.9-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Depend on libjna-java (>= 4.1) + * Display the top output during the build to help debugging test failures * Fixed debian/watch -- Emmanuel Bourg <[email protected]> Wed, 04 Nov 2015 23:34:13 +0100 diff --git a/debian/rules b/debian/rules index a2cefdc..e52e11d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,9 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_MAVEN_INSTALL_TO_USJ := false +build: + # Display the top output to help debugging test failures + top -b -n 1 + get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-memory-monitor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

