diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-23 00:31:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-25 16:53:09 +0100 |
commit | 347c196669c9272cbc67836c9ddb8ccefa338c18 (patch) | |
tree | efc8d7bd76c5a60b100974882f2587228e20fe1b /eclass/verify-sig.eclass | |
parent | distutils-r1.eclass: Do not filter error output from backend getter (diff) | |
download | gentoo-347c196669c9272cbc67836c9ddb8ccefa338c18.tar.gz gentoo-347c196669c9272cbc67836c9ddb8ccefa338c18.tar.bz2 gentoo-347c196669c9272cbc67836c9ddb8ccefa338c18.zip |
verify-sig.eclass: Link to the guide
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/verify-sig.eclass')
-rw-r--r-- | eclass/verify-sig.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass index 9121d85bbeaf..dadfd456e101 100644 --- a/eclass/verify-sig.eclass +++ b/eclass/verify-sig.eclass @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: verify-sig.eclass @@ -22,6 +22,10 @@ # # If you need to use signify, you may want to copy distfiles into WORKDIR to # work around "Too many levels of symbolic links" error. +# +# A more complete guide can be found at: +# https://mgorny.pl/articles/verify-sig-by-example.html +# # @EXAMPLE: # Example use: # |