[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix URL in output and reduce noise

Holger Levsen holger at moszumanska.debian.org
Tue Mar 17 09:32:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1d3f8df6e9ad57bc85ccc119313d12a971d32c91
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 17 10:29:59 2015 +0100

    reproducible: fix URL in output and reduce noise
---
 bin/reproducible_build.sh         | 2 +-
 bin/reproducible_html_packages.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index fd048e1..05bbf74 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
 }
 
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 302e3ec..60dbed2 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -180,7 +180,7 @@ def gen_packages_html(packages, suite=None, arch=None, no_clean=False, nocheck=F
     nocheck is for internal use
     """
     total = len(packages)
-    log.info('Generating the pages of ' + str(total) + ' package(s)')
+    log.debug('Generating the pages of ' + str(total) + ' package(s)')
     if not nocheck and (not suite or not arch):
         nocheck = True
     if nocheck and (not suite or not arch):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list