aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-01-18 12:38:31 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-01-18 12:38:31 +0100
commit08cd954a46def397ca7aa62e5f738cd2fa77a228 (patch)
tree152f24dfeebc8a23e79acef13cc8ec42f364767d /bin/glsa-check
parentAdd support for the following attributes in layout.conf to allow more (diff)
downloadportage-08cd954a46def397ca7aa62e5f738cd2fa77a228.tar.gz
portage-08cd954a46def397ca7aa62e5f738cd2fa77a228.tar.bz2
portage-08cd954a46def397ca7aa62e5f738cd2fa77a228.zip
Enable BytesWarnings.
Diffstat (limited to 'bin/glsa-check')
-rwxr-xr-xbin/glsa-check6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/glsa-check b/bin/glsa-check
index 7fa3688aa..87eafca47 100755
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -1,5 +1,5 @@
-#!/usr/bin/python
-# Copyright 2008-2013 Gentoo Foundation
+#!/usr/bin/python -bb
+# Copyright 2008-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
@@ -244,7 +244,7 @@ if mode in ["dump", "fix", "inject", "pretend"]:
mergedict = {}
for (vuln, update) in myglsa.getAffectionTable(least_change=least_change):
mergedict.setdefault(update, []).append(vuln)
-
+
sys.stdout.write(">>> The following updates will be performed for this GLSA:\n")
for pkg in mergedict:
if pkg != "":