summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2012-05-09 19:22:53 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2012-05-09 19:22:53 +0200
commit44f09a691a30d55a2b6dd98e17cfbd25817690cc (patch)
treee5b724e29d1c32f0b35ed05742d80befd5ab8aa4
parentConvert batch-stabilize.py to new pybugz interface. (diff)
downloadarch-tools-44f09a691a30d55a2b6dd98e17cfbd25817690cc.tar.gz
arch-tools-44f09a691a30d55a2b6dd98e17cfbd25817690cc.tar.bz2
arch-tools-44f09a691a30d55a2b6dd98e17cfbd25817690cc.zip
Process stabilization candidates incrementally,
instead of a one big batch at the end. This helps to file at least some bugs if the script crashes in the middle.
-rwxr-xr-xstabilization-candidates.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/stabilization-candidates.py b/stabilization-candidates.py
index 3b2b72e..04b6dee 100755
--- a/stabilization-candidates.py
+++ b/stabilization-candidates.py
@@ -154,10 +154,6 @@ if __name__ == "__main__":
else:
other_maintainers = []
url = 'http://packages.gentoo.org/package/%s?arches=linux' % urllib.quote(cp)
- final_candidates.append((best_candidate, url, maintainer, other_maintainers))
-
- for x in final_candidates:
- best_candidate, url, maintainer, other_maintainers = x
if options.file_bugs:
description = ('Is it OK to stabilize =%s ?\n\n' % best_candidate +