summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
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
2013-04-12substitute-binary: Correctly handle missing narinfos in `--query' mode.Ludovic Courtès
2013-04-11ui: Add a `warning' macro.Ludovic Courtès
2013-04-04substitute-binary: Fix communication of several store paths to the daemon.Ludovic Courtès
2013-04-03Add preliminary binary substituter.Ludovic Courtès
2013-03-31pull: Switch to the cgit URL.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