[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible debian: remove debug output
Holger Levsen
holger at moszumanska.debian.org
Sat Dec 19 10:24:58 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 78caf5e36d761dddd04095bf7c36548c4257004b
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 19 11:24:28 2015 +0100
reproducible debian: remove debug output
---
bin/reproducible_html_dashboard.sh | 3 ---
bin/reproducible_html_repository_comparison.sh | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 7aaf4a7..2cdc059 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -404,7 +404,6 @@ create_suite_arch_stats_page() {
for i in 0 2 ; do
# recreate png once a day
if [ ! -f $BASE/$SUITE/$ARCH/${TABLE[$i]}.png ] || [ $DUMMY_FILE -nt $BASE/$SUITE/$ARCH/${TABLE[$i]}.png ] ; then
- echo "debug1 $ARCH $SUITE/$ARCH/${TABLE[$i]}.png"
create_png_from_table $i $SUITE/$ARCH/${TABLE[$i]}.png
fi
done
@@ -480,7 +479,6 @@ create_dashboard_page() {
write_page " <a href=\"/${TABLE[$i]}.png\"><img src=\"/${TABLE[$i]}.png\" class="halfview" alt=\"${MAINLABEL[$i]}\"></a>"
# redo pngs once a day
if [ ! -f $BASE/${TABLE[$i]}.png ] || [ $DUMMY_FILE -nt $BASE/${TABLE[$i]}.png ] ; then
- echo "debug2 $ARCH ${TABLE[$i]}.png"
create_png_from_table $i ${TABLE[$i]}.png
fi
done
@@ -490,7 +488,6 @@ create_dashboard_page() {
# redo arch specific pngs once a day
for ARCH in ${ARCHS} ; do
if [ ! -f $BASE/${TABLE[1]}_$ARCH.png ] || [ $DUMMY_FILE -nt $BASE/${TABLE[1]}_$ARCH.png ] ; then
- echo "debug3 $ARCH ${TABLE[1]}_$ARCH.png"
create_png_from_table 1 ${TABLE[1]}_$ARCH.png
fi
done
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index ca24150..72de540 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -230,7 +230,7 @@ for PKG in $SOURCEPKGS ; do
write_row " <td>$CSID</td>"
write_row " <td>$CEXP</td>"
write_row "</tr>"
- echo "$(date -u) - Package done. (TABLE_TODO: $(ls -la $TABLE_TODO|cut -d " " -f5) bytes - TABLE_DONE: $(ls -la $TABLE_DONE|cut -d " " -f5) bytes)"
+ echo "$(date -u) - Package $PKG done."
echo
done
cat $TABLE_TODO >> $PAGE
--
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