summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_all_packages.sh
diff options
context:
space:
mode:
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}