diff options
Diffstat (limited to 'project verification.md')
-rw-r--r-- | project verification.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project verification.md b/project verification.md new file mode 100644 index 0000000..8028dfa --- /dev/null +++ b/project verification.md @@ -0,0 +1,8 @@ +# Project Verification + +Ensure the integrity of the projects you mirror by verifying all incoming data. +Projects can be verified using their PGP key or a custom method. + +Custom methods are supported by through the use of external programs. The +configured program is run with the project root as the first argument. The +data is considered tainted if it returns with a non-zero Exit Code. |