summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-27download: Add kernel.org mirrors.Ludovic Courtès
* guix/download.scm (%mirrors): Add `kernel.org' mirrors.
2012-11-27download: Keep only one slash when concatenating URIs.Ludovic Courtès
* guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure. [maybe-expand-mirrors]: Use it.
2012-11-27distro: flex: Fix module name.Ludovic Courtès
* distro/packages/flex.scm: Change the module name to (distro packages flex).
2012-11-25distro: Add GNU Cpio.Nikita Karetnikov
* distro/packages/cpio.scm, distro/packages/patches/cpio-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'cpio.scm'. (dist_patch_DATA): Add 'cpio-gets-undeclared.patch'.
2012-11-25distro: Add GNU Time.Nikita Karetnikov
* distro/packages/time.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-25distro: Add GNU Which.Nikita Karetnikov
* distro/packages/which.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-25build: Have `hydra.scm' return one job per package.Ludovic Courtès
* hydra.scm (hydra-jobs): Return one job for each non-bootstrap package.
2012-11-25packages: Add missing export.Ludovic Courtès
* guix/packages.scm: Export `package-home-page'.
2012-11-25distro: Search bootstrap binaries and patches in %LOAD-PATH.Ludovic Courtès
* Makefile.am (patchdir, bootstrapdir): Change to be sub-directories of $(guilemoduledir). (.scm.go): Remove `DISTRO_' environment variables. * distro.scm (not-colon): Remove. (%patch-path, %bootstrap-binaries-path): Default to sub-directories of the entries in %LOAD-PATH. * pre-inst-env.in: Remove definition of `DISTRO_' environment variables.
2012-11-25distro: Add GNU Less.Nikita Karetnikov
* distro/packages/less.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-25distro: Add GNU Nano.Nikita Karetnikov
* distro/packages/nano.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-25doc: Mention the pronunciation of "Guix".Ludovic Courtès
* README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise.
2012-11-25distro: Add GNU Wget.Nikita Karetnikov
* distro/packages/wget.scm: New file; patch-shebang phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it.
2012-11-24distro: Add GNU Ddrescue.Nikita Karetnikov
* distro/packages/ddrescue.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-24doc: Update `README'.Ludovic Courtès
* README: Update introductory summary. Point to Savannah instead of Gitorious. Mention <bug-guix@gnu.org>. (Guix & Nix): New section.
2012-11-24distro: Add GNU Gettext.Nikita Karetnikov
* distro/packages/gettext.scm, distro/packages/patches/gettext-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'gettext.scm'. (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
2012-11-24build: Change bug-report address; add URL.Ludovic Courtès
* configure.ac: Change bug-report address in `AC_INIT'; add URL.
2012-11-24distro: Add GNU Shishi.Nikita Karetnikov
* distro/packages/shishi.scm, distro/packages/patches/shishi-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'shishi.scm'. (dist_patch_DATA): Add 'shishi-gets-undeclared.patch'.
2012-11-22distro: Move (distro packages libtool) to (distro packages autotools).Nikita Karetnikov
* distro/packages/autotools.scm (libtool): Add it. * distro/packages/libtool.scm: Remove it. * distro/packages/guile.scm (distro packages guile): Adjust accordingly. * Makefile.am (MODULES): Adjust accordingly.
2012-11-22distro: Add GNU Autoconf and GNU Automake.Nikita Karetnikov
* distro/packages/autotools.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-22distro: Add Flex.Ludovic Courtès
* distro/packages/flex.scm, distro/packages/patches/flex-bison-tests.patch: New files. * Makefile.am (MODULES): Add `flex.scm'. (dist_patch_DATA): Add `flex-bison-tests.patch'.
2012-11-22distro: Add GNU Bison.Ludovic Courtès
* distro/packages/bison.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-22distro: Add GDBM.Ludovic Courtès
* distro/packages/gdbm.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-21distro: Add GNU Ed.Nikita Karetnikov
* distro/packages/ed.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-21doc: Document basic package definitions.Ludovic Courtès
* doc/guix.texi (Programming Interface): Add introduction. (Defining Packages): Populate.
2012-11-21build: Fix `hydra.scm' recipe.Ludovic Courtès
* hydra.scm: Redirect the output port to the error port. (package-job): Return a name/thunk pair. (hydra-jobs)[system]: Use either the `system' key (a symbol) in ARGUMENTS, or (%current-system)'.
2012-11-19guix-package: Extract version strings when installing a direct store path.Ludovic Courtès
* guix-package.in (guix-package)[process-actions]: Extract the version string from store paths. * tests/guix-package.sh: Adjust accordingly.
2012-11-19guix-build: Use `location->string'.Ludovic Courtès
* guix-build.in (derivations-from-package-expressions): Use `location->string'.
2012-11-19guix-package: Record the correct version string in manifests.Ludovic Courtès
* guix-package.in (guix-package)[find-package]: Return (package-version p), not VERSION.
2012-11-19guix-package: Add `--list-available'.Ludovic Courtès
* guix-package.in (show-help, %options): Add `--list-available'. (guix-package)[process-query]: Add support for `--list-available'. * doc/guix.texi (Invoking guix-package): Document it. * tests/guix-package.sh: Add test. * guix/ui.scm (location->string): New procedure. * guix/utils.scm: Export <location>.
2012-11-19distro: Add `fold-packages'.Ludovic Courtès
* distro.scm (fold-packages): New procedure. (find-packages-by-name): Use it instead of hand-written traversal; remove `package?' checks from `right-package?'. * tests/packages.scm ("fold-packages"): New test.
2012-11-19guix-package: Add `--list-installed'.Ludovic Courtès
* guix-package.in (show-help, %options): Add `--list-installed'. (guix-package): Move main body to... [process-actions]: ... here. New internal procedure. [process-query]: New procedure. * tests/guix-package.sh: Add tests for `--list-installed'. * doc/guix.texi (Invoking guix-package): Document it.
2012-11-19guix-package: Fix typo.Ludovic Courtès
* guix-package.in (guix-package)[find-package]: Don't use `_' as the wildcard, to avoid collision with `gettext'.
2012-11-19distro: Add GNU Zile.Ludovic Courtès
* distro/packages/zile.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-19distro: Add GNU help2man.Ludovic Courtès
* distro/packages/help2man.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-18distro: Add GNU Pies and GNU Inetutils.Ludovic Courtès
* distro/packages/system.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-18build: Add `hydra.scm'.Ludovic Courtès
* hydra.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
2012-11-18doc: Add `ROADMAP'.Ludovic Courtès
* ROADMAP: New file. * Makefile.am (EXTRA_DIST): Add it.
2012-11-18doc: Add `TODO'.Ludovic Courtès
* TODO: New file. * Makefile.am (EXTRA_DIST): Add it.
2012-11-18doc: Add a "Related software" section to `README'.Ludovic Courtès
* README (Related software): New section.
2012-11-18Turn Guix into "GNU Guix".Ludovic Courtès
* configure.ac: Change package name to "GNU Guix", and bug-report address to `gnu-system-discuss@gnu.org'. * doc/guix.texi: Replace "Guix" by "GNU Guix" in some places. (Top, Introduction): Mention "for the GNU system". * HACKING, README: Use "GNU Guix" instead of "Guix" in some places.
2012-11-16distro: Rebuild bootstrap Binutils and GCC.Ludovic Courtès
These new binaries are built with the `--with-lib-path' and `--with-local-prefix' flags, respectively, as introduced in commit 01d4540. * distro/packages/bootstrap.scm (%bootstrap-coreutils&co, %bootstrap-glibc): Update URL. (%bootstrap-binutils, %bootstrap-gcc): Update URL and hashes. * build-aux/download.scm (file-name->uri): Update URL.
2012-11-16distro: Configure ld and GCC to not look under /usr & co.Ludovic Courtès
This fixes impurities with non-chroot builds on LFS-style distros. * distro/packages/base.scm (binutils): Pass `--with-lib-path'. (gcc-4.7): Pass `--with-local-prefix'. * distro/packages/make-bootstrap.scm (%binutils-static): Pass `--with-lib-path'.
2012-11-13guix-download: Use code from (guix build download).Ludovic Courtès
* guix-download.in (http-fetch, ftp-fetch): Remove. (fetch-and-store): Replace `uri' parameter with `name', for the output file name. Redirect the output of `fetch' to the error port. (guix-download): Call `url-fetch' for all URI schemes except `file'. Handle PATH equal to #f. * guix/download.scm: Export `%mirrors'. * tests/guix-download.sh: Change erroneous URL, because URLs at example.com are all valid redirections.
2012-11-13guix-download: Add support for file:// URIs.Ludovic Courtès
* guix-download.in (fetch-and-store): New procedure. (guix-download): Use it to compute PATH. Call `add-to-store' when a `file' URI scheme is used. * Makefile.am (AM_TESTS_ENVIRONMENT): New variable. * tests/guix-download.sh: Add test.
2012-11-13guix-download: Gracefully handle invalid URIs.Ludovic Courtès
* guix-download.in (guix-download): Error out when `string->uri' returns #f. Use `leave' when the scheme is unknown. * tests/guix-download.sh: Add tests.
2012-11-13distro: Add GNU Texinfo.Ludovic Courtès
* distro/packages/texinfo.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-13distro: Add GNU Libtasn1 and GnuTLS.Ludovic Courtès
* distro/packages/gnutls.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-13distro: Add GNU Nettle.Ludovic Courtès
* distro/packages/nettle.scm: New file. * Makefile.am (MODULES): Add it.
2012-11-13distro: Add LZO.Ludovic Courtès
* distro/packages/compression.scm (lzo): New variable.