diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-04-30 21:37:48 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-04-30 21:37:48 -0400 |
| commit | eb1589b9d1bff3c4aea445ce74c6ea1d3ee3680e (patch) | |
| tree | 0abe6f2c2b9cd6844355cfca40952fb7c8bb0511 | |
| parent | 4d5cdcee075b40292a6e03dd3c0a0d591a730090 (diff) | |
I am dumb
| -rw-r--r-- | conf/gitolite.conf | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 79c9035..bad420c 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf | |||
| @@ -5,12 +5,15 @@ repo @hidden | |||
| 5 | config cgit.ignore=1 | 5 | config cgit.ignore=1 |
| 6 | 6 | ||
| 7 | repo gitolite-admin | 7 | repo gitolite-admin |
| 8 | config cgit.owner=ryan77627 | 8 | config cgit.owner="" |
| 9 | config cgit.section=Personal | 9 | config cgit.section="" |
| 10 | config cgit.desc=Repository for my personal Guix dotfiles | 10 | config cgit.desc="" |
| 11 | RW+ = @admins | 11 | RW+ = @admins |
| 12 | 12 | ||
| 13 | repo guix-dotfiles | 13 | repo guix-dotfiles |
| 14 | config cgit.owner=ryan77627 | ||
| 15 | config cgit.section=Personal | ||
| 16 | config cgit.desc=Repository for my personal Guix dotfiles | ||
| 14 | RW+ = @admins | 17 | RW+ = @admins |
| 15 | 18 | ||
| 16 | repo rochesterapex-com | 19 | repo rochesterapex-com |
| @@ -21,8 +24,3 @@ repo rschanzorg-public | |||
| 21 | 24 | ||
| 22 | repo xdp-packet-dropper | 25 | repo xdp-packet-dropper |
| 23 | RW+ = @admins | 26 | RW+ = @admins |
| 24 | |||
| 25 | repo testing | ||
| 26 | config cgit.owner=ryan77627 | ||
| 27 | config cgit.desc=test | ||
| 28 | RW+ = @admins | ||
