From 36e67b2cc0201a46c444553e9c8bc50ef6cb3803 Mon Sep 17 00:00:00 2001 From: Gregory D Brockman Date: Tue, 30 Mar 2010 03:35:19 -0400 Subject: [PATCH] Updated status of zcommit --- projects/ideas.mdwn | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/projects/ideas.mdwn b/projects/ideas.mdwn index 8cdb7ee..b645a80 100644 --- a/projects/ideas.mdwn +++ b/projects/ideas.mdwn @@ -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 -- 2.44.0