From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67D531382C5 for ; Sun, 14 Jun 2020 19:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74CABE0A49; Sun, 14 Jun 2020 19:12:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23DF8E0A49 for ; Sun, 14 Jun 2020 19:12:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEB2C34F0D2 for ; Sun, 14 Jun 2020 19:12:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3627524C for ; Sun, 14 Jun 2020 19:12:45 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1592161859.e838026204d9e8ff63cac5c33a86b0b1f179f3e1.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ecompress X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e838026204d9e8ff63cac5c33a86b0b1f179f3e1 X-VCS-Branch: master Date: Sun, 14 Jun 2020 19:12:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23238268-47a2-4425-9faa-dfac11273579 X-Archives-Hash: bdcf777d70f5bb9b8dea790a68debb99 commit: e838026204d9e8ff63cac5c33a86b0b1f179f3e1 Author: Zac Medico gentoo org> AuthorDate: Sun Jun 14 19:10:21 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jun 14 19:10:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e8380262 ecompress: prefix eqawarn messages with QA Notice (bug 728046) Reported-by: Agostino Sarubbo gentoo.org> Bug: https://bugs.gentoo.org/728046 Signed-off-by: Zac Medico gentoo.org> bin/ecompress | 10 +++++----- 1 file 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