From c96b8053ee89a08da5a0d15a79983b25d5a2d430 Mon Sep 17 00:00:00 2001 From: Axy Date: Mon, 27 Oct 2025 23:02:28 +0100 Subject: [PATCH] Back from previous repo --- conf/gitolite.conf | 38 ++++++++++++++++++++++++-- keydir/agilliar.pub | 1 + keydir/{gitolite-admin.pub => axy.pub} | 0 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 keydir/agilliar.pub rename keydir/{gitolite-admin.pub => axy.pub} (100%) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 51dc797..81ffae1 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,5 +1,37 @@ +@admins = axy +@users = axy agilliar + repo gitolite-admin - RW+ = gitolite-admin + RW+ = @admins + +repo @is_public + R = @all + +repo @is_suspended + - = @all + +repo @has_personal_refs + RW+ dev/USER/ = WRITERS + - dev/ = @all + RW+ ref/tags/dev/USER/ = WRITERS + - ref/tags/dev/ = @all + +repo @has_releases + RW refs/tags/([a-z0-9\-]-)?([0-9]+\.){2}[0-9]+$ = RELEASE_MANAGERS + - refs/tags/([a-z0-9\-]-)?([0-9]+\.){2}[0-9]+$ = @all + +repo @base + C = creators + RW+ = MANAGERS + RW = WRITERS + R = READERS + +=begin template-data + +repo pub/CREATOR/..* = base is_public has_personal_refs has_releases + creators = @users + +repo priv/CREATOR/..* = base has_personal_refs has_releases + creators = @users -repo testing - RW+ = @all +=end diff --git a/keydir/agilliar.pub b/keydir/agilliar.pub new file mode 100644 index 0000000..75e701c --- /dev/null +++ b/keydir/agilliar.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC48TWtFCniVaLr6t/ZZ4Y/KHJJL8EneikqZ5M8YShouU8wLLhVacvKKZrgrx207hnjznMets4JA+GFj/xgQCz/heRhNEUWns2nc2eVOxU+f03BPUnna5Zvi63979xbASXhRTBFVRDh+N80GWstPacl1DLJyZBxruF0VKCzFMm1MFXh5+5b/wvcH2iX7iwC758dbSGyqlfKZ19s+qT/9rI678z1c+3K95JWD7xHLucqn5L8KFia8Nnwb3jE92TnYTLknHLS8M/xNSpXWyVxRiSPzTG5Zsgghfm0cxv9++6rnvDqyKwUwlPUn300Q2rbl9oE8ycQWUfSIIngvrb//Ufse4e7tIcUopL5Avr91HdbaR86SXGiE9vZhHIVTETuxbHnb6sC3BPPjG3MeRknYdq6zySma0rn9ubztojxU5Tay8g7u6zcuY0zETbjARxsqIzTvvcFkpvqUduHlocdYQAOQPe7gV8o8RlODg/CLn1AKIrdiKu6j4qaEuU4Em0OReE= \ No newline at end of file diff --git a/keydir/gitolite-admin.pub b/keydir/axy.pub similarity index 100% rename from keydir/gitolite-admin.pub rename to keydir/axy.pub -- 2.51.0