]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/notes/hydra: More information about Hydra.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 15 Aug 2013 06:23:40 +0000 (14:23 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 15 Aug 2013 06:23:40 +0000 (14:23 +0800)
admin/ChangeLog
admin/notes/hydra

index 791dbbc5989f9c9cb37d2219c5d6918f0ed0de35..36454ccb314e60a9fe06273f40f8ba259608b88d 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * notes/hydra: More information about Hydra.
+
 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
 
        * notes/hydra: New file.
index 776c1e2c680f1decec9ce2411ed4445b73ef4432..068bc70ee9c709a743032de1c248a0981e495d0e 100644 (file)
@@ -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.
+
 \f
 This file is part of GNU Emacs.