summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21doc: Document basic package definitions.Ludovic Courtès
2012-11-21build: Fix `hydra.scm' recipe.Ludovic Courtès
2012-11-19guix-package: Extract version strings when installing a direct store path.Ludovic Courtès
2012-11-19guix-build: Use `location->string'.Ludovic Courtès
2012-11-19guix-package: Record the correct version string in manifests.Ludovic Courtès
2012-11-19guix-package: Add `--list-available'.Ludovic Courtès
2012-11-19distro: Add `fold-packages'.Ludovic Courtès
2012-11-19guix-package: Add `--list-installed'.Ludovic Courtès
2012-11-19guix-package: Fix typo.Ludovic Courtès
2012-11-19distro: Add GNU Zile.Ludovic Courtès
2012-11-19distro: Add GNU help2man.Ludovic Courtès
2012-11-18distro: Add GNU Pies and GNU Inetutils.Ludovic Courtès
2012-11-18build: Add `hydra.scm'.Ludovic Courtès
2012-11-18doc: Add `ROADMAP'.Ludovic Courtès
2012-11-18doc: Add `TODO'.Ludovic Courtès
2012-11-18doc: Add a "Related software" section to `README'.Ludovic Courtès
2012-11-18Turn Guix into "GNU Guix".Ludovic Courtès
2012-11-16distro: Rebuild bootstrap Binutils and GCC.Ludovic Courtès
2012-11-16distro: Configure ld and GCC to not look under /usr & co.Ludovic Courtès
2012-11-13guix-download: Use code from (guix build download).Ludovic Courtès
2012-11-13guix-download: Add support for file:// URIs.Ludovic Courtès
2012-11-13guix-download: Gracefully handle invalid URIs.Ludovic Courtès
2012-11-13distro: Add GNU Texinfo.Ludovic Courtès
2012-11-13distro: Add GNU Libtasn1 and GnuTLS.Ludovic Courtès
2012-11-13distro: Add GNU Nettle.Ludovic Courtès
2012-11-13distro: Add LZO.Ludovic Courtès
2012-11-13tests: Make sure to use the bootstrap Guile.Ludovic Courtès
2012-11-13tests: Remove extraneous test.Ludovic Courtès
2012-11-13build: Add $(top_builddir) to the load path.Ludovic Courtès
2012-11-13distro: Patch libc to avoid accessing /etc/ld.so.cache and friends.Ludovic Courtès
2012-11-13distro: Use `mirror://' URLs.Ludovic Courtès
2012-11-13download: Add support for mirror:// URLs.Ludovic Courtès
2012-11-13download: Follow HTTP redirections.Ludovic Courtès
2012-11-13Remove (guix http) and (guix ftp).Ludovic Courtès
2012-11-12Add (guix download) and (guix build download).Ludovic Courtès
2012-11-11Move base32 code to (guix base32).Ludovic Courtès
2012-11-09tests: Choose a less expensive test for packages.Ludovic Courtès
2012-11-09http: Add informative output.Ludovic Courtès
2012-11-09http: Check the HTTP response code, and bail if not 200.Ludovic Courtès
2012-11-09derivations: build-expression->derivation: Builder only refers to sources.Ludovic Courtès
2012-11-08derivations: Add tests relative to fixed-output derivations.Ludovic Courtès
2012-11-08store: Document `add-to-store' hack for `fixed?'.Ludovic Courtès
2012-11-08guix-download: Print the hash of the file's contents, no that of the path.Ludovic Courtès
2012-11-08guix-download: Error out when the HTTP response code is not 200.Ludovic Courtès
2012-11-07guix-build: Error out when `-S' used for source-less package.Ludovic Courtès
2012-11-07doc: Document the features and `guix-package'.Ludovic Courtès
2012-11-07guix-package: Fix handling of the PACKAGE:OUTPUT syntax.Ludovic Courtès
2012-11-07guix-package: Fix invalid module use.Ludovic Courtès
2012-11-07build: Remove now unnecessary dependency of downloads on guix/utils.go.Ludovic Courtès
2012-11-07doc: Document `guix-build'.Ludovic Courtès