diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-13 16:40:57 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-13 16:41:13 +0100 |
| commit | 488fde00053831532d9a5e846061a50bdc0d34ca (patch) | |
| tree | ccb1bd4c5162203b630a8b11890ae4727613471d | |
| parent | 9033e78ade346f0ed1f481c547e79775921a2d33 (diff) | |
| download | gitolite-admin-488fde00053831532d9a5e846061a50bdc0d34ca.tar.gz | |
add arduino repositories
| -rw-r--r-- | conf/gitolite.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index d80cc91..b327b01 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,5 +1,9 @@ @users = gustav henrik +repo arduino/.* + C = @users + RW+ = @users + repo liu/.* C = gustav RW+ = CREATOR @@ -9,7 +13,7 @@ repo CREATOR/.* RW+ = CREATOR repo gitolite-admin - RW+ = gustav + RW+ = gustav repo server RW+ = @users |
