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.5-108-g4aeea89


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-108-g4aeea89
Date: Mon, 13 Jan 2014 20:36:36 +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  4aeea896f8de7c1643c9462b2080ff84314afc79 (commit)
       via  c73d4c9276ea15b326923e46ca8eb02f410fa45c (commit)
       via  3e424f2541fc4c9ff972f3d0009266280dd6b5de (commit)
       via  eb9a9feefdcf1ea602468fa6fbbfa1ea0539dee9 (commit)
       via  8fa3e6b338fa9e2534ea971269ac2d3ed49a305b (commit)
       via  6869e5c90c3d7861150dba96fc97ee87892da83f (commit)
       via  40d806afae296c22a4e5abf48f1c2f0a709c21b1 (commit)
      from  d50f242d508c256cf943d1d5207faaceab3ec8bb (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 4aeea896f8de7c1643c9462b2080ff84314afc79
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 21:32:39 2014 +0100

    gnu: Rename (gnu packages system) to (gnu packages admin).
    
    * gnu/packages/system.scm: Rename to...
    * gnu/packages/admin.scm: ... this.  Adjust module name accordingly.
    * gnu-system.am (GNU_SYSTEM_MODULES): Update.

commit c73d4c9276ea15b326923e46ca8eb02f410fa45c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 21:27:57 2014 +0100

    gnu: Add ISC's DHCP implementation.
    
    * gnu/packages/system.scm (isc-dhcp): New variable.

commit 3e424f2541fc4c9ff972f3d0009266280dd6b5de
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 18:53:26 2014 +0100

    gnu: Add libtirpc.
    
    * gnu/packages/onc-rpc.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.

commit eb9a9feefdcf1ea602468fa6fbbfa1ea0539dee9
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 18:51:07 2014 +0100

    guix package: Gracefully handle EPIPE on '--search'.
    
    * guix/scripts/package.scm (guix-package): Wrap body of 'search' in
      'leave-on-EPIPE'.

commit 8fa3e6b338fa9e2534ea971269ac2d3ed49a305b
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 18:49:26 2014 +0100

    ui: Don't use hyphens in 'package->recutils' output.
    
    * guix/ui.scm (package->recutils): Rename recutils field from
      'home-page' to 'homepage'.

commit 6869e5c90c3d7861150dba96fc97ee87892da83f
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 18:47:59 2014 +0100

    gnu: Add aumix.
    
    * gnu/packages/linux.scm (aumix): New variable.

commit 40d806afae296c22a4e5abf48f1c2f0a709c21b1
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 13 18:47:31 2014 +0100

    gnu: Add GnuPG's pinentry.
    
    * gnu/packages/gnupg.scm (pinentry): New variable.

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

Summary of changes:
 gnu-system.am                          |    5 +-
 gnu/packages/{system.scm => admin.scm} |   89 +++++++++++++++++++++++++++++++-
 gnu/packages/gnupg.scm                 |   31 +++++++++++-
 gnu/packages/linux.scm                 |   23 ++++++++-
 gnu/packages/onc-rpc.scm               |   55 ++++++++++++++++++++
 guix/scripts/package.scm               |    5 +-
 guix/ui.scm                            |    8 ++-
 7 files changed, 206 insertions(+), 10 deletions(-)
 rename gnu/packages/{system.scm => admin.scm} (76%)
 create mode 100644 gnu/packages/onc-rpc.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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