[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: drop string 'Warning' from something we dont consider warning-worthy since 34a976c4e

Holger Levsen holger at moszumanska.debian.org
Mon May 11 18:18:15 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 0076b7d2a252052ba79e06e148688cba822cd342
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 11 20:17:59 2015 +0200

    reproducible: drop string 'Warning' from something we dont consider warning-worthy since 34a976c4e
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index ea535e8..256347d 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -154,7 +154,7 @@ sqlite3 -init $INIT ${PACKAGES_DB} "$QUERY" > $PACKAGES 2> /dev/null || echo "Wa
 if grep -q '|' $PACKAGES ; then
 	DIRTY=true
 	echo
-	echo "Warning: found files relative to old packages, no more in the archive:"
+	echo "Found files relative to old packages, no more in the archive:"
 	echo "Removing these removed packages from database:"
 	printf ".width 25 12 \n $QUERY ;" | sqlite3 -init $INIT -header -column ${PACKAGES_DB} 2> /dev/null || echo "Warning: SQL query '$QUERY' failed."
 	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