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 1852C138350 for ; Fri, 14 Feb 2020 09:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F636E07AE; Fri, 14 Feb 2020 09:17:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C4C7E07AE for ; Fri, 14 Feb 2020 09:17: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 175E334EDB6 for ; Fri, 14 Feb 2020 09:17:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80503AF for ; Fri, 14 Feb 2020 09:17:47 +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: <1581671695.da3e09b2bcb85bbfec0dc6c37235c7139c41c74a.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: da3e09b2bcb85bbfec0dc6c37235c7139c41c74a X-VCS-Branch: master Date: Fri, 14 Feb 2020 09:17:47 +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: f65241ad-645c-4e42-b567-ef85e0f8ff05 X-Archives-Hash: 691c76ab46c796049912ba57819af83a commit: da3e09b2bcb85bbfec0dc6c37235c7139c41c74a Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 09:14:55 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 14 09:14:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=da3e09b2 gen-dev-wot.sh: graphviz documentation says "UTF-8". https://www.graphviz.org/doc/info/attrs.html#d:charset says that the only allowed values are "UTF-8" and "iso-8859-1"/"Latin1". Signed-off-by: Ulrich Müller 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 f2b21d5..8f01995 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=utf8 -Tsvg keys.dot > "${1}/wot-graph.svg" +dot -Gcharset=UTF-8 -Tsvg keys.dot > "${1}/wot-graph.svg" mv wot-stats.html "${1}"