commit 070e6de61ecd132da20a5292e93ae879343d8513 parent f8e77a27c0a7b7fa2a3248b56fed4a331d70dddf Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 6 Jun 2022 09:57:29 -0400 Add some guidelines for src/include/taler_signatures.h maintenance Diffstat:
| M | contrib/sigp/README | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/contrib/sigp/README b/contrib/sigp/README @@ -1,3 +1,9 @@ This directory contains bootstrap code to extract info from the Signature Purposes database (registry) and format it in various ways. It is a peer of ${top_srcdir}/contrib/gana/ (q.v.). + +NB: New database entries MUST have field "Package: GNU Taler" if + you want them to be visible to the Makefile in this directory. + +Don't make changes to registry.rec here (it is a symlink, after all). +Instead, make them in ../gana/gnunet-signatures/ (commit from there, too).