From: Xue Fuqiao Date: Thu, 15 Aug 2013 06:23:40 +0000 (+0800) Subject: * admin/notes/hydra: More information about Hydra. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=555d556547d3cd97803ff2fcb06307a94e51ace5;p=emacs.git * admin/notes/hydra: More information about Hydra. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 791dbbc5989..36454ccb314 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2013-08-15 Xue Fuqiao + + * notes/hydra: More information about Hydra. + 2013-08-10 Xue Fuqiao * notes/hydra: New file. diff --git a/admin/notes/hydra b/admin/notes/hydra index 776c1e2c680..068bc70ee9c 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra @@ -16,8 +16,10 @@ x86_64-darwin x86_64-linux * Mail notifications -Hydra sends notifications about build breakages in Emacs trunk to -emacs-buildstatus@gnu.org. +In addition to the web interface, Hydra can send notifications by +email when the build status of a project changes—e.g., from +`SUCCEEDED' to `FAILED'. It sends notifications about build status in +Emacs trunk to emacs-buildstatus@gnu.org. If you want to receive these notifications, please subscribe at http://lists.gnu.org/mailman/listinfo/emacs-buildstatus @@ -30,16 +32,24 @@ some autoconf/-make or bootstrap script. ** The `build' job which gets the result of the tarball job as input, together with -system identifier, this job basically does a normal make, make check, -make install. +system identifier, this job basically does a normal make and make install. ** The 'coverage' job is now running `make check'. -* Other GNU packages +* Nix expressions +The recipe for GNU Emacs are available via Git: +http://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs + +To modify the build job, email the patch to hydra-users@gnu.org. The +build recipes are written in the Nix language. + +* Other Information For a list of other GNU packages that have a continuous build on Hydra, see http://hydra.nixos.org/project/gnu +See http://www.gnu.org/software/devel.html#Hydra for more information. + This file is part of GNU Emacs.