https://bugzilla.gnome.org/show_bug.cgi?id=599066 sysadmin | Git | unspecified
--- Comment #38 from Owen Taylor <[email protected]> 2013-08-24 06:55:55 UTC --- (In reply to comment #37) > (From update of attachment 250984 [details]) > We tried to install the hook with Andrea, but found several errors. We blocked > on the git.config("key", _quiet=True) line, as git.config is not a method but > a > module. Was the idea to read the config of the specific git module? The git module that this is using is git.py in sysadmin-bin/git - in that context, I don't understand "git.config is not a method but a module" git.config("key", _quiet=True) Does have an error (didn't test the configuration part) - it should be key, not "key" - it's a parameter to the function. I'm away until the beginning of September but can set this up then. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the QA contact of the bug. You are watching the assignee of the bug. _______________________________________________ gnome-infrastructure mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
