guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (0bc2d3e -> a811bca)


From: Ludovic Courtès
Subject: branch master updated (0bc2d3e -> a811bca)
Date: Fri, 13 Jul 2018 11:28:46 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  0bc2d3e   gnu: Add ddclient.
       new  bc6e291   guix package: Use relative symlinks to generations.
       new  2ca299c   Add (guix inferior) and (guix scripts repl).
       new  dc733e6   pull: Use (guix inferior) to display new and upgraded 
packages.
       new  bca302c   pull: Display new/upgraded packages upon completion.
       new  f6c8771   gnu: Add cppzmq.
       new  a811bca   gnu: Add miniupnpc-monero.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                 |   3 +
 doc/guix.texi               |  59 +++++++++++++
 gnu/packages/networking.scm |  30 +++++++
 gnu/packages/upnp.scm       |  46 ++++++++++
 guix/inferior.scm           | 197 +++++++++++++++++++++++++++++++++++++++++++
 guix/profiles.scm           |   2 +-
 guix/scripts/package.scm    |   2 +-
 guix/scripts/pull.scm       | 140 ++++++++++++++++++++++++++++---
 guix/scripts/repl.scm       | 199 ++++++++++++++++++++++++++++++++++++++++++++
 tests/guix-package.sh       |  12 ++-
 tests/inferior.scm          |  69 +++++++++++++++
 11 files changed, 743 insertions(+), 16 deletions(-)
 create mode 100644 guix/inferior.scm
 create mode 100644 guix/scripts/repl.scm
 create mode 100644 tests/inferior.scm



reply via email to

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