summaryrefslogtreecommitdiff
path: root/architecture
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2010-07-29 05:57:19 -0700
committerJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2010-07-29 05:57:19 -0700
commit20c9aff1b372231e86d0f5c8b3e43e8d813bebbf (patch)
tree111210072f0dfed701725278da0d0ce694c1a27c /architecture
parentd9b1e99b4179ca7cb10d3930573be1febb8f278e (diff)
downloadpiny-code-20c9aff1b372231e86d0f5c8b3e43e8d813bebbf.tar.gz
piny-code-20c9aff1b372231e86d0f5c8b3e43e8d813bebbf.zip
architecture/data.mdwn: change global read/write bit to $GIT_DIR/objects
Diffstat (limited to 'architecture')
-rw-r--r--architecture/data.mdwn4
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