summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
AgeCommit message (Expand)Author
2013-04-21ui: Add a 'define-diagnostic' macro.Nikita Karetnikov
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-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-11ui: Add a `warning' macro.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-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