summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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: