summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-17 10:29:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-17 10:29:59 +0100
commit1d3f8df6e9ad57bc85ccc119313d12a971d32c91 (patch)
treef91b62882101c8a5445517871326348f676c23db /bin/reproducible_build.sh
parent1b774f8b547e83b33abd4b9793829f892ec67243 (diff)
downloadjenkins.debian.net-1d3f8df6e9ad57bc85ccc119313d12a971d32c91.tar.xz
reproducible: fix URL in output and reduce noise
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 fd048e10..05bbf741 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -44,7 +44,7 @@ update_db_and_html() {
set +x
gen_packages_html $SUITE $SRCPACKAGE
echo
- echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/$SRCPACKAGE.html"
+ echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
echo
}