From 27abcd38c8028b1fb89d01797bfd276136971662 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 21 Feb 2015 18:42:33 +0100 Subject: reproducible: rename process_packages() to gen_packages_html() --- bin/reproducible_html_all_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_all_packages.sh') 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} -- cgit v1.2.3-70-g09d2