diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2010-08-07 04:46:06 -0700 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2010-08-07 04:46:06 -0700 |
commit | 59892ab382d643c294ca7383eec2e1e658fdc783 (patch) | |
tree | 4a899deebc027a4fbd68b9b5b3d7afecd56ef467 /architecture/data.mdwn | |
parent | 22baf8269191eac1322af38abb9bf42eb5d3a01c (diff) | |
parent | fa904279c38a28fd95af00012b4ebfa354b9e34e (diff) | |
download | piny-code-59892ab382d643c294ca7383eec2e1e658fdc783.tar.gz piny-code-59892ab382d643c294ca7383eec2e1e658fdc783.zip |
Merge branch 'master' of git+ssh://piny.be/srv/git/piny-code
Diffstat (limited to 'architecture/data.mdwn')
-rw-r--r-- | architecture/data.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture/data.mdwn b/architecture/data.mdwn index 7d6cc97..68b61f6 100644 --- a/architecture/data.mdwn +++ b/architecture/data.mdwn @@ -11,8 +11,8 @@ repoaccess #/etc/group git-$reponame entry # None reponame #/srv/git/$reponame.git # =~ /^[a-z0-9][a-z0-9.-]+$/ repodescription #/srv/git/$reponame.git/description # =~ /^[\x{0020}-\x{FDCF}\x{FDF0}-\x{FFFD}]{1,80}$/ repoowner #stat /srv/git/$reponame.git uid; might be better as first non-ikiwiki user in /etc/group git-$reponame entry # None -repoglobalwritable #stat /srv/git/$reponame.git all write bit # None -repoglobalreadable #stat /srv/git/$reponame.git all read bit # None +repoglobalwritable #stat /srv/git/$reponame.git/objects o+w bit # None +repoglobalreadable #stat /srv/git/$reponame.git/objects o+r bit # None repoikiwikidisable #UNDECIDED; probably in /srv/git/$reponame.git # None repointernaltemplates #UNDECIDED; probably in /srv/git/$reponame.git # None repospecialdomain #UNDECIDED; probably in /srv/git/$reponame.git # None |