diff options
author | gitolite on sortug <gitolite@sortug> | 2025-06-14 19:14:58 +0000 |
---|---|---|
committer | gitolite on sortug <gitolite@sortug> | 2025-06-14 19:14:58 +0000 |
commit | 0c772e8d2d6395152320936219c759bc53d763fd (patch) | |
tree | 16b73688d36ae4be73431f10c07e7329529288f9 |
gitolite setup -pk /nix/store/1pk0prxn9l12j0phn8fx35m8qyx35fkf-gitolite-admin.pub/gitolite-admin.pub
-rw-r--r-- | conf/gitolite.conf | 5 | ||||
-rw-r--r-- | keydir/gitolite-admin.pub | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf new file mode 100644 index 0000000..51dc797 --- /dev/null +++ b/conf/gitolite.conf @@ -0,0 +1,5 @@ +repo gitolite-admin + RW+ = gitolite-admin + +repo testing + RW+ = @all diff --git a/keydir/gitolite-admin.pub b/keydir/gitolite-admin.pub new file mode 100644 index 0000000..1b6fc57 --- /dev/null +++ b/keydir/gitolite-admin.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+qXhCHNrSZmy4HEXaFn6xAp1w2GzQBMOfVdbR3E81Q
\ No newline at end of file |