summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-01 11:12:49 -0400
committerHolger Levsen <holger@layer-acht.org>2016-08-01 11:30:48 -0400
commit87c8dd5b8537a5385f707843386c5a2ef29e07a6 (patch)
tree73dd25c02ee5b36e899100333cf6a74021ab8046 /bin/reproducible_notes.py
parent69b6d001fb51bcef13114ccbb10d5a9f5d65baa7 (diff)
downloadjenkins.debian.net-87c8dd5b8537a5385f707843386c5a2ef29e07a6.tar.xz
reproducible: Suggest that "problem with note" is about an RM'd package
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 81860fe1..85c32ce5 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)