diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-03-17 20:12:16 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-03-17 20:12:16 -0700 |
commit | 5d8181b24e6beed6a3fce863a6093bc6a8f0b3ed (patch) | |
tree | f4f8a13f886586477e222196e8e663971e061403 /architecture/data.mdwn | |
parent | 63ff3bdf9a2fd1967380ad7602d0ce4e44a4d432 (diff) | |
parent | 5361765cf9ba71e8c7a2d676922c2ce0d750050f (diff) | |
download | piny-code-5d8181b24e6beed6a3fce863a6093bc6a8f0b3ed.tar.gz piny-code-5d8181b24e6beed6a3fce863a6093bc6a8f0b3ed.zip |
Merge branch 'master' of piny.be:/srv/git/piny-code
Diffstat (limited to 'architecture/data.mdwn')
-rw-r--r-- | architecture/data.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture/data.mdwn b/architecture/data.mdwn index ce951e0..7d6cc97 100644 --- a/architecture/data.mdwn +++ b/architecture/data.mdwn @@ -8,7 +8,7 @@ username #usually $ENV{SUDO_USER} # !~ /^git-|^ikiwiki-/ and =~ /^[a-zA-Z0-9 uid #/etc/passwd # None email #/etc/passwd GECOS #Email::Valid::Loose->new("-fqdn" => 1, "-fudge" => 0, "-local_rules" => 0, "-mxcheck" => 1, "-tldcheck" => 0 ); repoaccess #/etc/group git-$reponame entry # None -reponame #/srv/git/$reponame.git # =~ /^[a-z0-9][a-z0-9+.-]+$/ +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 |