* Actually, include jquery and tablesorter in the source tarball.

[?]
Nov 28, 2008, 4:29 PM
F3GR3UC5TXSJQZ7QJW2UHU5NH24L7OLQRYAGZQPBONNMI4B22LXQC

Dependencies

  • [2] DFXIN6YW * Include jquery and tablesorter in the build.
  • [3] T4LLYESZ * Nix expression for building Hydra.

Change contents

  • edit in release.nix at line 19
    [3.329]
    [3.329]
    buildInputs = [zip unzip];
    jquery = fetchurl {
    url = http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js;
    sha1 = "c10dbe0c2b23444d0794f3376398702d84f41583";
    };
  • edit in release.nix at line 27
    [3.330]
    [3.330]
    tablesorter = fetchurl {
    url = http://tablesorter.com/jquery.tablesorter.zip;
    sha256 = "013zgglvifvy0yg0ybjrl823sswy9v1ihf5nmighmcyigfd6nrhb";
    };
  • edit in release.nix at line 34
    [3.419]
    [3.419]
    cp $jquery src/Hydra/root/static/js/jquery-pack.js
    unzip -d src/Hydra/root/static/js $tablesorter
  • edit in release.nix at line 44
    [3.716]
    [3.716]
    zip -9r $out/tarballs/$releaseName.zip $releaseName
  • replacement in release.nix at line 61
    [3.1012][2.0:33]()
    perl makeWrapper unzip
    [3.1012]
    [3.1039]
    perl makeWrapper
  • edit in release.nix at line 73
    [3.1400][2.34:210]()
    jquery = fetchurl {
    url = http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js;
    sha1 = "c10dbe0c2b23444d0794f3376398702d84f41583";
    };
  • edit in release.nix at line 74
    [3.1401][2.211:394]()
    tablesorter = fetchurl {
    url = http://tablesorter.com/jquery.tablesorter.zip;
    sha256 = "013zgglvifvy0yg0ybjrl823sswy9v1ihf5nmighmcyigfd6nrhb";
    };
  • edit in release.nix at line 78
    [3.1508][2.395:531]()
    cp $jquery $out/libexec/hydra/root/static/js/jquery-pack.js
    unzip -d $out/libexec/hydra/root/static/js $tablesorter