summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.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_common.sh
parent15f8d88c91833ab2a127ab112af7d750ba017bf0 (diff)
downloadjenkins.debian.net-27abcd38c8028b1fb89d01797bfd276136971662.tar.xz
reproducible: rename process_packages() to gen_packages_html()
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 1c1f331e..40e36a0c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -300,7 +300,7 @@ link_packages() {
done
}
-process_packages() {
+gen_packages_html() {
CWD=$(pwd)
cd /srv/jenkins/bin
for (( i=1; i<$#+1; i=i+100 )) ; do
@@ -314,7 +314,7 @@ process_packages() {
fi
done
string+=']'
- python3 -c "from reproducible_html_packages import process_packages; process_packages(${string}, no_clean=True)"
+ python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, no_clean=True)"
done
python3 -c "from reproducible_html_packages import purge_old_pages; purge_old_pages()"
cd "$CWD"