Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Sat, 23 Aug 2014 22:05:48
Message-Id: 1408831547.2b7a91d4d00e483594b9b2561ba97ec131d036ae.ulm@gentoo
1 commit: 2b7a91d4d00e483594b9b2561ba97ec131d036ae
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 23 22:05:47 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 23 22:05:47 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=2b7a91d4
7
8 find-binary-files.sh: Remove false positives for GNU Info files.
9
10 ---
11 find-binary-files.sh | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/find-binary-files.sh b/find-binary-files.sh
15 index 791649e..ccff2d6 100755
16 --- a/find-binary-files.sh
17 +++ b/find-binary-files.sh
18 @@ -15,7 +15,8 @@ find . \( -path ./distfiles -o -path ./local -o -path ./metadata \
19 path=${line%:*}
20 type=${line##*:*( )}
21 case ${type} in
22 - "application/octet-stream; charset=unknown" \
23 + "application/octet-stream; charset=binary" \
24 + | "application/octet-stream; charset=unknown" \
25 | "binary; charset=binary")
26 # GNU Info files (or patches to them) can contain the following
27 # control characters that produce false positives: