guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.5-344-g714084e


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-344-g714084e
Date: Sun, 09 Mar 2014 22:15:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  714084e6c08ec6226ad38655153d307a198b7a73 (commit)
       via  002622b65b60286209d2c959d590a392afa782b1 (commit)
       via  6c20d1d0c3822c0332f3cca963121365133e6412 (commit)
       via  02c86a5e365f59fb09c32cfaaef2c02db17e8770 (commit)
       via  f5768afa333bbc8167ef2e33db44c9bb64bef0be (commit)
       via  834129e0e2984fa615c8958de3964dabd7f6972c (commit)
      from  59f704dff69f28149acdfde372ad8faebbdfdfb5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 714084e6c08ec6226ad38655153d307a198b7a73
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 9 23:13:53 2014 +0100

    offload: Honor absolute build timeouts.
    
    * guix/scripts/offload.scm (offload): Remove default value for
      'build-timeout'.  Pass '--timeout' to the remote 'guix build'
      process.
      (transfer-and-offload, process-request): Remove default value for
      'build-timeout'.

commit 002622b65b60286209d2c959d590a392afa782b1
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 9 23:09:18 2014 +0100

    guix build: Add '--timeout' to the common build options.
    
    * guix/scripts/build.scm (show-build-options-help): Document
      '--timeout'.
      (set-build-options-from-command-line): Pass #:timeout to
      'set-build-options'.
      (%standard-build-options): Add '--timeout'.
    * doc/guix.texi (Invoking guix build): Document it.

commit 6c20d1d0c3822c0332f3cca963121365133e6412
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 9 23:01:18 2014 +0100

    store: Add #:timeout build option.
    
    * guix/serialization.scm (write-string-pairs): New procedure.
    * guix/store.scm (write-arg): Add 'string-pairs' case.
      (set-build-options): Add 'timeout' keyword parameter.  Honor it.
    * tests/derivations.scm ("build-expression->derivation and timeout"):
      New test.

commit 02c86a5e365f59fb09c32cfaaef2c02db17e8770
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 9 22:36:48 2014 +0100

    gnu: Add libpcap and jnettop.
    
    * gnu/packages/admin.scm (libpcap, jnettop): New variables.

commit f5768afa333bbc8167ef2e33db44c9bb64bef0be
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 9 22:05:29 2014 +0100

    build: Change state and log directories to $localstatedir/.../guix.
    
    * daemon.am (libstore_a_CPPFLAGS): Change /nix to /guix.
    * guix/config.scm.in (%state-directory): Likewise.
    * guix/store.scm (log-file): Likewise.

commit 834129e0e2984fa615c8958de3964dabd7f6972c
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 9 22:09:12 2014 +0100

    Change the default store file name to /gnu/store.
    
    * configure.ac: Change the default 'storedir' to /gnu/store.  Print
      $storedir.
    * doc/guix.texi: Replace "/nix/store" by "/gnu/store", except where
      describing Nix compatibility.
    * Makefile.am: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am              |    2 +-
 configure.ac             |    8 +++++-
 daemon.am                |    4 +-
 doc/guix.texi            |   53 ++++++++++++++++++++++++++--------------------
 gnu/packages/admin.scm   |   53 ++++++++++++++++++++++++++++++++++++++++++++++
 guix/config.scm.in       |    2 +-
 guix/scripts/build.scm   |    8 +++++++
 guix/scripts/offload.scm |   11 ++++++---
 guix/serialization.scm   |   12 +++++++++-
 guix/store.scm           |   18 ++++++++-------
 tests/derivations.scm    |   14 ++++++++++++
 11 files changed, 143 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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