[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: improve output

Holger Levsen holger at layer-acht.org
Mon Nov 7 19:08:29 UTC 2016


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 22bfe3a580b312d0261d0a0402a4643bf03fedc3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 7 20:08:21 2016 +0100

    reproducible Debian: improve output
---
 bin/reproducible_create_meta_pkg_sets.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index e918c21..a3a7bee 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -62,8 +62,9 @@ convert_from_deb822_into_source_packages_only() {
 }
 
 update_target() {
+	local MESSAGE="$1"
 	mv $TMPFILE $TARGET
-	echo "$(date -u) - $TARGET updated."
+	echo "$(date -u) - $TARGET updated. ($MESSAGE)"
 }
 
 update_if_similar() {
@@ -97,11 +98,11 @@ update_if_similar() {
 				echo
 				echo "============================================================================="
 			else
-				update_target
+				update_target "old: $LENGTH source packages, new: $NEWLEN"
 			fi
 		else
 			# target does not exist, create it
-			update_target
+			update_target "newly created"
 		fi
 	else
 		echo "$(date -u) - $TARGET not updated, $TMPFILE is empty."
@@ -126,12 +127,12 @@ get_installable_set() {
 
 progress_info_begin() {
 	local table=$1
-	echo "$(date -u) - Checking ${META_PKGSET[$table]}.pkgset for updates."
+	echo "$(date -u) - Checking ${META_PKGSET[$table]}.pkgset for updates in $SUITE."
 }
 
 progress_info_end() {
 	local table=$1
-	echo "$(date -u) - Done checking ${META_PKGSET[$table]}.pkgset for updates."
+	echo "$(date -u) - work on${META_PKGSET[$table]}.pkgset done."
 	echo "============================================================================="
 }
 

-- 
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