diff options
Diffstat (limited to 'conf/gitolite.conf')
| -rw-r--r-- | conf/gitolite.conf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index bad420c..badf2d5 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf | |||
| @@ -5,9 +5,6 @@ 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="" | ||
| 9 | config cgit.section="" | ||
| 10 | config cgit.desc="" | ||
| 11 | RW+ = @admins | 8 | RW+ = @admins |
| 12 | 9 | ||
| 13 | repo guix-dotfiles | 10 | repo guix-dotfiles |
| @@ -17,10 +14,19 @@ repo guix-dotfiles | |||
| 17 | RW+ = @admins | 14 | RW+ = @admins |
| 18 | 15 | ||
| 19 | repo rochesterapex-com | 16 | repo rochesterapex-com |
| 17 | config cgit.owner=ryan77627 | ||
| 18 | config cgit.section=Personal | ||
| 19 | config cgit.desc=A (satirical?) website for my former apartment building. We put the (fire) alarm(!) in alarmingly worrying housing | ||
| 20 | RW+ = @admins | 20 | RW+ = @admins |
| 21 | 21 | ||
| 22 | repo rschanzorg-public | 22 | repo rschanzorg-public |
| 23 | config cgit.owner=ryan77627 | ||
| 24 | config cgit.section=Personal | ||
| 25 | config cgit.desc=Public facing repo for my site https://rschanz.org | ||
| 23 | RW+ = @admins | 26 | RW+ = @admins |
| 24 | 27 | ||
| 25 | repo xdp-packet-dropper | 28 | repo xdp-packet-dropper |
| 29 | config cgit.owner=ryan77627 | ||
| 30 | config cgit.section=Personal | ||
| 31 | config cgit.desc=Small XDP packet dropper that can be toggled remotely. To be used in a competition as a distraction red-teaming tool | ||
| 26 | RW+ = @admins | 32 | RW+ = @admins |
