summary refs log tree commit diff
path: root/release.nix
AgeCommit message (Collapse)Author
2012-10-31release.nix: Use `--no-substitutes' in `distro.hello'.Ludovic Courtès
* release.nix (distro.hello): Use `guix-build --no-substitutes', to avoid failures due to unavailable stale substitutes on hydra.nixos.org.
2012-10-28release.nix: Change `distro.hello' to produce something.Ludovic Courtès
* release.nix (distro.hello)[buildPhase]: Tee the log to $out. Add a `name' attribute; remove `buildInputs' and instead use the full path to `guix-build'.
2012-10-27release.nix: Add a `distro.hello' job.Ludovic Courtès
* release.nix (distro.hello): New job.
2012-10-27release.nix: Pre-download the Guile bootstrap tarball.Ludovic Courtès
* release.nix (bootstrap_guile): New variable. (build)[preBuild]: New attribute.
2012-10-27release.nix: Set succeed-on-failure and build-out-source-tree.Ludovic Courtès
* release.nix: Define `succeedOnFailure', `keepBuildDirectory', and `buildOutOfSourceTree'. (build): Inherit them.
2012-10-17release.nix: Add dependency on GNU Texinfo.Ludovic Courtès
* release.nix (tarball)[buildNativeInputs]: Add `texinfo'.
2012-08-17release.nix: Add dependency on GNU libgcrypt.Ludovic Courtès
* release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'.
2012-08-14release.nix: Build out of chroot.Ludovic Courtès
* release.nix: Add `preConfigure' and `__noChroot' attributes.
2012-08-14build: Add release.nix.Ludovic Courtès
* release.nix: New file. * Makefile.am (EXTRA_DIST): Add it.