[Reproducible-commits] [misc] 02/02: prebuilder: split the installing and running diffoscope message in 2 separate messages

Mattia Rizzolo mattia at debian.org
Mon Jun 27 09:38:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository misc.

commit cfaaaedfc7ef1b24995bc629a9b4ab3874e2075d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jun 27 09:38:22 2016 +0000

    prebuilder: split the installing and running diffoscope message in 2 separate messages
---
 prebuilder/pbuilderhooks/B92_diffoscope | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/prebuilder/pbuilderhooks/B92_diffoscope b/prebuilder/pbuilderhooks/B92_diffoscope
index dd44145..ca0bf5a 100755
--- a/prebuilder/pbuilderhooks/B92_diffoscope
+++ b/prebuilder/pbuilderhooks/B92_diffoscope
@@ -44,10 +44,11 @@ if [ "$FILES1" = "$FILES2" ]; then
 fi
 
 
-echo "I: installing diffoscope and running it on the package"
+echo "I: installing diffoscope..."
 apt-get install -y --install-recommends sudo diffoscope 2>&1 > /dev/null
 touch /tmp/buildd/diffoscope.{txt,html}
 chown nobody /tmp/buildd/diffoscope.{txt,html}
+echo "I: running it on the package..."
 if sudo -u nobody diffoscope --text /tmp/buildd/diffoscope.txt --html /tmp/buildd/diffoscope.html /tmp/initial_build/*.changes /tmp/buildd/*.changes; then
 	print_reproducible
 	rm -f /tmp/buildd/diffoscope.{txt,html}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list