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-650-gd937216


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-650-gd937216
Date: Thu, 24 Jul 2014 21:02:34 +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  d9372161ef7ab6979f5dc1d92ad59acb5660bb3b (commit)
       via  1dac85663858c8323a0d2483fb675aa5820d4d0e (commit)
       via  0a90af153199b03deced53da7ef7f50f0e561f80 (commit)
       via  7ab44369b34a23e5d22ac51b7fbfe31c0de9fbfd (commit)
       via  47b73c34f0ac1fbe2cacb9233e7e41cdcfef9caf (commit)
      from  da9c810280c66b3c71699131fb09820cd0b275cf (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 d9372161ef7ab6979f5dc1d92ad59acb5660bb3b
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 23:01:55 2014 +0200

    services: xorg: Honor ~/.xsession.
    
    * gnu/services/xorg.scm (xinitrc): Attempt to execute ~/.xsession.

commit 1dac85663858c8323a0d2483fb675aa5820d4d0e
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 22:45:24 2014 +0200

    install: Add a configuration template to the image.
    
    * gnu/system/os-config.tmpl: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it
    * gnu/system/install.scm (configuration-template-service): New
      procedure.
      (installation-services): Call it.
    * doc/guix.texi (System Installation): Mention
      configuration-template.scm, and @include gnu/system/os-config.tmpl.

commit 0a90af153199b03deced53da7ef7f50f0e561f80
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 22:27:35 2014 +0200

    monads: Add 'interned-file'.
    
    * guix/monads.scm (interned-file): New procedure.
    * tests/monads.scm ("interned-file"): New test.
    * doc/guix.texi (The Store Monad): Document it.

commit 7ab44369b34a23e5d22ac51b7fbfe31c0de9fbfd
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 19:47:48 2014 +0200

    doc: Recommend partition labels.
    
    * doc/guix.texi (System Installation): Recommend partition labels.

commit 47b73c34f0ac1fbe2cacb9233e7e41cdcfef9caf
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 19:38:50 2014 +0200

    services: xorg: Remove /var/run/slim.lock when starting.
    
    Reported by Mark H. Weaver.
    
    * gnu/services/xorg.scm (slim-service)[start]: Remove /var/run/slim.lock
      before starting 'slim'.

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

Summary of changes:
 doc/guix.texi             |   47 +++++++++++++++++++++++++++++---------------
 gnu-system.am             |    1 +
 gnu/services/xorg.scm     |   20 ++++++++++++++----
 gnu/system/install.scm    |   24 +++++++++++++++++++++++
 gnu/system/os-config.tmpl |   31 +++++++++++++++++++++++++++++
 guix/monads.scm           |   13 ++++++++++++
 tests/monads.scm          |   10 +++++++++
 7 files changed, 125 insertions(+), 21 deletions(-)
 create mode 100644 gnu/system/os-config.tmpl


hooks/post-receive
-- 
guix source archive



reply via email to

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