guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (42dcfca -> 36175a3)


From: guix-commits
Subject: branch staging updated (42dcfca -> 36175a3)
Date: Sat, 6 Jul 2019 19:19:42 -0400 (EDT)

mbakke pushed a change to branch staging
in repository guix.

      from  42dcfca   Merge branch 'master' into staging
      adds  2ca4103   gexp: Add 'lower-gexp' and express 'gexp->derivation' in 
terms of it.
      adds  92a4087   Add (guix repl).
      adds  d0ffa32   inferior: Add 'read-repl-response'.
      adds  9d8ab80   Add (guix remote).
      adds  b9fcf0c   pack: 'docker' backend records the profile's search paths.
      adds  dea6293   pack: 'squashfs' backend records the profile's search 
paths.
      adds  fb236fd   gnu: Add python-notify2, python2-notify2.
      adds  dd85eca   gnu: Add python2-pyroute2.
      adds  6609ebe   gnu: Add python2-zeroconf.
      adds  e2332de   gnu: Add pulseaudio-dlna.
      adds  e3750dc   gnu: Add sbcl-lisp-namespace.
      adds  9526af9   gnu: Add sbcl-trivial-cltl2.
      adds  f4a7653   gnu: Add sbcl-introspect-environment.
      adds  b0c1007   gnu: Add sbcl-type-i.
      adds  f1eb796   gnu: Add sbcl-optima.
      adds  41c42e1   gnu: Add sbcl-fare-quasiquote.
      adds  b723149   gnu: Add sbcl-fare-quasiquote-readtable.
      adds  5163929   gnu: Add sbcl-trivia.level0.
      adds  e4e84e3   gnu: Add sbcl-trivia.level1.
      adds  49df8a0   gnu: Add sbcl-trivia.level2.
      adds  02a8324   gnu: Add sbcl-trivia.trivial.
      adds  9d450c6   gnu: Add sbcl-trivia.balland2006.
      adds  3706c0a   gnu: Add sbcl-trivia.ppcre.
      adds  9b5e5ea   gnu: Add sbcl-trivia.quasiquote.
      adds  9d4e422   gnu: Add sbcl-trivia.cffi.
      adds  87850c0   gnu: Add sbcl-trivia.
      adds  b1510fd   derivations: 'derivation-build-plan' recurses on 
substituables.
      adds  d74392a   derivations: Simplify 'substitution-oracle'.
      adds  728a4ab   store: 'run-with-store' gracefully deals with #f store.
      adds  4add773   gnu: patchwork: Update to 2.1.4.
      adds  e48f80c   gnu: Add qlogo.
      adds  1d8d87d   gnu: sbcl-iolib: Add CFFI to list of inputs and fix 
spacing.
      adds  c51db1d   gnu: sbcl-closure-common: Use official home-page.
      adds  075e322   gnu: Add sbcl-cxml+xml.
      adds  53270eb   gnu: Add sbcl-cxml+dom.
      adds  d22b47a   gnu: Add sbcl-cxml+klacks.
      adds  9a08c0a   gnu: Add sbcl-cxml+test.
      adds  4f54138   gnu: Add sbcl-cxml.
      adds  57f815c   gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically.
      adds  ec98254   gnu: Add sbcl-cl-xmlspam.
      adds  7af213f   gnu: Add sbcl-dbus.
      adds  b35af24   gnu: nanopolish: Update to 0.11.1-1.6331dc4.
      adds  eafd039   gnu: hugin: Build against Exiv2 0.26.
      adds  1aa026a   gnu: emacsy: Remove big 'texlive' dependency.
      adds  6b4a431   Revert "gnu: Add sbcl-dbus."
      adds  cce7b03   Revert "gnu: Add sbcl-cl-xmlspam."
      adds  a9b09ed   ssh: Add 'identity' keyword to 'open-ssh-session'.
      adds  fa9edf0   gnu: Add machine type for deployment specifications.
      adds  5cbb832   Add 'guix deploy'.
      adds  02a962c   doc: Add section for 'guix deploy'.
      adds  c356e5f   gnu: grammalecte: Update to 1.2.
      adds  935e79a   linux-container: Mount a new /dev/pts instance in the 
container.
      adds  403f218   gnu: wine-staging: Update to 4.12.
      adds  d9e6217   channels: Simplify 'channel-instances->manifest'.
      adds  c3ab921   ci: 'channel-build-system' honors the target system.
      adds  8dfb0c9   tests: encrypted-root-os: Increase root partition size.
      adds  834b8a4   Remove references to non-existent 'tests/machine.scm'.
      adds  5bef0f1   gnu: python-olefile: Update to 0.46.
      adds  e39d493   gnu: python-setuptools: Update to 41.0.1.
      adds  e9cb6ed   gnu: python-soupsieve: Update to 1.9.2.
      adds  f4d562b   gnu: libraw: Update to 0.19.3.
      adds  f1818f9   gnu: jsoncpp: Fetch sources through git.
      adds  4ed252c   gnu: jsoncpp: Update to 1.9.0.
      adds  c72647f   gnu: xpad: Build against gtksourceview@3.
       new  36175a3   Merge branch 'master' into staging

The 1 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                   | 114 +++++++++
 gnu/build/linux-container.scm   |   7 +-
 gnu/ci.scm                      |   6 +-
 gnu/local.mk                    |   6 +-
 gnu/machine.scm                 | 107 +++++++++
 gnu/machine/ssh.scm             | 369 +++++++++++++++++++++++++++++
 gnu/packages/bioinformatics.scm |   6 +-
 gnu/packages/dictionaries.scm   |   4 +-
 gnu/packages/gnome.scm          |   2 +-
 gnu/packages/guile-xyz.scm      |   2 +-
 gnu/packages/image.scm          |  30 ++-
 gnu/packages/lisp.scm           | 501 +++++++++++++++++++++++++++++++++++++++-
 gnu/packages/logo.scm           |  71 ++++++
 gnu/packages/patchutils.scm     |   4 +-
 gnu/packages/photo.scm          |   8 +-
 gnu/packages/pulseaudio.scm     |  58 +++++
 gnu/packages/python-xyz.scm     | 118 +++++++++-
 gnu/packages/serialization.scm  |  14 +-
 gnu/packages/wine.scm           |   6 +-
 gnu/tests/docker.scm            |  18 +-
 gnu/tests/install.scm           |   2 +-
 gnu/tests/singularity.scm       |  18 +-
 guix/channels.scm               |  43 ++--
 guix/derivations.scm            | 115 ++++-----
 guix/docker.scm                 |  17 +-
 guix/gexp.scm                   | 240 ++++++++++++++-----
 guix/inferior.scm               |   9 +-
 guix/remote.scm                 | 134 +++++++++++
 guix/repl.scm                   |  86 +++++++
 guix/scripts/deploy.scm         |  84 +++++++
 guix/scripts/pack.scm           |  64 ++++-
 guix/scripts/repl.scm           |  56 +----
 guix/ssh.scm                    |  10 +-
 guix/store.scm                  |  11 +-
 guix/ui.scm                     |  15 +-
 po/guix/POTFILES.in             |   2 +
 tests/derivations.scm           |  29 +++
 tests/gexp.scm                  |  37 +++
 39 files changed, 2148 insertions(+), 278 deletions(-)
 create mode 100644 gnu/machine.scm
 create mode 100644 gnu/machine/ssh.scm
 create mode 100644 gnu/packages/logo.scm
 create mode 100644 guix/remote.scm
 create mode 100644 guix/repl.scm
 create mode 100644 guix/scripts/deploy.scm



reply via email to

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