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-510-g9ca7eaa


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-510-g9ca7eaa
Date: Wed, 09 Jul 2014 22:35:33 +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  9ca7eaa134088c0a3e0b4f53fca84a5b82c8f8ec (commit)
       via  a94546ecc46b15d68764a8d3c859315c18010bb4 (commit)
       via  ed09bb11cdd3454c00caf10615fac3cdd1791d55 (commit)
       via  971436c6bdbeb68cbcc89437cb30b3be61ccae7a (commit)
       via  8dbab7125a86481531fa0d92e9166c8475ddc8ac (commit)
       via  0adb027b27fc3a7ca983c90ab42d8c90a96a0a09 (commit)
       via  378377eb43ababb877d27324f181ecf613c74459 (commit)
      from  8fd3de0bbb5abac76d8dcb792a3be61179b2bf2c (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 9ca7eaa134088c0a3e0b4f53fca84a5b82c8f8ec
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 10 00:34:33 2014 +0200

    gnu: linux-libre: Strip everything with '--strip-all'.
    
    * gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.

commit a94546ecc46b15d68764a8d3c859315c18010bb4
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 10 00:31:31 2014 +0200

    gnu: linux-libre: Add i686 and x86_64 full-blown configs.
    
    Thanks to Jason Self <address@hidden> for the kernel configs.
    
    * gnu/packages/linux.scm (kernel-config): New procedure.
      (linux-libre)[build-phase]: Copy it to .config.  Reduce the list of
      things appended to .config.
      [native-inputs]: Add "kconfig" input.
    * gnu/packages/linux-libre-i686.conf,
      gnu/packages/linux-libre-x86_64.conf: New files, from
      <http://jxself.org/x86-32.txt> and <http://jxself.org/x86-64.txt>.
    * Makefile.am (KCONFIGS): New variable.
      (nobase_dist_guilemodule_DATA): Add it.

commit ed09bb11cdd3454c00caf10615fac3cdd1791d55
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 10 00:20:57 2014 +0200

    services: udev: Improve synchronization when starting.
    
    * gnu/services/base.scm (udev-service)[start]: Add 'wait-for-udevd', and
      call it before running 'udevadm trigger'.  Pass --action=add to
      'udevadm trigger'.  Call 'udevadm settle' after 'udevadm trigger'.

commit 971436c6bdbeb68cbcc89437cb30b3be61ccae7a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 9 23:55:33 2014 +0200

    services: xorg: Remove optional sections from xorg.conf.
    
    * gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Remove
      sections "Monitor", "InputClass", "ServerLayout", "Device", and
      "Screen".

commit 8dbab7125a86481531fa0d92e9166c8475ddc8ac
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 9 23:53:35 2014 +0200

    services: xorg: Require 'udev'.
    
    * gnu/services/xorg.scm: Add 'udev' to the 'requirement' field.

commit 0adb027b27fc3a7ca983c90ab42d8c90a96a0a09
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 9 23:52:49 2014 +0200

    services: xorg: Add drivers to the default search path.
    
    * gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add
      'ModulePath' entries for xf86-video-{fbdev,cirrus,intel,mach64,nv} and
      xf86-input-{synaptics,vmmouse}.

commit 378377eb43ababb877d27324f181ecf613c74459
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 9 23:51:19 2014 +0200

    services: xorg: Fix typo in font path.
    
    * gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Fix typo in
      font path.

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

Summary of changes:
 Makefile.am                          |    6 +-
 build-aux/hydra/demo-os.scm          |    6 +-
 gnu/packages/linux-libre-i686.conf   | 7810 ++++++++++++++++++++++++++++++++++
 gnu/packages/linux-libre-x86_64.conf | 7600 +++++++++++++++++++++++++++++++++
 gnu/packages/linux.scm               |   77 +-
 gnu/services/base.scm                |   26 +-
 gnu/services/xorg.scm                |   40 +-
 7 files changed, 15501 insertions(+), 64 deletions(-)
 create mode 100644 gnu/packages/linux-libre-i686.conf
 create mode 100644 gnu/packages/linux-libre-x86_64.conf


hooks/post-receive
-- 
guix source archive



reply via email to

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