[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-271-ga023cca
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-271-ga023cca |
Date: |
Sun, 14 Sep 2014 21:49:24 +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 a023cca8d90cfdc7114bbdaa886c52b324075fb6 (commit)
via 4d54785c69602b0714b3f9021b9bf6a5d619d40c (commit)
via 973eea34781078091869143602d4f1dfdfd82e19 (commit)
via 7585016f53e2e8be1f82ed303ae084464422c2a8 (commit)
via 150d8e6414cad90e1da7d767251b874688e89e26 (commit)
via 5975881687edff21251f28c9d1c22fe890268863 (commit)
via 24e752c097c7a5c5f716265ae00d83317e3c7481 (commit)
from d7ab698a620873c11103fa2bd082884f0198723a (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 a023cca8d90cfdc7114bbdaa886c52b324075fb6
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 23:01:23 2014 +0200
services: Add 'dhcp-client-service'.
* gnu/services/networking.scm (dhcp-client-service): New procedure.
* doc/guix.texi (Networking Services): Document it.
commit 4d54785c69602b0714b3f9021b9bf6a5d619d40c
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 22:56:12 2014 +0200
syscalls: Add 'all-network-interfaces'.
* guix/build/syscalls.scm (network-interfaces): Update docstring.
(%interface-line): New variable.
(all-network-interfaces): New procedure.
* tests/syscalls.scm ("all-network-interfaces"): New test.
("network-interfaces"): Change to make sure the result is a subset
of (all-network-interfaces).
commit 973eea34781078091869143602d4f1dfdfd82e19
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 22:12:35 2014 +0200
syscalls: Add 'network-interface-flags'.
* guix/build/syscalls.scm (SIOCGIFFLAGS, IFF_UP, IFF_BROADCAST,
IFF_LOOPBACK, IF_NAMESIZE): New variables.
(network-interface-flags, loopback-network-interface?): New
procedures.
* tests/syscalls.scm ("network-interface-flags",
"loopback-network-interface?"): New tests.
commit 7585016f53e2e8be1f82ed303ae084464422c2a8
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 21:39:51 2014 +0200
syscalls: Add 'network-interfaces'.
* guix/build/syscalls.scm (SIOCGIFCONF, ifconf-struct,
ifreq-struct-size): New variables.
(%ioctl, bytevector->string-list, network-interfaces): New
procedures.
* tests/syscalls.scm ("network-interfaces"): New test.
commit 150d8e6414cad90e1da7d767251b874688e89e26
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 17:28:43 2014 +0200
services: static-networking-service: Wait for udev, except for loopback.
Reported by DusXMT on #guix.
* gnu/services/networking.scm (static-networking-service): Add
'requirement' field. Change 'documentation' to be a string literal.
commit 5975881687edff21251f28c9d1c22fe890268863
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 15:33:38 2014 +0200
pull: Create ~/.config/guix if needed instead of bailing out gracelessly.
Previously 'guix pull' would just fail with "No such file or directory"
if ~/.config didn't already exist.
* guix/ui.scm (config-directory): Use 'mkdir-p' instead of 'mkdir'.
Change the 'catch' handler to expect errors different from EEXIST.
commit 24e752c097c7a5c5f716265ae00d83317e3c7481
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 14 15:26:12 2014 +0200
doc: Mention audio, video, and cdrom groups more prominently.
* doc/guix.texi (User Accounts): Add the "audio", "video", and "cdrom"
groups in the example.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 11 +++-
gnu/services/networking.scm | 43 +++++++++++++-
guix/build/syscalls.scm | 137 ++++++++++++++++++++++++++++++++++++++++++-
guix/ui.scm | 13 ++--
tests/syscalls.scm | 31 +++++++++-
5 files changed, 223 insertions(+), 12 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-271-ga023cca,
Ludovic Courtès <=