##// END OF EJS Templates
whitespace cleanup
marcink -
r2409:761e0038 beta
parent child Browse files
Show More
@@ -26,4 +26,4 b' def main():'
26 sys.exit(0)
26 sys.exit(0)
27
27
28 if __name__ == '__main__':
28 if __name__ == '__main__':
29 main() No newline at end of file
29 main()
@@ -199,10 +199,9 b' def log_create_repository(repository_dic'
199 def handle_git_post_receive(repo_path, revs, env):
199 def handle_git_post_receive(repo_path, revs, env):
200 """
200 """
201 A really hacky method that is runned by git post-receive hook and logs
201 A really hacky method that is runned by git post-receive hook and logs
202 an push action together with pushed revisions. It's runned by subprocess
202 an push action together with pushed revisions. It's executed by subprocess
203 thus needs all info to be able to create a temp pylons enviroment, connect
203 thus needs all info to be able to create a on the fly pylons enviroment,
204 to database and run the logging code. Hacky as sh**t but works. ps.
204 connect to database and run the logging code. Hacky as sh*t but works.
205 GIT SUCKS
206
205
207 :param repo_path:
206 :param repo_path:
208 :type repo_path:
207 :type repo_path:
General Comments 0
You need to be logged in to leave comments. Login now