summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-13 14:32:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-13 14:32:41 +0200
commit20625dae394c4dddf881d3e15ff9a26d5770f39d (patch)
treeb8633e97cc2733ea28ef59bbff11b35c4de0c982 /bin/reproducible_notes.py
parentb9ec51b2982f279d88e8b6b5fbbf6cc66a5abff7 (diff)
downloadjenkins.debian.net-20625dae394c4dddf881d3e15ff9a26d5770f39d.tar.xz
reproducible: get rid of 2/3 irc notifications for broken notes.git
Diffstat (limited to 'bin/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 307774a6..744b8dea 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -13,6 +13,7 @@ import json
import yaml
from apt_pkg import version_compare
from reproducible_common import *
+import os
NOTES = 'packages.yml'
ISSUES = 'issues.yml'
@@ -50,7 +51,7 @@ def load_notes():
+ '\nThis means there is no tested ' +
'package with the name ' + pkg)
irc_msg('There is problem with the note for ' + pkg +
- ' - please investigate')
+ ' - please have a look at ' + os.environ['BUILD_URL'])
else:
notes[pkg] = []
for suite in result: