[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d690279 -> 28de8d2)
From: |
Ludovic Courtès |
Subject: |
branch master updated (d690279 -> 28de8d2) |
Date: |
Wed, 01 Jul 2015 21:31:14 +0000 |
civodul pushed a change to branch master
in repository guix.
from d690279 gnu: powertabeditor: Replace "gcc" with "libiberty".
new cad2526 tests: Add tests for 'guix environment'.
new 6b6298a environment: Add only the specified outputs of the
dependencies.
new ce367ef environment: Add --system.
new 417c39f environment: For --ad-hoc, allow users to specify an
output.
new d70389c environment: Improve error reporting for '-l'.
new 50500f7 doc: Mention .bashrc vs. .bash_profile for 'guix
environment'.
new 28de8d2 environment: Define 'GUIX_ENVIRONMENT'.
The 7 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 +
doc/guix.texi | 32 +++++++-
gnu/system/shadow.scm | 8 ++-
guix/gexp.scm | 4 +-
guix/scripts/environment.scm | 203 ++++++++++++++++++++++++------------------
tests/guix-environment.sh | 84 +++++++++++++++++
6 files changed, 241 insertions(+), 91 deletions(-)
create mode 100644 tests/guix-environment.sh
- branch master updated (d690279 -> 28de8d2),
Ludovic Courtès <=
- 01/07: tests: Add tests for 'guix environment'., Ludovic Courtès, 2015/07/01
- 03/07: environment: Add --system., Ludovic Courtès, 2015/07/01
- 02/07: environment: Add only the specified outputs of the dependencies., Ludovic Courtès, 2015/07/01
- 05/07: environment: Improve error reporting for '-l'., Ludovic Courtès, 2015/07/01
- 04/07: environment: For --ad-hoc, allow users to specify an output., Ludovic Courtès, 2015/07/01
- 06/07: doc: Mention .bashrc vs. .bash_profile for 'guix environment'., Ludovic Courtès, 2015/07/01
- 07/07: environment: Define 'GUIX_ENVIRONMENT'., Ludovic Courtès, 2015/07/01