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.7-688-gd2e5963


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-688-gd2e5963
Date: Thu, 06 Nov 2014 23:01:43 +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  d2e59637e37c00b9a9b6273693a68acf6dcc9493 (commit)
       via  f703413e41d7cdfbffef841bc03826175cbe71a3 (commit)
       via  e30442b53b6328a45d91ce9ef8e9d3d29ff2a5a9 (commit)
       via  41d07f5e98ffeb7230bff71a760177cbc5d8f6e7 (commit)
       via  3c1f0e3b996ff80aa6fffd572cdee6a95c2b97a5 (commit)
       via  263d05be8ddf0cbb0437a255cc45ca0e878167ae (commit)
       via  c8af8572bf05f86989d6d576b1a73d6167de5125 (commit)
      from  50fe945c01e6829d34258ffefc4a5a9d68a908bd (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 d2e59637e37c00b9a9b6273693a68acf6dcc9493
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 23:54:27 2014 +0100

    services: xorg: Allow users to specify a list of resolutions.
    
    * gnu/services/xorg.scm (xorg-start-command): Add #:resolutions
      parameter and 'screen-section' procedure.  Use it.
    * doc/guix.texi (X Window): Adjust accordingly.

commit f703413e41d7cdfbffef841bc03826175cbe71a3
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 23:20:53 2014 +0100

    services: xorg: Allow users to specify the drivers to use.
    
    * gnu/services/xorg.scm (xorg-start-command): Add #:drivers parameter.
      Add 'device-section' procedure, and use it in 'xserver.conf'.
    * doc/guix.texi (X Window): Document it.

commit e30442b53b6328a45d91ce9ef8e9d3d29ff2a5a9
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 23:54:39 2014 +0100

    services: xorg: Fix typo in xserver.conf.
    
    * gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add missing
      double-quote in AllowMouseOpenFail.

commit 41d07f5e98ffeb7230bff71a760177cbc5d8f6e7
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 23:57:38 2014 +0100

    gnu: Add xf86-video-modesetting.
    
    * gnu/packages/xorg.scm (xf86-video-modesetting): New variable.
    * gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add
      ModulePath line for XF86-VIDEO-MODESETTING, commented out.

commit 3c1f0e3b996ff80aa6fffd572cdee6a95c2b97a5
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 22:58:12 2014 +0100

    vm: Factorize common QEMU options.
    
    * gnu/system/vm.scm (common-qemu-options): New procedure.
      (system-qemu-image/shared-store-script): Use it.

commit 263d05be8ddf0cbb0437a255cc45ca0e878167ae
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 19:26:27 2014 +0100

    vm: Remove unused procedure.
    
    * gnu/system/vm.scm (input->name+output): Remove.  Its last user
      disappeared in commit b53833b.

commit c8af8572bf05f86989d6d576b1a73d6167de5125
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 6 18:00:51 2014 +0100

    tests: Avoid Bash extension in 'tests/guix-lint.sh'.
    
    * tests/guix-lint.sh: Remove redundant and non-portable 'export'.

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

Summary of changes:
 doc/guix.texi         |   13 ++++++++++++
 gnu/packages/xorg.scm |   28 +++++++++++++++++++++++++++
 gnu/services/xorg.scm |   50 ++++++++++++++++++++++++++++++++++++++++++++----
 gnu/system/vm.scm     |   46 ++++++++++++++------------------------------
 tests/guix-lint.sh    |    2 +-
 5 files changed, 102 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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