summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2013-09-27Merge branch 'core-updates'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-26Merge branch 'master' into core-updatesLudovic Courtès
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-23Merge branch 'master' into core-updatesLudovic Courtès
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-21pull: Adjust to 'derivation' API change....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-15utils: 'find-files' returns a sorted list....Ludovic Courtès
2013-09-13substitute-binary: Add '--help'....Ludovic Courtès
2013-09-13guix package: Rename generation-related procedures....Nikita Karetnikov
2013-09-03pull: Compile files in the lexicographic order....Ludovic Courtès
2013-09-02substitute-binary: Show the Nar size, when available....Ludovic Courtès
2013-08-23utils: Add `guile-version>?', and use it....Ludovic Courtès
2013-08-22substitute-binary: Try hard to avoid port buffering....Ludovic Courtès
2013-08-21substitute-binary: Don't pretend to report download progress on Guile 2.0.5....Ludovic Courtès
2013-07-15guix package: Allow separate install of several outputs of the same package....Ludovic Courtès
2013-07-14Rename (guix web) to (guix http-client)....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-07-11substitute-binary: Directly replace the global `regexp-exec'....Ludovic Courtès
2013-07-11substitute-binary: Increase the default timeout....Ludovic Courtès
2013-07-11guix refresh: Keep only the newest versions of packages as upgrade candidates....Ludovic Courtès
2013-07-10records: Add `recutils->alist' for public consumption....Ludovic Courtès
2013-07-03Use `port-sha256' and `open-sha256-port'....Ludovic Courtès
2013-07-01Move `sha256' to (guix hash)....Ludovic Courtès
2013-06-29substitute-binary: Avoid dangling connections to the server....Ludovic Courtès
2013-06-20package: Fix i18n of the number of packages message....Ludovic Courtès
2013-06-20substitute-binary: Report progress while downloading....Ludovic Courtès
2013-06-19package: Display the number of installed packages upon completion....Ludovic Courtès
2013-06-18substitute-binary: Provide feedback when the server is unresponsive....Ludovic Courtès
2013-06-13guix gc: Add `--requisites'....Ludovic Courtès
2013-06-10guix refresh: Add '--key-download'....Nikita Karetnikov
2013-06-04substitute-binary: Don't cache .narinfo lookups when lacking networking....Ludovic Courtès
2013-05-29substitute-binary: Gracefully exit upon networking errors....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-24build: Add `--target' option....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-15substitute-binary: Pass `filtered-port' an unbuffered port....Ludovic Courtès
2013-05-14substitute-binary: Work around thread-unsafe `regexp-exec'....Ludovic Courtès