* Include nix-prefetch-svn in the Hydra binary distribution.

[?]
Nov 28, 2008, 11:44 PM
UQ6K57MSDZQLOKQAMFBH6K4CIROQ54ZEQZ3KVZ22YCLDCJ6FRYRAC

Dependencies

  • [2] DFXIN6YW * Include jquery and tablesorter in the build.
  • [3] BSYM6IUT
  • [4] F3GR3UC5 * Actually, include jquery and tablesorter in the source tarball.
  • [5] T4LLYESZ * Nix expression for building Hydra.

Change contents

  • edit in release.nix at line 76
    [4.1401]
    [4.1401]
    hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") [
    libxslt sqlite subversion nixUnstable coreutils
    gzip bzip2 gnused
    ]);
  • edit in release.nix at line 85
    [4.1508]
    [2.531]
    mv $out/libexec/hydra/script $out/bin
  • replacement in release.nix at line 87
    [2.532][4.1508:1556](),[4.1508][4.1508:1556]()
    mv $out/libexec/hydra/script $out/bin
    [2.532]
    [4.1556]
    cp ${nixpkgs.path + "/pkgs/build-support/fetchsvn/nix-prefetch-svn"} $out/bin/nix-prefetch-svn
  • replacement in release.nix at line 92
    [4.1697][3.0:76]()
    --prefix PATH ':' $out/bin:${libxslt}/bin:${sqlite}/bin \
    [4.1697]
    [4.1744]
    --set PATH $out/bin:$hydraPath \
  • edit in release.nix at line 96
    [4.1830]
    [4.1830]
    meta = {
    description = "Build of Hydra on ${system}";
    };