summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2013-04-12substitute-binary: Fix communication of several store paths to the daemon....Ludovic Courtès
2013-04-12Add preliminary binary substituter....Ludovic Courtès
2013-04-12pull: Switch to the cgit URL....Ludovic Courtès
2013-03-18guix package: Report packages to be removed/installed....Ludovic Courtès
2013-03-16guix package: Gracefully handle `official-gnu-packages' failure....Ludovic Courtès
2013-03-07ui: Gracefully report failures to connect to the daemon....Ludovic Courtès
2013-03-05guix package: Recover from freshness check transient errors....Ludovic Courtès
2013-03-05guix package: Inform about new upstream versions of GNU packages....Ludovic Courtès
2013-03-01ui: Factorize `read/eval-package-expression'....Ludovic Courtès
2013-03-01guix package: Add `--install-from-expression'....Ludovic Courtès
2013-02-27guix gc: Add `--references' and `--referrers'....Ludovic Courtès
2013-02-22pull: Distinguish "already up to date" from "updated"....Ludovic Courtès
2013-02-22pull: Build (guix build download) first, because of the (gnutls) autoload....Ludovic Courtès
2013-02-20Add "guix pull"....Ludovic Courtès
2013-02-20ui: Factorize `show-what-to-build'....Ludovic Courtès
2013-02-20ui: Add temporary file handling and atomic symlink switch....Ludovic Courtès
2013-02-17scripts: Remove hyphen in the command name shown by `--version'....Ludovic Courtès
2013-02-17scripts: Remove initialization now redundant with `initialize-guix'....Ludovic Courtès
2013-02-16Replace individual scripts with master 'guix' script....Mark H Weaver