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-293-g10d86d5


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-293-g10d86d5
Date: Sat, 31 May 2014 20:26:58 +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  10d86d54f05ab8e1ed98cd2f29af9f1864fc7316 (commit)
       via  fc91c17aa8046feeed0cce9fbac1d2ffbc723331 (commit)
       via  548d4c139561b2da769561905f3f8134a11bb2d4 (commit)
       via  52322163ac4b730a62af67549583d89ee496aeff (commit)
      from  1bb784ea05b2eeac13f7355ae2f51fbd302a36b7 (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 10d86d54f05ab8e1ed98cd2f29af9f1864fc7316
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 31 22:15:06 2014 +0200

    hydra: Build the installation image.
    
    * build-aux/hydra/gnu-system.scm (demo-os): New procedure.
      (qemu-jobs): Build for both x86_64-linux and i686-linux.  Add
      'usb-image' job that builds INSTALLATION-OS.

commit fc91c17aa8046feeed0cce9fbac1d2ffbc723331
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 31 22:13:33 2014 +0200

    Add (gnu system install).
    
    * gnu/system/install.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.

commit 548d4c139561b2da769561905f3f8134a11bb2d4
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 31 22:01:05 2014 +0200

    system: Add 'issue' field.
    
    * gnu/system.scm (<operating-system>)[issue]: New field.
      (%default-issue): New variable.
      (etc-directory): Add #:issue parameter and honor it.
      (operating-system-etc-directory): Adjust call accordingly.
    * build-aux/hydra/demo-os.scm: Add 'issue' field.

commit 52322163ac4b730a62af67549583d89ee496aeff
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 31 19:16:50 2014 +0200

    system: Add more options for 'mingetty-service'.
    
    * gnu/services/base.scm (mingetty-service): Add #:auto-login,
      #:login-program, and #:login-pause? parameters and honor them.

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

Summary of changes:
 build-aux/hydra/demo-os.scm    |   13 ++++
 build-aux/hydra/gnu-system.scm |   32 ++++++---
 gnu-system.am                  |    1 +
 gnu/services/base.scm          |   37 +++++++++-
 gnu/system.scm                 |   20 +++---
 gnu/system/install.scm         |  150 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 230 insertions(+), 23 deletions(-)
 create mode 100644 gnu/system/install.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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