summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-05-30ui: define-diagnostic: Don't mark `_' and `N_' as literals.Ludovic Courtès
2013-05-30build-system/python: Avoid circular dependency.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-29store: Test the `fallback?' store option.Ludovic Courtès
2013-05-28python-build-system: add a check phase.Cyril Roelandt
2013-05-27packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès
2013-05-27build-system/gnu: Fix typo in `gnu-cross-build'.Ludovic Courtès
2013-05-25packages: Make `native-inputs' thunked.Ludovic Courtès
2013-05-25packages: Re-export `%current-target-system'.Ludovic Courtès
2013-05-25build-system/gnu: Make sure build input variables contain pairs.Ludovic Courtès
2013-05-24build-system/trivial: Implement the cross-build protocol.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-24build-system/gnu: Implement cross build.Ludovic Courtès
2013-05-24packages: Implement `package-cross-derivation'.Ludovic Courtès
2013-05-24packages: Factorize things common to `package-{,cross-}derivation'.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-14Sort commands alphabetically in "guix --help".Ludovic Courtès
2013-05-14Fix "guix --help" on Guile 2.0.5.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-11gnupg: Turn the GPG command name and keyserver into parameters.Ludovic Courtès
2013-05-10ui: Invite users to try `--help' in the error message.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-10ui: Implement `guix --help'.Ludovic Courtès
2013-05-10ui: Gracefully report "command not found" errors.Ludovic Courtès
2013-05-10gnu-maintenance: Add GnuTLS FTP server.Ludovic Courtès
2013-05-10download: Fix premature socket close on TLS connections.Ludovic Courtès
2013-05-10package: Use ~/.guix-profile as the default for --search-paths.Ludovic Courtès
2013-05-08Add 'python-build-system'.Nikita Karetnikov
2013-05-08Add (guix build rpath).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-07ui: Capitalize informative messages.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-30utils: Adjust 'wrap-program'.Nikita Karetnikov
2013-04-29substitute-binary: Support decompression from non-file ports.Ludovic Courtès
2013-04-28build-system/gnu: Fix default name for the "doc" output directory.Ludovic Courtès
2013-04-28guix package: Add `--search-paths' & co.Ludovic Courtès