summaryrefslogtreecommitdiff
path: root/config_stubs/hgssh.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config_stubs/hgssh.cfg')
-rw-r--r--config_stubs/hgssh.cfg50
1 files changed, 50 insertions, 0 deletions
diff --git a/config_stubs/hgssh.cfg b/config_stubs/hgssh.cfg
new file mode 100644
index 0000000..04cad88
--- /dev/null
+++ b/config_stubs/hgssh.cfg
@@ -0,0 +1,50 @@
1; --------------------------------------------------------------------
2; Config
3; --------------------------------------------------------------------
4[system]
5login_script = /srv/hg/validate-login.py
6lock_script = /srv/hg/lock-repo.py
7repo_path = /srv/hg/repos
8repo_user = hg
9
10; Defaults apply to everything below
11[DEFAULT]
12contact = mcrute
13read = mcrute
14write = mcrute
15
16; --------------------------------------------------------------------
17; Users
18; --------------------------------------------------------------------
19[user:mcrute]
20name = Mike Crute
21email = mcrute@gmail.com
22ssh_key = ssh-dss really-long-pubkey
23
24; --------------------------------------------------------------------
25; Repositories
26; --------------------------------------------------------------------
27[repo:repository/path]
28description = Repo description
29contact = mcrute
30write = mcrute,otheruser
31read = mcrute,otheruser
32
33;
34; Adornments default to no, several can be specified
35;
36
37; Generates brown "DEFUNCT" adornment
38defunct = yes
39
40; Generates green "MAINTAINED" adornment
41maintained = yes
42
43; Generates linked "MOVED" adornment
44moved_to = http://moved-to.com
45
46; Generates red "PRIVATE" adornment
47private = yes
48
49; Generates linked "FORK" adornment
50upstream = http://upstream.com