* Actually, include jquery and tablesorter in the source tarball.
[?]
Nov 28, 2008, 4:29 PM
F3GR3UC5TXSJQZ7QJW2UHU5NH24L7OLQRYAGZQPBONNMI4B22LXQCDependencies
- [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
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
tablesorter = fetchurl {url = http://tablesorter.com/jquery.tablesorter.zip;sha256 = "013zgglvifvy0yg0ybjrl823sswy9v1ihf5nmighmcyigfd6nrhb";}; - edit in release.nix at line 34
cp $jquery src/Hydra/root/static/js/jquery-pack.jsunzip -d src/Hydra/root/static/js $tablesorter - edit in release.nix at line 44
zip -9r $out/tarballs/$releaseName.zip $releaseName - replacement in release.nix at line 61
perl makeWrapper unzipperl makeWrapper - edit in release.nix at line 73
jquery = fetchurl {url = http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js;sha1 = "c10dbe0c2b23444d0794f3376398702d84f41583";}; - edit in release.nix at line 74
tablesorter = fetchurl {url = http://tablesorter.com/jquery.tablesorter.zip;sha256 = "013zgglvifvy0yg0ybjrl823sswy9v1ihf5nmighmcyigfd6nrhb";}; - edit in release.nix at line 78
cp $jquery $out/libexec/hydra/root/static/js/jquery-pack.jsunzip -d $out/libexec/hydra/root/static/js $tablesorter