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 95963138350 for ; Fri, 14 Feb 2020 09:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC05E0830; Fri, 14 Feb 2020 09:07:02 +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 AD40BE0830 for ; Fri, 14 Feb 2020 09:07:02 +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 9B1B134E874 for ; Fri, 14 Feb 2020 09:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827EC134 for ; Fri, 14 Feb 2020 09:06:59 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1581671208.db7d5fb95c0435ed431923dbcd7bafe778c574f3.zlogene@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: gen-dev-wot.sh X-VCS-Directories: / X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: db7d5fb95c0435ed431923dbcd7bafe778c574f3 X-VCS-Branch: master Date: Fri, 14 Feb 2020 09:06:59 +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: 2212d7c0-b64b-4bde-9176-795999893633 X-Archives-Hash: 073dd2b71d42abc592589b9ea3b1281a commit: db7d5fb95c0435ed431923dbcd7bafe778c574f3 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 14 09:06:48 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 14 09:06:48 2020 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=db7d5fb9 switch WoT to utf8 Signed-off-by: Mikle Kolyada gentoo.org> gen-dev-wot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh index d15f461..f2b21d5 100755 --- a/gen-dev-wot.sh +++ b/gen-dev-wot.sh @@ -17,6 +17,6 @@ gpg -q --keyid-format=long --keyring "${1}/active-devs.gpg" --list-sigs | \ /usr/bin/sig2dot -q -t "Gentoo Dev WoT" -s wot-stats.html \ > keys.dot -dot -Gcharset=latin1 -Tsvg keys.dot > "${1}/wot-graph.svg" +dot -Gcharset=utf8 -Tsvg keys.dot > "${1}/wot-graph.svg" mv wot-stats.html "${1}"