From 0a140f1db20aa10c07c9c08c08ddda62c7730ebf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Nov 2015 15:50:38 +0100 Subject: reproducible: improve job output --- bin/reproducible_html_repository_comparison.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 2de8ab04..7ed8d080 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 " $CSID" write_row " $CEXP" write_row "" - 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 "

" -- cgit v1.2.3-54-g00ecf