summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-06-06 09:57:29 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-06-06 09:57:29 -0400
commit070e6de61ecd132da20a5292e93ae879343d8513 (patch)
tree37c960badaddc997b9f573d9895fc70cd7f09a9a
parentf8e77a27c0a7b7fa2a3248b56fed4a331d70dddf (diff)
downloadexchange-070e6de61ecd132da20a5292e93ae879343d8513.tar.gz
exchange-070e6de61ecd132da20a5292e93ae879343d8513.tar.bz2
exchange-070e6de61ecd132da20a5292e93ae879343d8513.zip
Add some guidelines for src/include/taler_signatures.h maintenance
-rw-r--r--contrib/sigp/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/sigp/README b/contrib/sigp/README
index 34e479ea1..1842545fd 100644
--- 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).