emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113792: Add some notes related to continuous build


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113792: Add some notes related to continuous build on Hydra
Date: Sat, 10 Aug 2013 22:54:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113792
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-08-11 06:54:32 +0800
message:
  Add some notes related to continuous build on Hydra
added:
  admin/notes/hydra              hydra-20130810225402-nqewbup590g4qj3h-1
modified:
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-08-04 16:56:56 +0000
+++ b/admin/ChangeLog   2013-08-10 22:54:32 +0000
@@ -1,3 +1,7 @@
+2013-08-10  Xue Fuqiao  <address@hidden>
+
+       * notes/hydra: New file.
+
 2013-08-04  Paul Eggert  <address@hidden>
 
        Fix some minor races in hosts lacking mkostemp (Bug#15015).

=== added file 'admin/notes/hydra'
--- a/admin/notes/hydra 1970-01-01 00:00:00 +0000
+++ b/admin/notes/hydra 2013-08-10 22:54:32 +0000
@@ -0,0 +1,57 @@
+-*- outline -*-
+
+Copyright (C) 2013 Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
+NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA
+
+A continuous build for Emacs trunk can be found at
+http://hydra.nixos.org/jobset/gnu/emacs-trunk
+
+* It builds (and runs ERT tests) on these platforms:
+i686-cygwin
+i686-freebsd
+i686-linux
+x86_64-darwin
+x86_64-linux
+
+* Mail notifications
+Hydra sends notifications about build breakages in Emacs trunk to
address@hidden
+
+If you want to receive these notifications, please subscribe at
+http://lists.gnu.org/mailman/listinfo/emacs-buildstatus
+
+* 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.
+
+** 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.
+
+** The 'coverage' job
+is now running `make check'.
+
+* Other GNU packages
+For a list of other GNU packages that have a continuous build on
+Hydra, see http://hydra.nixos.org/project/gnu
+
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.


reply via email to

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