Created
February 21, 2017 10:33
-
-
Save puggan/48e911f4a9f166c96cf5b12201eadc6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Serverside - Cron: | |
create a base folder, and then put bare git dirs in it. | |
for each git/subfolder: | |
* fetch all | |
* list all `git log --all --date-order --pretty=oneline --show-signature` | |
* save commit-hash, a project-reference, a gpg status, sign- uid, email and fingerprint | |
Serverside - JSON | |
Make an api that takes a commit-hash (or a list of them), | |
and answer with | |
* a sign-status for: unknown, unsigned, invalid-sign, valid-signed, | |
* a trust: unknown signer, global-trusted, project-trusted | |
* key-fingerprint, uid and email of signer | |
user.js for bitbucket and gitlab, to show if the commit is signed/trusted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment