[Reproducible-builds] [misc] 03/06: More explicit build failure messages

Stéphane Glondu glondu at moszumanska.debian.org
Sat Feb 22 19:10:55 UTC 2014


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

glondu pushed a commit to branch master
in repository misc.

commit 291396ff97b138af838086639677769bf2b5cbd0
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Feb 22 18:45:00 2014 +0100

    More explicit build failure messages
---
 rebuild-twice-in-same-path/pbuilder-execute | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebuild-twice-in-same-path/pbuilder-execute b/rebuild-twice-in-same-path/pbuilder-execute
index c7106bc..6c8e0d3 100755
--- a/rebuild-twice-in-same-path/pbuilder-execute
+++ b/rebuild-twice-in-same-path/pbuilder-execute
@@ -49,7 +49,7 @@ umount /usr/src/debian
 
 changes=/tmp/src/a/*.changes
 if [ ! -f $changes ]; then
-    echo "First build failed"
+    echo "First build of $pkg failed"
     exit 4
 fi
 
@@ -67,7 +67,7 @@ umount /usr/src/debian
 
 changes=/tmp/src/b/*.changes
 if [ ! -f $changes ]; then
-    echo "Second build failed"
+    echo "Second build of $pkg failed"
     exit 4
 fi
 

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



More information about the Reproducible-builds mailing list