From 9cdd2bb77e3b3293f27f2cc8552626359862e2ae Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Mon, 2 Oct 2023 08:16:58 -0500 Subject: Add: separate repos for the two halloweenie themes since they aren't namespaced, we need two different packages --- conf/gitolite.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index b5fa93e..832d0a3 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -53,3 +53,15 @@ repo halloweenie-themes RW+ = @cicadas RW = WRITERS R = READERS + +repo halloweenie-theme + C = @cicadas + RW+ = @cicadas + RW = WRITERS + R = READERS + +repo pumpkin-spice-theme + C = @cicadas + RW+ = @cicadas + RW = WRITERS + R = READERS -- cgit v1.2.3