[java-metadata-aggregator] branch main updated (f1680c5 -> a973732)
Ian Young
ian at iay.org.uk
Fri Oct 20 18:57:58 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a change to branch main
in repository java-metadata-aggregator.
from f1680c5 MDA-297 - rename an example input file for reuse
new 94177ae MDA-297 - add a key generator
new a973732 MDA-297 - add aggregate-and-sign example
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/wiki/.gitignore | 2 +
doc/wiki/README.md | 4 +
doc/wiki/aggregate-and-sign.xml | 86 +++++++++++++
doc/wiki/make-keys.sh | 3 +
doc/wiki/path/to/input/entities/entity1.xml | 134 +++++++++++++++++++++
doc/wiki/path/to/input/entities/entity2.xml | 98 +++++++++++++++
doc/wiki/path/to/input/entities/entity3.xml | 91 ++++++++++++++
doc/wiki/path/to/input/entities/entity4.xml | 91 ++++++++++++++
doc/wiki/path/to/input/entities/entity5.xml | 96 +++++++++++++++
.../src/main/assembly/assembly-tgz.xml | 2 +
.../src/main/assembly/assembly-zip.xml | 2 +
11 files changed, 609 insertions(+)
create mode 100644 doc/wiki/aggregate-and-sign.xml
create mode 100755 doc/wiki/make-keys.sh
create mode 100644 doc/wiki/path/to/input/entities/entity1.xml
create mode 100644 doc/wiki/path/to/input/entities/entity2.xml
create mode 100644 doc/wiki/path/to/input/entities/entity3.xml
create mode 100644 doc/wiki/path/to/input/entities/entity4.xml
create mode 100644 doc/wiki/path/to/input/entities/entity5.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list