aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-03-24 10:32:14 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-03-24 10:32:14 +1100
commit3b292fdcf7d9bfe978cc70b6af5e22f9fc4f41f9 (patch)
tree8c6339286b5aa36d62c0c1f7c3c53b1be5dcc323
parentdon't write 'stable' in bugzilla comment for stabilization (diff)
downloadtatt-3b292fdcf7d9bfe978cc70b6af5e22f9fc4f41f9.tar.gz
tatt-3b292fdcf7d9bfe978cc70b6af5e22f9fc4f41f9.tar.bz2
tatt-3b292fdcf7d9bfe978cc70b6af5e22f9fc4f41f9.zip
Remove obsolete comment
We don't try to get anything from the title anymore since the package list was introduced. Closes: https://github.com/gentoo/tatt/issues/45
-rwxr-xr-xscripts/tatt1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/tatt b/scripts/tatt
index bfcefc8..ce0480a 100755
--- a/scripts/tatt
+++ b/scripts/tatt
@@ -152,7 +152,6 @@ if options.bugnum:
else:
print ("Could not detect bug's type, is the 'Keywords' field set?")
sys.exit(1)
- # If myJob.packageList is still empty we search in the bug-title
if myJob.packageList==None:
if response["cf_stabilisation_atoms"]:
myJob.packageList = packageFinder.findPackages(response["cf_stabilisation_atoms"], config['arch'])