aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2017-11-29 20:45:16 +0100
committerkensington <kensington@gentoo.org>2017-12-05 22:59:51 +1100
commit81732f0b9929c6bc2283b15e1bc9cfcca65fb9dd (patch)
treebbcf65af2c94c8d90a851eb65c36c65b882ebeb4 /scripts/tatt
parentfilter out already stable packages earlier (diff)
downloadtatt-81732f0b9929c6bc2283b15e1bc9cfcca65fb9dd.tar.gz
tatt-81732f0b9929c6bc2283b15e1bc9cfcca65fb9dd.tar.bz2
tatt-81732f0b9929c6bc2283b15e1bc9cfcca65fb9dd.zip
treat Vulnerabilities bugs as Stabilization onesv0.5
Diffstat (limited to 'scripts/tatt')
-rwxr-xr-xscripts/tatt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tatt b/scripts/tatt
index f680f4e..1065a51 100755
--- a/scripts/tatt
+++ b/scripts/tatt
@@ -144,7 +144,7 @@ if options.bugnum:
# This is a keywording bug:
print ("Keywording bug detected.")
myJob.type="keyword"
- elif "STABLEREQ" in response["keywords"] or response["component"] == "Stabilization":
+ elif "STABLEREQ" in response["keywords"] or response["component"] == "Stabilization" or response["component"] == "Vulnerabilities":
# Stablebug
print ("Stabilization bug detected.")
myJob.type="stable"