]> sipb.mit.edu Git - wiki.git/commitdiff
Updated status of zcommit
authorGregory D Brockman <gdb@mit.edu>
Tue, 30 Mar 2010 07:35:19 +0000 (03:35 -0400)
committersipb-www <sipb-www@pancake-bunny.mit.edu>
Tue, 30 Mar 2010 07:35:19 +0000 (03:35 -0400)
projects/ideas.mdwn

index 8cdb7ee9973948ce9539a1ad59b73c5520380ebe..b645a80ce846ba7a3bb8e4b712d255384a17587d 100644 (file)
@@ -239,13 +239,11 @@ Thanks to the deeply disturbing magic of a couple of programs named fakeroot and
 
 _Contact: geofft, broder_
 
-## Github-to-zephyr connector
+## Zcommit: A git-to-zephyr connector
 
-For git repositories that we have control over, it's easy to use our home-grown [post-receive zephyr hook](http://web.mit.edu/snippets/git-hooks/zephyr-post-receive) to send zephyrs when somebody pushes. We can't directly edit hooks on sites like [Github](http://github.com). However, Github does support [submitting a POST request](http://help.github.com/post-receive-hooks/) to an arbitrary URL when somebody pushes. It would be cool if there was a site - probably running on scripts.mit.edu - that you could point Github's post-receive hook at to get zephyred whenever somebody pushed to Github.
+For git repositories that we have control over, it's easy to use our home-grown [post-receive zephyr hook](http://web.mit.edu/snippets/git-hooks/zephyr-post-receive) to send zephyrs when somebody pushes. We can't directly edit hooks on sites like [Github](http://github.com). However, Github does support [submitting a POST request](http://help.github.com/post-receive-hooks/) to an arbitrary URL when somebody pushes. We've created [zcommit.mit.edu](http://zcommit.mit.edu) to allow people to send commit zephyrs from Github.  Now we'd like to extend it to other public code hosting platforms with similar APIs, such as [Bitbucket](http://www.bitbucket.org/help/ServiceIntegration#post) and [Google Code](http://code.google.com/p/support/wiki/PostCommitWebHooks).
 
-[Bitbucket](http://www.bitbucket.org/help/ServiceIntegration#post) and [Google Code](http://code.google.com/p/support/wiki/PostCommitWebHooks) also support similar APIs.
-
-_Contact: broder_
+_Contact: broder, gdb_
 
 ## A couple of C/C++ hacking projects