From 20625dae394c4dddf881d3e15ff9a26d5770f39d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 14:32:41 +0200 Subject: reproducible: get rid of 2/3 irc notifications for broken notes.git --- bin/reproducible_notes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_notes.py') 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: -- cgit v1.2.3-54-g00ecf