guix-commits
[Top][All Lists]
Advanced

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

branch master updated (ba981db -> fcc58db)


From: Ludovic Courtès
Subject: branch master updated (ba981db -> fcc58db)
Date: Wed, 17 Jun 2015 22:36:23 +0000

civodul pushed a change to branch master
in repository guix.

      from  ba981db   gnu: guix: Update snapshot.
       new  2f6d3e4   gnu: ocaml: Don't rely on (gnu packages commencement).
       new  08fa761   install: Turn off deduplication for the binary tarball.
       new  84189eb   Move 'specification->package+output' to (gnu packages).
       new  39bee8a   Add 'guix edit'.
       new  fcc58db   Add 'guix size'.

The 5 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              |    5 +-
 doc.am                   |    2 +
 doc/contributing.texi    |   28 +++++-
 doc/guix.texi            |  105 +++++++++++++++++++-
 gnu/build/install.scm    |   20 +++-
 gnu/packages.scm         |   36 +++++++-
 gnu/packages/ocaml.scm   |    7 +-
 gnu/system/install.scm   |    6 +-
 guix/scripts/archive.scm |    4 +-
 guix/scripts/edit.scm    |   79 +++++++++++++++
 guix/scripts/package.scm |   36 +-------
 guix/scripts/size.scm    |  247 ++++++++++++++++++++++++++++++++++++++++++++++
 po/guix/POTFILES.in      |    2 +
 tests/size.scm           |   87 ++++++++++++++++
 14 files changed, 608 insertions(+), 56 deletions(-)
 create mode 100644 guix/scripts/edit.scm
 create mode 100644 guix/scripts/size.scm
 create mode 100644 tests/size.scm



reply via email to

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