[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (c093f9f -> 4f740b6)
From: |
Alex Kost |
Subject: |
branch master updated (c093f9f -> 4f740b6) |
Date: |
Fri, 18 Sep 2015 18:45:45 +0000 |
alezost pushed a change to branch master
in repository guix.
from c093f9f gnu: Add scmutils.
new eda1cc8 emacs: Add commands to show/hide build log phases.
new b2cb869 emacs: Replace 'guix-any' with 'cl-some'.
new 88981dd Add (guix scripts).
new fa394eb ui: Add 'show-derivation-outputs'.
new 4f740b6 store: Add 'set-build-options*'.
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 | 2 +
doc/emacs.texi | 6 +++
emacs/guix-build-log.el | 81 +++++++++++++++++++++++++++++++++++++++
emacs/guix-command.el | 6 +-
emacs/guix-utils.el | 8 ----
guix/scripts.scm | 81 +++++++++++++++++++++++++++++++++++++++
guix/scripts/archive.scm | 1 +
guix/scripts/build.scm | 10 +----
guix/scripts/download.scm | 1 +
guix/scripts/edit.scm | 1 +
guix/scripts/environment.scm | 1 +
guix/scripts/gc.scm | 1 +
guix/scripts/graph.scm | 1 +
guix/scripts/hash.scm | 1 +
guix/scripts/import/cpan.scm | 1 +
guix/scripts/import/cran.scm | 1 +
guix/scripts/import/elpa.scm | 1 +
guix/scripts/import/gem.scm | 1 +
guix/scripts/import/gnu.scm | 1 +
guix/scripts/import/hackage.scm | 3 +-
guix/scripts/import/nix.scm | 1 +
guix/scripts/import/pypi.scm | 1 +
guix/scripts/lint.scm | 1 +
guix/scripts/package.scm | 1 +
guix/scripts/publish.scm | 1 +
guix/scripts/pull.scm | 1 +
guix/scripts/refresh.scm | 1 +
guix/scripts/size.scm | 1 +
guix/scripts/system.scm | 1 +
guix/store.scm | 4 ++
guix/ui.scm | 62 ++++++------------------------
po/guix/POTFILES.in | 1 +
tests/scripts.scm | 72 ++++++++++++++++++++++++++++++++++
tests/ui.scm | 40 -------------------
34 files changed, 287 insertions(+), 110 deletions(-)
create mode 100644 guix/scripts.scm
create mode 100644 tests/scripts.scm
- branch master updated (c093f9f -> 4f740b6),
Alex Kost <=
- 02/05: emacs: Replace 'guix-any' with 'cl-some'., Alex Kost, 2015/09/18
- 01/05: emacs: Add commands to show/hide build log phases., Alex Kost, 2015/09/18
- 04/05: ui: Add 'show-derivation-outputs'., Alex Kost, 2015/09/18
- 05/05: store: Add 'set-build-options*'., Alex Kost, 2015/09/18
- 03/05: Add (guix scripts)., Alex Kost, 2015/09/18