summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-10-02 08:16:58 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-10-02 08:16:58 -0500
commit9cdd2bb77e3b3293f27f2cc8552626359862e2ae (patch)
tree5177d814823f414615f2000d0d1daf1ac54bf978
parentf4f4ee49ff3d47e07b324185048022a50fa4e8a8 (diff)
Add: separate repos for the two halloweenie themesHEADmaster
since they aren't namespaced, we need two different packages
-rw-r--r--conf/gitolite.conf12
1 files changed, 12 insertions, 0 deletions
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