guix-commits
[Top][All Lists]
Advanced

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

branch master updated (b60e9fb -> 0ae735b)


From: guix-commits
Subject: branch master updated (b60e9fb -> 0ae735b)
Date: Thu, 7 Mar 2019 14:47:09 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

      from  b60e9fb   gnu: fuseiso: Fix typo in description.
       new  f6f67b8   system: Add (gnu system accounts).
       new  6061d01   activation: Operate on <user-account> and <user-group> 
records.
       new  ec600e4   Add (gnu build accounts).
       new  0ae735b   activation: Build account databases with (gnu build 
accounts).

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am              |   1 +
 gnu/build/accounts.scm   | 561 +++++++++++++++++++++++++++++++++++++++++++++++
 gnu/build/activation.scm | 247 ++++-----------------
 gnu/build/install.scm    |   3 +-
 gnu/local.mk             |   2 +
 gnu/system/accounts.scm  | 109 +++++++++
 gnu/system/shadow.scm    |  96 ++++----
 tests/accounts.scm       | 309 ++++++++++++++++++++++++++
 8 files changed, 1064 insertions(+), 264 deletions(-)
 create mode 100644 gnu/build/accounts.scm
 create mode 100644 gnu/system/accounts.scm
 create mode 100644 tests/accounts.scm



reply via email to

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