summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_all_packages.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-21 18:42:33 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-21 18:42:33 +0100
commit27abcd38c8028b1fb89d01797bfd276136971662 (patch)
tree7859abcea960871aa60f4744b3036a6460cd8d76 /bin/reproducible_html_all_packages.sh
parent15f8d88c91833ab2a127ab112af7d750ba017bf0 (diff)
downloadjenkins.debian.net-27abcd38c8028b1fb89d01797bfd276136971662.tar.xz
reproducible: rename process_packages() to gen_packages_html()
Diffstat (limited to 'bin/reproducible_html_all_packages.sh')
-rwxr-xr-xbin/reproducible_html_all_packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_all_packages.sh b/bin/reproducible_html_all_packages.sh
index b93c940a..7563d423 100755
--- a/bin/reproducible_html_all_packages.sh
+++ b/bin/reproducible_html_all_packages.sh
@@ -21,5 +21,5 @@ init_html
PACKAGES=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT name FROM source_packages WHERE status != \"\"")
COUNT_TOTAL=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT COUNT(name) FROM source_packages WHERE status != \"\"")
echo "$(date) - processing $COUNT_TOTAL packages... this will take a while."
-process_packages ${PACKAGES}
+gen_packages_html ${PACKAGES}