From ec8ff0888f662ce0c1d770972df5b14b9d83e3b8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 13 Mar 2015 13:16:15 +0100 Subject: reproducible: refactor, reduce db queries --- bin/reproducible_common.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 99ba0538..a4ded0ba 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -241,7 +241,6 @@ gen_packages_html() { string+=']' python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\", no_clean=True)" done - python3 -c "from reproducible_html_packages import purge_old_pages; purge_old_pages()" cd "$CWD" } -- cgit v1.2.3-54-g00ecf