aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-06-14 12:10:21 -0700
committerZac Medico <zmedico@gentoo.org>2020-06-14 12:10:59 -0700
commite838026204d9e8ff63cac5c33a86b0b1f179f3e1 (patch)
tree6342c04a0230e434833f98322aca986ab1ae648b /bin
parentPipeLogger: fix FEATURES=compress-build-logs (bug 709746) (diff)
downloadportage-e838026204d9e8ff63cac5c33a86b0b1f179f3e1.tar.gz
portage-e838026204d9e8ff63cac5c33a86b0b1f179f3e1.tar.bz2
portage-e838026204d9e8ff63cac5c33a86b0b1f179f3e1.zip
ecompress: prefix eqawarn messages with QA Notice (bug 728046)
Reported-by: Agostino Sarubbo <ago@gentoo.org> Bug: https://bugs.gentoo.org/728046 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ecompress10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ecompress b/bin/ecompress
index 2d74ed07a..7aabc8e4c 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -88,7 +88,7 @@ while [[ $# -gt 0 ]] ; do
done < <(find "${find_args[@]}" -print0 || die)
if [[ ${#collisions[@]} -gt 0 ]]; then
- eqawarn "Colliding files found by ecompress:"
+ eqawarn "QA Notice: Colliding files found by ecompress:"
eqawarn
for x in "${!collisions[@]}"; do
eqawarn " ${x}"
@@ -189,9 +189,9 @@ find "${ED}" -name '*.ecompress' -delete -print0 |
ret=${?}
if [[ -s ${T}/.ecompress_had_precompressed ]]; then
- eqawarn "One or more compressed files were found in docompress-ed directories."
- eqawarn "Please fix the ebuild not to install compressed files (manpages,"
- eqawarn "documentation) when automatic compression is used:"
+ eqawarn "QA Notice: One or more compressed files were found in docompress-ed"
+ eqawarn "directories. Please fix the ebuild not to install compressed files"
+ eqawarn "(manpages, documentation) when automatic compression is used:"
eqawarn
n=0
while read -r f; do