Tweaks for nix-shell

[?]
Jul 19, 2013, 12:36 PM
DWQCLOPQCZENDPZ3JKIL4T2XU3IPT5BU6VKTOMS3PXZDUL3KDZSQC

Dependencies

  • [2] 3PNG7NIB Remove trailing whitespace
  • [3] T4LLYESZ * Nix expression for building Hydra.
  • [4] FGI75W53 move nix-prefetch-* into tarball
  • [5] UHMUHQMU hydra: fix tarball build, add pre suffix to tarballs
  • [6] R6O64PAE Use a nicer version string
  • [7] 6NWLMLSS remove nix from buildinputs
  • [8] 4C5F6SZV add openssl to deps
  • [9] FV2M6MOT hydra: use autoconf/-make
  • [10] V2ALOFRR Fix the test
  • [11] FIWFPVUR doc: Add myself as a co-author.
  • [12] BY2UJCXL nix-prefetch-* scripts are in hydra svn now
  • [13] CPQQFQMZ doc: Reintegrate the intro by Visser & Dolstra from `manual.html'.
  • [14] LOHWNXEJ Cleanup
  • [15] WYM574OI add nix to buildinputs
  • [16] 5AKAE3R6 start of hydra manual
  • [17] QK2OXCKP hydra/release.nix: move manual to tarball build, restore version in store path for tarball build
  • [18] YQWH4POV * Simplify.
  • [19] M3A5PZIH hydra: Clarify the dependency on BDW-GC.
  • [*] CLXEECMF * Start putting build results in a database.
  • [*] PKE6I67S doc: Import the "Creating Projects" chapter by Visser & Dolstra.

Change contents

  • file addition: dev-shell (---r------)
    [21.2]
    #! /bin/sh
    s=$(type -p nix-shell)
    exec $s release.nix -A build.x86_64-linux --exclude tarball --command "
    export NIX_REMOTE=daemon
    export NIX_PATH='$NIX_PATH'
    export NIX_BUILD_SHELL=$(type -p bash)
    exec $s release.nix -A tarball" "$@"
  • replacement in doc/manual/manual.xml at line 55
    [3.931][3.931:979]()
    <year>2009</year>
    <year>2010</year>
    [3.931]
    [3.979]
    <year>2009-2013</year>
  • edit in doc/manual/manual.xml at line 66
    [22.112]
    [2.215]
    <xi:include href="hacking.xml" />
  • replacement in release.nix at line 27
    [3.257][3.77:101](),[3.77][3.77:101]()
    preConfigure = ''
    [3.257]
    [3.101]
    preHook = ''
  • replacement in release.nix at line 121
    [3.75][3.75:115]()
    preConfigure = "patchShebangs .";
    [3.75]
    [3.1400]
    preCheck = "patchShebangs .";