summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/notes/hydra21
1 files changed, 11 insertions, 10 deletions
diff --git a/admin/notes/hydra b/admin/notes/hydra
index 2cd4dbcb966..66d34209e20 100644
--- a/admin/notes/hydra
+++ b/admin/notes/hydra
@@ -6,14 +6,14 @@ See the end of the file for license conditions.
NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA
A continuous build for Emacs can be found at
-http://hydra.nixos.org/jobset/gnu/emacs-trunk
-http://hydra.nixos.org/jobset/gnu/emacs-24
-http://hydra.nixos.org/jobset/gnu/emacs-25
+https://hydra.nixos.org/jobset/gnu/emacs-trunk
+https://hydra.nixos.org/jobset/gnu/emacs-24
+https://hydra.nixos.org/jobset/gnu/emacs-25
* It builds Emacs on various platforms.
Sometimes jobs fail due to hydra problems rather than Emacs problems.
Eg it seems like the cygwin build will never work again.
-http://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html
+https://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html
* Mail notifications
In addition to the web interface, Hydra can send notifications by
@@ -22,7 +22,7 @@ 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
+https://lists.gnu.org/mailman/listinfo/emacs-buildstatus
* The Emacs jobset consists of the following jobs:
@@ -32,14 +32,15 @@ by running make-dist to create a tarball. If this job fails, all the
others will too (because they use the tarball as input).
** The 'build' job
-which starts from the tarball and does a normal build
+which starts from the tarball and does a normal build.
** The 'coverage' job
-does a gcov build and then runs 'make check'. Fails if any test fails.
+does a gcov build and then runs 'make check-expensive'. Fails if any
+test fails.
* Nix expressions
The recipe for GNU Emacs are available via Git:
-http://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs
+https://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.
@@ -51,9 +52,9 @@ EMACS_HYDRA_CI.
* Other Information
For a list of other GNU packages that have a continuous build on
-Hydra, see http://hydra.nixos.org/project/gnu
+Hydra, see https://hydra.nixos.org/project/gnu
-See http://www.gnu.org/software/devel.html#Hydra for more information.
+See https://www.gnu.org/software/devel.html#Hydra for more information.
This file is part of GNU Emacs.