diff options
| -rw-r--r-- | conf/gitolite.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index a2e13b4..530ef1e 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf | |||
| @@ -4,35 +4,35 @@ | |||
| 4 | repo @hidden | 4 | repo @hidden |
| 5 | config cgit.ignore=1 | 5 | config cgit.ignore=1 |
| 6 | 6 | ||
| 7 | repo @all | ||
| 8 | config cgit.owner=ryan77627 | ||
| 9 | config cgit.section=Personal | ||
| 10 | |||
| 7 | repo gitolite-admin | 11 | repo gitolite-admin |
| 8 | RW+ = @admins | 12 | RW+ = @admins |
| 9 | 13 | ||
| 10 | repo guix-dotfiles | 14 | repo guix-dotfiles |
| 11 | config cgit.owner=ryan77627 | ||
| 12 | config cgit.section=Personal | ||
| 13 | config cgit.desc=Repository for my personal Guix dotfiles | 15 | config cgit.desc=Repository for my personal Guix dotfiles |
| 14 | RW+ = @admins | 16 | RW+ = @admins |
| 15 | 17 | ||
| 16 | repo rochesterapex-com | 18 | 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" | 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 | config cgit.desc=Public facing repo for my site https://rschanz.org |
| 26 | RW+ = @admins | 24 | RW+ = @admins |
| 27 | 25 | ||
| 28 | repo xdp-packet-dropper | 26 | 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 | 27 | config cgit.desc=Small XDP packet dropper that can be toggled remotely. To be used in a competition as a distraction red-teaming tool |
| 32 | RW+ = @admins | 28 | RW+ = @admins |
| 33 | 29 | ||
| 30 | repo nix-dotfiles | ||
| 31 | config cgit.desc=Configs that cannot apply with Guix | ||
| 32 | RW = @admins | ||
| 33 | |||
| 34 | repo jenkins-test | 34 | repo jenkins-test |
| 35 | config cgit.owner=ryan77627 | 35 | config cgit.owner=ryan77627 |
| 36 | config cgit.section=Personal | 36 | config cgit.section=Work |
| 37 | config cgit.desc=Temp | 37 | config cgit.desc=Temp |
| 38 | RW+ = @admins | 38 | RW+ = @admins |
