blob: 4a39bfa126ba90bf1d9e0552312a8c9ae74d0338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
name: "go-git-server"
version: "v1alpha1"
repos:
- name: mgmt
public: false
permissions:
- role: admin
mode: 1
- name: testmerepo
public: true
git_web_config:
owner: grumps
description: >-
A wrapper to git http-backend providing authentcation and authorization
inspired by gitolite.
permissions:
- role: maintainers
mode: 1
- name: environ
public: true
go_module: true
git_web_config:
owner: grumps
description: >-
A wrapper to git http-backend providing authentcation and authorization
inspired by gitolite.
permissions:
- role: maintainers
mode: 1
|