summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
AgeCommit message (Expand)Author
2013-10-29guix package: Declutter the entry point....Ludovic Courtès
2013-10-15guix package: '--search' matches against package names....Ludovic Courtès
2013-09-27guix package: '--delete-generations' deletes generations older than specified....Ludovic Courtès
2013-09-26guix package: Add '--delete-generations'....Nikita Karetnikov
2013-09-26guix package: Add 'link-to-empty-profile'....Nikita Karetnikov
2013-09-26guix package: Exit with 0 when there is nothing to list....Nikita Karetnikov
2013-09-25guix package: Show which generation is the current one....Nikita Karetnikov
2013-09-25guix package: Do not list the zeroth generation....Nikita Karetnikov
2013-09-25guix package: Exit with 1 when a generation cannot be listed....Nikita Karetnikov
2013-09-23guix package: Show most recently installed packages last....Ludovic Courtès
2013-09-21guix package: Sort the list of generation numbers in '--list-generations'....Ludovic Courtès
2013-09-21guix package: Internationalize "Generation" string....Ludovic Courtès
2013-09-19guix package: Add '--list-generations'....Nikita Karetnikov
2013-09-18derivations: 'derivation' and related procedures return a single value....Ludovic Courtès
2013-09-13guix package: Rename generation-related procedures....Nikita Karetnikov
2013-07-15guix package: Allow separate install of several outputs of the same package....Ludovic Courtès
2013-07-12guix package: Fix handling of `-e'....Ludovic Courtès
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