aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/hydra
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/hydra')
-rw-r--r--admin/notes/hydra10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/notes/hydra b/admin/notes/hydra
index 80ce787b6b0..ce4a683f6fe 100644
--- a/admin/notes/hydra
+++ b/admin/notes/hydra
@@ -16,8 +16,8 @@ http://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html
16 16
17* Mail notifications 17* Mail notifications
18In addition to the web interface, Hydra can send notifications by 18In addition to the web interface, Hydra can send notifications by
19email when the build status of a project changese.g., from 19email when the build status of a project changes, e.g., from
20`SUCCEEDED' to `FAILED'. It sends notifications about build status in 20SUCCEEDED to FAILED. It sends notifications about build status in
21Emacs trunk to emacs-buildstatus@gnu.org. 21Emacs trunk to emacs-buildstatus@gnu.org.
22 22
23If you want to receive these notifications, please subscribe at 23If you want to receive these notifications, please subscribe at
@@ -25,16 +25,16 @@ http://lists.gnu.org/mailman/listinfo/emacs-buildstatus
25 25
26* The Emacs jobset consists of the following jobs: 26* The Emacs jobset consists of the following jobs:
27 27
28** The `tarball' job 28** The 'tarball' job
29which gets a checkout from the repository, and does a bootstrap followed 29which gets a checkout from the repository, and does a bootstrap followed
30by running make-dist to create a tarball. If this job fails, all the 30by running make-dist to create a tarball. If this job fails, all the
31others will too (because they use the tarball as input). 31others will too (because they use the tarball as input).
32 32
33** The `build' job 33** The 'build' job
34which starts from the tarball and does a normal build 34which starts from the tarball and does a normal build
35 35
36** The 'coverage' job 36** The 'coverage' job
37does a gcov build and then runs `make check'. Fails if any test fails. 37does a gcov build and then runs 'make check'. Fails if any test fails.
38 38
39* Nix expressions 39* Nix expressions
40The recipe for GNU Emacs are available via Git: 40The recipe for GNU Emacs are available via Git: