diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-03-13 19:46:42 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-03-13 19:46:42 +0000 |
commit | 3579d9bcacbf98a1c7e7b83924ce662178e4993a (patch) | |
tree | 4bb1664518e28afd38c7cee77310327f9aa44214 /notes | |
parent | 4ba1ef4ea421b0efb4e2218b8a9fe8fc5aa9a42b (diff) | |
download | gitano-3579d9bcacbf98a1c7e7b83924ce662178e4993a.tar.gz |
LEGIT: Require a binary path, generate ssh config
Diffstat (limited to 'notes')
-rw-r--r-- | notes/admin-layout | 7 | ||||
-rw-r--r-- | notes/example-site.conf | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/notes/admin-layout b/notes/admin-layout index 7366f8c..c3a04cf 100644 --- a/notes/admin-layout +++ b/notes/admin-layout @@ -43,6 +43,7 @@ compile the rules at the head and *will* walk back in history to find a compileable set of rules. This applies to groups also. Users and groups do not share the same namespace however. -Also, users and group names must match [a-z][a-z0-9-]+ (i.e. at least two -characters, the first of which must be a lower case letter, and overall, only -lowercase letters, numbers, and hyphens). +Also, users and group names must match [a-z][a-z0-9-]+ (i.e. at least +two characters, the first of which must be a lower case letter, and +overall, only lowercase letters, numbers, and hyphens). Also key tags +must match this pattern. diff --git a/notes/example-site.conf b/notes/example-site.conf index a28b288..581f4b4 100644 --- a/notes/example-site.conf +++ b/notes/example-site.conf @@ -5,3 +5,4 @@ site_name = "My example Legit repo server" repository_root = "/home/legit/repositories" +bin_path = "/home/legit/bin" |