[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve job output
Holger Levsen
holger at moszumanska.debian.org
Wed Nov 11 14:50:59 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 0a140f1db20aa10c07c9c08c08ddda62c7730ebf
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 11 15:50:38 2015 +0100
reproducible: improve job output
---
bin/reproducible_html_repository_comparison.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 2de8ab0..7ed8d08 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -50,7 +50,7 @@ custom_curl http://reproducible.alioth.debian.org/debian/Sources $SOURCES
custom_curl http://reproducible.alioth.debian.org/debian/Packages $PACKAGES
SOURCEPKGS=$(grep-dctrl -n -s Package -r -FPackage . $SOURCES | sort -u)
for PKG in $SOURCEPKGS ; do
- echo "Processing $PKG..."
+ echo "$(date -u) - Processing $PKG..."
if [ "${PKG:0:3}" = "lib" ] ; then
PREFIX=${PKG:0:4}
else
@@ -228,8 +228,7 @@ for PKG in $SOURCEPKGS ; do
write_row " <td>$CSID</td>"
write_row " <td>$CEXP</td>"
write_row "</tr>"
- echo "TABLE_TODO: $(ls -la $TABLE_TODO|cut -d " " -f5) bytes"
- echo "TABLE_DONE: $(ls -la $TABLE_DONE|cut -d " " -f5) bytes"
+ 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)"
done
cat $TABLE_TODO >> $PAGE
write_page "</table></p>"
--
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