guix-commits
[Top][All Lists]
Advanced

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

[SCM] UNNAMED PROJECT branch, master, updated. 58db733e6d33dec92a565b421


From: Ludovic Courtès
Subject: [SCM] UNNAMED PROJECT branch, master, updated. 58db733e6d33dec92a565b4213668ff4527db553
Date: Wed, 09 Jan 2013 12:03:35 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  58db733e6d33dec92a565b4213668ff4527db553 (commit)
       via  bd5e766b87e6c38a3fe112195a58d23ef59b6f76 (commit)
       via  2498d43adb4ad72841527bcc65d5ace0a4535fb8 (commit)
       via  6221db61f5c722c49c78827a8dcef13d83252409 (commit)
       via  784bb1f37bfe7efd0c31fdcf207b0459f4edc7bf (commit)
      from  98fefb210a8b355306de20d3afe5d02dd31a5cbf (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 58db733e6d33dec92a565b4213668ff4527db553
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 9 13:01:48 2013 +0100

    doc: Update copyright years; add visible copyright statement.
    
    * doc/guix.texi (YEARS): New variable.
      Use it for all copyright statements.
      (Top): Add a copyright statement and license header here.

commit bd5e766b87e6c38a3fe112195a58d23ef59b6f76
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 9 12:58:27 2013 +0100

    doc: Documentation installation and the daemon.
    
    * doc/guix.texi (Installation): New node.

commit 2498d43adb4ad72841527bcc65d5ace0a4535fb8
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 9 12:16:26 2013 +0100

    daemon: Fix warning message when running as root without a build user group.
    
    * nix/nix-daemon/guix-daemon.cc (main): Fix warning message when running
      as root without `--build-users-group'.

commit 6221db61f5c722c49c78827a8dcef13d83252409
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 9 12:14:23 2013 +0100

    guix-daemon: Rename `--build-cores' for consistency with `guix-build'.
    
    * nix/nix-daemon/guix-daemon.cc (options): Change `--build-cores' to
      `--cores', and `-C' to `-c'.
      (parse_opt): Adjust accordingly.

commit 784bb1f37bfe7efd0c31fdcf207b0459f4edc7bf
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 9 08:38:57 2013 +0100

    derivations: Fix `derivation-prerequisites-to-build' when outputs are there.
    
    Before it would list inputs not built, even if the outputs of the given
    derivation were already available.
    
    * guix/derivations.scm (derivation-prerequisites-to-build): Add
      `outputs' keyword parameter.
      [built?, derivation-built?]: New procedures.
      [loop]: Add `sub-drvs' parameter.  Use `derivation-built?' to check if
      the SUB-DRVS of DRV are built before checking its inputs.

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

Summary of changes:
 doc/guix.texi                 |  223 ++++++++++++++++++++++++++++++++++++++++-
 guix/derivations.scm          |   54 +++++++---
 nix/nix-daemon/guix-daemon.cc |    8 +-
 tests/derivations.scm         |   38 +++++++
 4 files changed, 300 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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