summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
AgeCommit message (Expand)Author
2013-07-12guix package: Reuse FTP connections for subsequent `latest-release' calls....Ludovic Courtès
2013-06-20package: Fix i18n of the number of packages message....Ludovic Courtès
2013-06-19package: Display the number of installed packages upon completion....Ludovic Courtès
2013-05-29build, package: Add `--fallback' option....Ludovic Courtès
2013-05-24package: Fix default profile ownership check when it's just been created....Ludovic Courtès
2013-05-20Add `--max-silent-time' to `guix build' and `guix package'....Ludovic Courtès
2013-05-16package: Make sure the profile directory is owned by the user....Ludovic Courtès
2013-05-14package: Always clear the SIGINT handler....Ludovic Courtès
2013-05-14ftp-client: Let callers handle `ftp-open' exceptions....Ludovic Courtès
2013-05-10package: Store the output path of packages installed with `-e'....Ludovic Courtès
2013-05-10package: Make sure the dependencies get built along with the manifest....Ludovic Courtès
2013-05-10package: Use ~/.guix-profile as the default for --search-paths....Ludovic Courtès
2013-05-08package: Display the output of packages to be installed/removed....Ludovic Courtès
2013-05-08package: Preserve the installed package output when upgrading....Ludovic Courtès
2013-05-07package: Fix spacing in user messages....Ludovic Courtès
2013-04-30Merge branch 'core-updates'Ludovic Courtès
2013-04-28guix package: Add `--search-paths' & co....Ludovic Courtès
2013-04-27ui: Add `args-fold*' and use it....Ludovic Courtès
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