[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: Suggest that "problem with note" is about an RM'd package

Holger Levsen holger at layer-acht.org
Mon Aug 1 15:30:59 UTC 2016


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 87c8dd5b8537a5385f707843386c5a2ef29e07a6
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Aug 1 11:12:49 2016 -0400

    reproducible: Suggest that "problem with note" is about an RM'd package
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_notes.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 81860fe..85c32ce 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -52,8 +52,9 @@ def load_notes():
                                    + '\nThis means there is no tested ' +
                                    'package with the name ' + pkg)
             try:
-                irc_msg("There is problem with the note for {} - "
-                    "please check {}".format(pkg, os.environ['BUILD_URL']))
+                irc_msg("There is problem with the note for {} (it may "
+                    "have been removed from the archive). Please check {}".
+                    format(pkg, os.environ['BUILD_URL']))
             except KeyError:
                 log.error('There is a problem with the note for %s - please '
                           'check.', pkg)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list