Created
September 21, 2010 17:06
-
-
Save abackstrom/590047 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gitosis] | |
daemon = yes | |
gitweb = yes | |
loglevel = DEBUG | |
[group superusers] | |
members = adam@aziz adam@roku | |
[group gitosis-admin] | |
writable = gitosis-admin | |
members = @superusers | |
[group wp-sixohthree] | |
writable = wp-sixohthree testproject | |
members = @superusers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG:gitosis.serve.main:Got command "git-receive-pack 'gitosis-admin.git'" | |
DEBUG:gitosis.access.haveAccess:Access check for 'adam@roku' as 'writable' on 'gitosis-admin.git'... | |
DEBUG:gitosis.access.haveAccess:Stripping .git suffix from 'gitosis-admin.git', new value 'gitosis-admin' | |
DEBUG:gitosis.group.getMembership:found 'adam@roku' in 'superusers' | |
DEBUG:gitosis.group.getMembership:found '@superusers' in 'gitosis-admin' | |
DEBUG:gitosis.access.haveAccess:Access ok for 'adam@roku' as 'writable' on 'gitosis-admin' | |
DEBUG:gitosis.access.haveAccess:Using prefix 'repositories' for 'gitosis-admin' | |
DEBUG:gitosis.serve.main:Serving git-receive-pack 'repositories/gitosis-admin.git' | |
Counting objects: 5, done. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 326 bytes, done. | |
Total 3 (delta 1), reused 0 (delta 0) | |
To [email protected]:gitosis-admin.git | |
80b2b70..4612839 master -> master | |
INFO:gitosis.run_hook:Running hook post-update | |
DEBUG:gitosis.gitdaemon:Global default is 'allow' | |
DEBUG:gitosis.gitdaemon:Walking '.', seeing ['wp-sixohthree.git', 'testproject.git', 'gitosis-admin.git'] | |
DEBUG:gitosis.gitdaemon:Allow 'wp-sixohthree' | |
DEBUG:gitosis.gitdaemon:Allow 'testproject' | |
DEBUG:gitosis.gitdaemon:Allow 'gitosis-admin' | |
INFO:gitosis.run_hook:Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment