emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114058: * admin/notes/hydra: Misc small edits


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114058: * admin/notes/hydra: Misc small edits
Date: Thu, 29 Aug 2013 01:12:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114058
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-08-28 21:12:51 -0400
message:
  * admin/notes/hydra: Misc small edits
modified:
  admin/notes/hydra              hydra-20130810225402-nqewbup590g4qj3h-1
=== modified file 'admin/notes/hydra'
--- a/admin/notes/hydra 2013-08-15 06:23:40 +0000
+++ b/admin/notes/hydra 2013-08-29 01:12:51 +0000
@@ -5,15 +5,14 @@
 
 NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA
 
-A continuous build for Emacs trunk can be found at
+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
 
-* It builds (and runs ERT tests) on these platforms:
-i686-cygwin
-i686-freebsd
-i686-linux
-x86_64-darwin
-x86_64-linux
+* 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
 
 * Mail notifications
 In addition to the web interface, Hydra can send notifications by
@@ -27,15 +26,15 @@
 * The Emacs jobset consists of the following jobs:
 
 ** The `tarball' job
-which gets the source tree as input, and is just a `make dist' after
-some autoconf/-make or bootstrap script.
+which gets a checkout from bzr, and does a bootstrap followed
+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 gets the result of the tarball job as input, together with
-system identifier, this job basically does a normal make and make install.
+which starts from the tarball and does a normal build
 
 ** The 'coverage' job
-is now running `make check'.
+does a gcov build and then runs `make check'.  Fails if any test fails.
 
 * Nix expressions
 The recipe for GNU Emacs are available via Git:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]