[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (e3f755f -> 47c0f92)
From: |
Ludovic Courtès |
Subject: |
branch master updated (e3f755f -> 47c0f92) |
Date: |
Mon, 01 Feb 2016 09:12:58 +0000 |
civodul pushed a change to branch master
in repository guix.
from e3f755f gnu: Add pinball.
new ff853a2 build: Use the right section and source for man pages.
new efdcb6f install: Make it clear that we refer to the root by label.
new 629a064 guix build: Transformations operate on single objects.
new ccd7158 doc: Add subsections to 'Invoking guix build'.
new 88ad6de guix build: Separate transformation options.
new b8638f0 guix package: Support package transformation options.
new 689b658 build: Really enable Guile warnings.
new a4db2dd build: Remove semicolons from Guile warnings.
new f0907d9 build-system/python: Use 'ensure-keyword-arguments'.
new 47c0f92 guix build: Add '--with-input'.
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:
Makefile.am | 1 +
build-aux/compile-all.scm | 20 ++-
doc.am | 6 +-
doc/guix.texi | 405 +++++++++++++++++++++++++-----------------
gnu/system/install.scm | 3 +-
guix/build-system/python.scm | 13 +-
guix/scripts/build.scm | 211 +++++++++++++++-------
guix/scripts/package.scm | 16 ++-
tests/guix-build.sh | 14 ++-
tests/scripts-build.scm | 88 +++++++++
10 files changed, 522 insertions(+), 255 deletions(-)
create mode 100644 tests/scripts-build.scm
- branch master updated (e3f755f -> 47c0f92),
Ludovic Courtès <=
- 02/10: install: Make it clear that we refer to the root by label., Ludovic Courtès, 2016/02/01
- 01/10: build: Use the right section and source for man pages., Ludovic Courtès, 2016/02/01
- 06/10: guix package: Support package transformation options., Ludovic Courtès, 2016/02/01
- 07/10: build: Really enable Guile warnings., Ludovic Courtès, 2016/02/01
- 08/10: build: Remove semicolons from Guile warnings., Ludovic Courtès, 2016/02/01
- 05/10: guix build: Separate transformation options., Ludovic Courtès, 2016/02/01
- 04/10: doc: Add subsections to 'Invoking guix build'., Ludovic Courtès, 2016/02/01
- 03/10: guix build: Transformations operate on single objects., Ludovic Courtès, 2016/02/01
- 09/10: build-system/python: Use 'ensure-keyword-arguments'., Ludovic Courtès, 2016/02/01
- 10/10: guix build: Add '--with-input'., Ludovic Courtès, 2016/02/01