summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
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
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-12Move record utilities to (guix records)....Ludovic Courtès
2013-05-11tests: Add `guix hash' test....Ludovic Courtès
2013-05-11refresh: Add `--key-server' and `--gpg'....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-10refresh: Gracefully handle failure to download a tarball....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-05-06refresh: Change default to not update source files....Ludovic Courtès
2013-04-30Merge branch 'core-updates'Ludovic Courtès
2013-04-29substitute-binary: Support decompression from non-file ports....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-27pull: Use `download-to-store'....Ludovic Courtès
2013-04-25refresh: Add `--select'....Ludovic Courtès
2013-04-25web: Factorize `http-get' hackery....Ludovic Courtès
2013-04-25Add `guix refresh' and related auto-update tools....Ludovic Courtès
2013-04-21Factorize `download-and-store'....Ludovic Courtès
2013-04-21Add 'guix hash'....Nikita Karetnikov
2013-04-21guix download: Add supported formats to '--help'....Nikita Karetnikov
2013-04-21ui: Add a 'define-diagnostic' macro....Nikita Karetnikov
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