guix-commits
[Top][All Lists]
Advanced

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

branch master updated (d6fb098 -> 77a1aac)


From: Ludovic Courtès
Subject: branch master updated (d6fb098 -> 77a1aac)
Date: Sat, 9 Jun 2018 06:02:37 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  d6fb098   gnu: btrfs-progs: Fix build by disabling tests.
       new  8a0d9bc   self: Produce a complete package with the 'guix' command.
       new  75e24d7   pull: Install the new Guix in a profile.
       new  9f1c355   self: Compute and use locale data.
       new  4554d4c   self: Build the Info manual.
       new  24cb66d   ui: Avoid #:select'ing bindings introduced in the latest 
(guix build utils).
       new  cdc5b93   system: Honor ~/.config/guix/current in /etc/profile.
       new  efcb444   profiles: Add '%current-profile', 
'user-friendly-profile', & co.
       new  c423ae8   packages: Add 'package-patched-vulnerabilities'.
       new  f6f2346   profiles: Add 'properties' field to manifest entries.
       new  77a1aac   pull: Record the URL, branch, and commit as a manifest 
entry property.

The 10 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:
 build-aux/build-self.scm            |  19 ++-
 build-aux/compile-as-derivation.scm |   5 +-
 doc/contributing.texi               |  10 +-
 doc/guix.texi                       |  38 ++++-
 gnu/system.scm                      |  25 +--
 guix/packages.scm                   |  28 ++++
 guix/profiles.scm                   |  68 +++++++-
 guix/scripts.scm                    |   4 +-
 guix/scripts/lint.scm               |  23 +--
 guix/scripts/package.scm            |  40 -----
 guix/scripts/pull.scm               |  97 ++++++++---
 guix/scripts/system.scm             |   2 +-
 guix/self.scm                       | 322 ++++++++++++++++++++++++++++++++----
 guix/ui.scm                         |  11 +-
 scripts/guix.in                     |  14 +-
 tests/packages.scm                  |  15 ++
 16 files changed, 540 insertions(+), 181 deletions(-)



reply via email to

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