hydra/src
Eelco Dolstra 42d2015357 Support push notification of repository changes
External machines can now notify Hydra that it should check a
repository by sending a GET or PUSH request to /api/push, providing a
list of jobsets to be checked and/or a list of repository URLs.  In
the latter case, all jobsets that have any of the specified
repositories as an input will be checked.

For instance, you can configure GitHub or BitBucket to send a request
to the URL

  http://hydra.example.org/api/push?repos=git://github.com/NixOS/nixpkgs.git

to trigger evaluation of all jobsets that have
git://github.com/NixOS/nixpkgs.git as an input, or to the URL

  http://hydra.example.org/api/push?jobsets=patchelf:trunk,nixpkgs:trunk

to trigger evaluation of just the specified jobsets.
2013-02-25 21:10:32 +01:00
..
c Add multiple output support 2013-02-13 16:49:28 +00:00
lib Support push notification of repository changes 2013-02-25 21:10:32 +01:00
root Install bootbox 2013-02-23 17:01:43 +01:00
script Support push notification of repository changes 2013-02-25 21:10:32 +01:00
sql Support push notification of repository changes 2013-02-25 21:10:32 +01:00
xsl Simplify the tree implementation a bit more 2013-02-20 00:54:03 +01:00
Makefile.am hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00