summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-07-08 11:44:58 +0000
committerHolger Levsen <holger@layer-acht.org>2015-07-08 13:50:19 +0200
commita03d782764a665c8b1cde954e59ff1d7f8eea7de (patch)
treebb36b600d6640eefae37f6e2eb593e0668bcb11d /bin/reproducible_html_notes.py
parent3c954457dc85ed3e8d98620a56eb514119aaea10 (diff)
downloadjenkins.debian.net-a03d782764a665c8b1cde954e59ff1d7f8eea7de.tar.xz
reproducible: html_{notes,packages}: avoid collecting garbage 3 times in a row. One is enough
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 56d00b5a..ad53f8c8 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -322,7 +322,7 @@ def purge_old_notes(notes):
except IndexError: # the package is not tested. this can happen if
pass # a package got removed from the archive
if to_rebuild:
- gen_packages_html(to_rebuild)
+ gen_packages_html(to_rebuild, no_clean=True)
def purge_old_issues(issues):