[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (ab466d7 -> da03649)
From: |
Ludovic Courtès |
Subject: |
branch master updated (ab466d7 -> da03649) |
Date: |
Thu, 20 Jul 2017 05:57:20 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from ab466d7 gnu: Add eolie.
new 6158309 gnu: Update g-wrap to use guile-2.2.
new 742242a gnu: Add address@hidden
new c97cef0 gnu: Add premake4.
new ed419fa vm: Add a <virtual-machine> type and associated gexp
compiler.
new 8b11379 tests: Use 'virtual-machine' records instead of monadic
procedures.
new da03649 profiles: Remove workaround for an old Guile 'scandir'
bug.
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:
gnu/packages/build-tools.scm | 35 ++++
gnu/packages/guile.scm | 22 +--
gnu/packages/java.scm | 25 +++
gnu/system/vm.scm | 70 +++++++-
gnu/tests/base.scm | 310 +++++++++++++++++-----------------
gnu/tests/dict.scm | 165 +++++++++---------
gnu/tests/mail.scm | 388 +++++++++++++++++++++----------------------
gnu/tests/messaging.scm | 198 +++++++++++-----------
gnu/tests/networking.scm | 95 +++++------
gnu/tests/nfs.scm | 140 ++++++++--------
gnu/tests/ssh.scm | 268 +++++++++++++++---------------
gnu/tests/web.scm | 125 +++++++-------
guix/profiles.scm | 34 ----
13 files changed, 985 insertions(+), 890 deletions(-)
- branch master updated (ab466d7 -> da03649),
Ludovic Courtès <=
- 01/06: gnu: Update g-wrap to use guile-2.2., Ludovic Courtès, 2017/07/20
- 02/06: gnu: Add address@hidden, Ludovic Courtès, 2017/07/20
- 04/06: vm: Add a <virtual-machine> type and associated gexp compiler., Ludovic Courtès, 2017/07/20
- 03/06: gnu: Add premake4., Ludovic Courtès, 2017/07/20
- 06/06: profiles: Remove workaround for an old Guile 'scandir' bug., Ludovic Courtès, 2017/07/20
- 05/06: tests: Use 'virtual-machine' records instead of monadic procedures., Ludovic Courtès, 2017/07/20