From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED8BC13877A for ; Sat, 23 Aug 2014 22:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899D8E092D; Sat, 23 Aug 2014 22:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DEC1E092D for ; Sat, 23 Aug 2014 22:05:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C4A533F23A for ; Sat, 23 Aug 2014 22:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1996B3C1C for ; Sat, 23 Aug 2014 22:05:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1408831547.2b7a91d4d00e483594b9b2561ba97ec131d036ae.ulm@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: find-binary-files.sh X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2b7a91d4d00e483594b9b2561ba97ec131d036ae X-VCS-Branch: master Date: Sat, 23 Aug 2014 22:05:46 +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-Archives-Salt: b2f2fd9d-80cb-46e5-95ef-1dfe8e0c1bc9 X-Archives-Hash: 92e8fda61f1bb30e67f7b37af8e05730 commit: 2b7a91d4d00e483594b9b2561ba97ec131d036ae Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 23 22:05:47 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 23 22:05:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=2b7a91d4 find-binary-files.sh: Remove false positives for GNU Info files. --- find-binary-files.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/find-binary-files.sh b/find-binary-files.sh index 791649e..ccff2d6 100755 --- a/find-binary-files.sh +++ b/find-binary-files.sh @@ -15,7 +15,8 @@ find . \( -path ./distfiles -o -path ./local -o -path ./metadata \ path=${line%:*} type=${line##*:*( )} case ${type} in - "application/octet-stream; charset=unknown" \ + "application/octet-stream; charset=binary" \ + | "application/octet-stream; charset=unknown" \ | "binary; charset=binary") # GNU Info files (or patches to them) can contain the following # control characters that produce false positives: