summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2013-04-20substitute-binary: Remove expired cache entries once in a while....Ludovic Courtès
2013-04-17guix package: Allow the search of the latest release to be interrupted....Ludovic Courtès
2013-04-17scripts: Report what will be substituted....Ludovic Courtès
2013-04-16package: allow users to upgrade the whole system by not providing a regexp....Cyril Roelandt
2013-04-15substitute-binary: Skip servers that use a different store prefix....Ludovic Courtès
2013-04-15substitute-binary: Call `open-cache' only when needed....Ludovic Courtès
2013-04-15substitute-binary: Add a local cache....Ludovic Courtès
2013-04-12package: Being at the empty profile is not an error....Ludovic Courtès
2013-04-12guix package: Add `--no-substitutes'....Ludovic Courtès
2013-04-12substitute-binary: Implement `--substitute'....Ludovic Courtès
2013-04-12substitute-binary: Correctly handle missing narinfos in `--query' mode....Ludovic Courtès
2013-04-11ui: Add a `warning' macro....Ludovic Courtès
2013-04-04substitute-binary: Fix communication of several store paths to the daemon....Ludovic Courtès
2013-04-03Add preliminary binary substituter....Ludovic Courtès
2013-03-31pull: 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