[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.5-268-g9038298
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.5-268-g9038298 |
Date: |
Wed, 19 Feb 2014 21:30:28 +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 9038298cbf645cc85ab85e5fe47cab9737a15c50 (commit)
via 0b14d1d7e36eb9b4fa38898d2a1e7e414cbbe735 (commit)
via 8b198abecde8c846eaa464ac1b41cbc18556b5e8 (commit)
via db4fdc04cc05495788ee54ae25baf8cd056917dc (commit)
via 7fe492e8d956de17ad2af2ed0d1843a745d06e17 (commit)
from 75475ff7285b0a3fde54b0f8625da82bd8ba4f8e (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 9038298cbf645cc85ab85e5fe47cab9737a15c50
Author: Ludovic Courtès <address@hidden>
Date: Wed Feb 19 21:30:16 2014 +0100
gnu: Add /etc/shells.
* gnu/system.scm (etc-directory): Add /etc/shells.
commit 0b14d1d7e36eb9b4fa38898d2a1e7e414cbbe735
Author: Ludovic Courtès <address@hidden>
Date: Wed Feb 19 21:10:12 2014 +0100
gnu: vm: Remove '%demo-operating-system'.
* gnu/system/vm.scm (%demo-operating-system): Remove.
(system-qemu-image, system-qemu-image/shared-store,
system-qemu-image/shared-store-script): Adjust accordingly.
commit 8b198abecde8c846eaa464ac1b41cbc18556b5e8
Author: Ludovic Courtès <address@hidden>
Date: Wed Feb 19 21:08:28 2014 +0100
gnu: Define '%base-services'.
* gnu/services/base.scm (%base-services): New variable.
* gnu/system.scm (<operating-system>)[services]: Change the default
value to %BASE-SERVICES.
* doc/guix.texi (Using the Configuration System): Change
'%standard-services' to '%base-services'.
commit db4fdc04cc05495788ee54ae25baf8cd056917dc
Author: Ludovic Courtès <address@hidden>
Date: Wed Feb 19 20:58:24 2014 +0100
gnu: Introduce the (gnu services ...) modules.
* gnu/system/dmd.scm: Remove file. Move contents to...
* gnu/services.scm, gnu/services/base.scm, gnu/services/dmd.scm,
gnu/services/networking.scm, gnu/services/xorg.scm: ... here. New
files.
* gnu/system.scm, gnu/system/vm.scm: Adjust accordingly.
* guix/scripts/system.scm (%user-module): Likewise.
* doc/guix.texi (Using the Configuration System): Likewise.
(Defining Services): Likewise.
commit 7fe492e8d956de17ad2af2ed0d1843a745d06e17
Author: Ludovic Courtès <address@hidden>
Date: Wed Feb 19 16:43:25 2014 +0100
gnu: bigloo: Upgrade to 4.1a.
* gnu/packages/scheme.scm (bigloo): Upgrade to 4.1a.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 13 +-
gnu-system.am | 11 +-
gnu/packages/patches/bigloo-gc-shebangs.patch | 4 +-
gnu/packages/scheme.scm | 9 +-
gnu/services.scm | 62 ++++
gnu/services/base.scm | 191 ++++++++++
gnu/services/dmd.scm | 77 ++++
gnu/services/networking.scm | 80 +++++
gnu/services/xorg.scm | 186 ++++++++++
gnu/system.scm | 28 +-
gnu/system/dmd.scm | 470 -------------------------
gnu/system/vm.scm | 38 +--
guix/scripts/system.scm | 2 +-
13 files changed, 634 insertions(+), 537 deletions(-)
create mode 100644 gnu/services.scm
create mode 100644 gnu/services/base.scm
create mode 100644 gnu/services/dmd.scm
create mode 100644 gnu/services/networking.scm
create mode 100644 gnu/services/xorg.scm
delete mode 100644 gnu/system/dmd.scm
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.5-268-g9038298,
Ludovic Courtès <=