colmena/src
Zhaofeng Li 7b69946d98 Ensure key ownerships are set correctly
Depending on when keys are uploaded (`deployment.keys.<name>.uploadAt`):

`pre-activation`:
We set the ownerships in the uploader script opportunistically and
continue if the user/group does not exist. Then, in the activation
script, we set the ownerships of all pre-activation keys.

`post-activation`:
We set the ownerships in the uploader script and fail if the
user/group does not exist.

The ownerships will be correct regardless of which mode is in use.

Fixes #23. Also a more complete solution to #10.
2021-08-26 12:54:41 -07:00
..
command Add check for Flakes support 2021-06-29 01:02:43 -07:00
nix Ensure key ownerships are set correctly 2021-08-26 12:54:41 -07:00
cli.rs cli.rs: Indicate support for flakes 2021-06-29 01:19:13 -07:00
main.rs Separate global CLI setup into module 2021-03-23 14:14:04 -07:00
progress.rs src/progress.rs: Oops, forgot to add 2021-02-17 22:56:34 -08:00
util.rs Add basic Flakes support 2021-06-29 01:02:43 -07:00