diff options
author | Slack Coder <slackcoder@server.ky> | 2024-08-05 04:48:55 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-09-12 07:09:22 -0500 |
commit | 05cde1e0b0e6a8082e880a3fd16c50c8f6ed1e4c (patch) | |
tree | a73879bcaaafec8a5d30644dceeda02179256200 | |
parent | d7b3c49d5cf467b90ce6f3399e77caa630f01a49 (diff) | |
download | mirror-05cde1e0b0e6a8082e880a3fd16c50c8f6ed1e4c.tar.xz |
todo
-rw-r--r-- | improve configuration format.md | 8 | ||||
-rw-r--r-- | project verification.md | 8 | ||||
-rw-r--r-- | verify commands exist.md | 3 |
3 files changed, 19 insertions, 0 deletions
diff --git a/improve configuration format.md b/improve configuration format.md new file mode 100644 index 0000000..4d1dae2 --- /dev/null +++ b/improve configuration format.md @@ -0,0 +1,8 @@ +# Improve Configuration Format + +Choose a user friendly configuration format. + +JSON is bad because: + + - lack of comment support. + - tedious to edit. 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. diff --git a/verify commands exist.md b/verify commands exist.md new file mode 100644 index 0000000..4f27361 --- /dev/null +++ b/verify commands exist.md @@ -0,0 +1,3 @@ +# Verify Commands Exist + +Display a user friendly message if commands the project depend on do not exist. |