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.6-449-g8a6d273


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-449-g8a6d273
Date: Thu, 26 Jun 2014 22:12:49 +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  8a6d273137a1485da2ba4c76c41e40c81f8f2f30 (commit)
       via  b25937e318f0cfc43a4dded2fd9dca759bfc4ea1 (commit)
       via  f01efec09a1eaa5308493eee830e827caf494eb4 (commit)
       via  c1202fb1f9b805e7c7151e3d34bd4f86c86acd75 (commit)
      from  80b77646a4af6073bb4a4e92f5d416716da20704 (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 8a6d273137a1485da2ba4c76c41e40c81f8f2f30
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 00:11:38 2014 +0200

    system: Adjust the set of fields with default values.
    
    * gnu/system.scm (<operating-system>)[file-systems]: Remove default.
      [locale]: Add default value.

commit b25937e318f0cfc43a4dded2fd9dca759bfc4ea1
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 00:06:46 2014 +0200

    guix system: Add 'reconfigure' action.
    
    * guix/scripts/system.scm (%system-profile): New variable.
      (switch-to-system, previous-grub-entries): New procedures.
      (unless-file-not-found): New macro.
      (show-help): Add 'reconfigure'.
      (guix-system): Handle it.
    * gnu/system.scm: Export 'operating-system-activation-script'.
    * doc/guix.texi (Invoking guix system): Document it.

commit f01efec09a1eaa5308493eee830e827caf494eb4
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 26 23:31:17 2014 +0200

    activation: Preserve /etc/groups upon reboots.
    
    This is a followup to e2fcc23.  The /etc/group file would be cleared
    when booting.
    
    * guix/build/activation.scm (activate-users+groups)[touch]: Rewrite so
      it does not wipe out FILE's contents.

commit c1202fb1f9b805e7c7151e3d34bd4f86c86acd75
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 26 22:23:36 2014 +0200

    guix {system,offload}: Improve reporting of syntax errors.
    
    * guix/scripts/system.scm (read-operating-system) <catch handler>: Add
      case for 'syntax-error'.  Correct message for default case.
    * guix/scripts/offload.scm (build-machines) <catch handler>: Add case
      for 'syntax-error'.
    * tests/guix-system.sh: New file.
    * Makefile.am (SH_TESTS): Add it.

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

Summary of changes:
 Makefile.am                                |    1 +
 doc/guix.texi                              |   12 +++
 gnu/system.scm                             |    7 +-
 guix/build/activation.scm                  |    2 +-
 guix/scripts/offload.scm                   |    4 +
 guix/scripts/system.scm                    |  131 +++++++++++++++++++++++-----
 tests/{guix-download.sh => guix-system.sh} |   31 ++++---
 7 files changed, 149 insertions(+), 39 deletions(-)
 copy tests/{guix-download.sh => guix-system.sh} (57%)


hooks/post-receive
-- 
guix source archive



reply via email to

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