Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 25 Feb 2022 15:53:17
Message-Id: 1645804389.347c196669c9272cbc67836c9ddb8ccefa338c18.mgorny@gentoo
1 commit: 347c196669c9272cbc67836c9ddb8ccefa338c18
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 23:31:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 15:53:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347c1966
7
8 verify-sig.eclass: Link to the guide
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/verify-sig.eclass | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass
16 index 9121d85bbeaf..dadfd456e101 100644
17 --- a/eclass/verify-sig.eclass
18 +++ b/eclass/verify-sig.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: verify-sig.eclass
25 @@ -22,6 +22,10 @@
26 #
27 # If you need to use signify, you may want to copy distfiles into WORKDIR to
28 # work around "Too many levels of symbolic links" error.
29 +#
30 +# A more complete guide can be found at:
31 +# https://mgorny.pl/articles/verify-sig-by-example.html
32 +#
33 # @EXAMPLE:
34 # Example use:
35 #