Update copyright year to 2014 by running admin/update-copyright.
[bpt/emacs.git] / admin / notes / hydra
CommitLineData
b41bfdd0
XF
1-*- outline -*-
2
ba318903 3Copyright (C) 2013-2014 Free Software Foundation, Inc.
b41bfdd0
XF
4See the end of the file for license conditions.
5
6NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA
7
375d2e49 8A continuous build for Emacs can be found at
b41bfdd0 9http://hydra.nixos.org/jobset/gnu/emacs-trunk
375d2e49 10http://hydra.nixos.org/jobset/gnu/emacs-24
b41bfdd0 11
375d2e49
GM
12* It builds Emacs on various platforms.
13Sometimes jobs fail due to hydra problems rather than Emacs problems.
14Eg it seems like the cygwin build will never work again.
15http://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html
b41bfdd0
XF
16
17* Mail notifications
555d5565
XF
18In addition to the web interface, Hydra can send notifications by
19email when the build status of a project changes—e.g., from
20`SUCCEEDED' to `FAILED'. It sends notifications about build status in
21Emacs trunk to emacs-buildstatus@gnu.org.
b41bfdd0
XF
22
23If you want to receive these notifications, please subscribe at
24http://lists.gnu.org/mailman/listinfo/emacs-buildstatus
25
26* The Emacs jobset consists of the following jobs:
27
28** The `tarball' job
375d2e49
GM
29which gets a checkout from bzr, and does a bootstrap followed
30by running make-dist to create a tarball. If this job fails, all the
31others will too (because they use the tarball as input).
b41bfdd0
XF
32
33** The `build' job
375d2e49 34which starts from the tarball and does a normal build
b41bfdd0
XF
35
36** The 'coverage' job
375d2e49 37does a gcov build and then runs `make check'. Fails if any test fails.
b41bfdd0 38
555d5565
XF
39* Nix expressions
40The recipe for GNU Emacs are available via Git:
41http://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs
42
43To modify the build job, email the patch to hydra-users@gnu.org. The
44build recipes are written in the Nix language.
45
46* Other Information
b41bfdd0
XF
47For a list of other GNU packages that have a continuous build on
48Hydra, see http://hydra.nixos.org/project/gnu
49
555d5565
XF
50See http://www.gnu.org/software/devel.html#Hydra for more information.
51
b41bfdd0
XF
52\f
53This file is part of GNU Emacs.
54
55GNU Emacs is free software: you can redistribute it and/or modify
56it under the terms of the GNU General Public License as published by
57the Free Software Foundation, either version 3 of the License, or
58(at your option) any later version.
59
60GNU Emacs is distributed in the hope that it will be useful,
61but WITHOUT ANY WARRANTY; without even the implied warranty of
62MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
63GNU General Public License for more details.
64
65You should have received a copy of the GNU General Public License
66along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.