summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.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_build.sh
parent15f8d88c91833ab2a127ab112af7d750ba017bf0 (diff)
downloadjenkins.debian.net-27abcd38c8028b1fb89d01797bfd276136971662.tar.xz
reproducible: rename process_packages() to gen_packages_html()
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c05e80f6..2e612d1c 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -32,7 +32,7 @@ update_db_and_html() {
# where the page was already updated after the build started, probably
# through notes being updated.)
touch -d $PREDATE /var/lib/jenkins/userContent/rb-pkg/${SRCPACKAGE}.html
- process_packages $SRCPACKAGE
+ gen_packages_html $SRCPACKAGE
echo
echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/$SRCPACKAGE.html"
echo