summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-11 20:17:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-11 20:17:59 +0200
commit0076b7d2a252052ba79e06e148688cba822cd342 (patch)
tree9269ad3180421951dfb95a2f79317dd93dc5ac7e /bin/reproducible_maintenance.sh
parent432dc2977433e50b3677d0f5bfb224821d62a0e5 (diff)
downloadjenkins.debian.net-0076b7d2a252052ba79e06e148688cba822cd342.tar.xz
reproducible: drop string 'Warning' from something we dont consider warning-worthy since 34a976c4e
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index ea535e86..256347d8 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