Cleanup
[?]
Jan 23, 2013, 2:47 PM
LOHWNXEJKUPDI33VZMC2XLPXO7TZ2Y3AJTFJPJI2ZPHJOMLUUPRACDependencies
- [2]
RYWAOMWAoops, should have added topgit to hydraPath - [3]
4C5F6SZVadd openssl to deps - [4]
XDKFASXTAdd bzip2 to buildInputs. - [5]
3PNG7NIBRemove trailing whitespace - [6]
O25D52TAinitial support for mercurial - [7]
RJ5EREYUhydra: add bazaar to path - [8]
WSCHBYENadd topgit to hydra's path - [9]
VOPKXPFEAdd OpenSSL as a dependency because Nix needs it - [10]
V2MRXFBH - [11]
NIQ2WDFPkeep build directory - [12]
6NWLMLSSremove nix from buildinputs - [13]
XCHBOA3Ssvn -> subversion - [14]
M3A5PZIHhydra: Clarify the dependency on BDW-GC. - [15]
WYM574OIadd nix to buildinputs - [16]
HJECG75OhydrA: add some pkgs to buildinputs for tests - [17]
R6O64PAEUse a nicer version string - [18]
6CZHII3QUse <...> syntax - [19]
FGI75W53move nix-prefetch-* into tarball - [20]
WTHZ4AGPhydra: remove some layout, test - [21]
Y2BFYLLK* Install the SQL schemata in $out/share/hydra/sql. - [22]
7C6HSXUQ* Start of a regression test for Hydra. - [23]
SAFVRDTK* Put Hydra's dependencies so that they can easily be installed in a - [24]
V2ALOFRRFix the test - [25]
UHMUHQMUhydra: fix tarball build, add pre suffix to tarballs - [26]
YQWH4POV* Simplify. - [27]
VI32YSGAI should test first - [28]
YJRBNHT3Fail on failure - [29]
U2BNO3C5hydra: fix build job - [30]
VM3TQZ65* hydra: make manual.pdf - [31]
UQ6K57MS* Include nix-prefetch-svn in the Hydra binary distribution. - [32]
RBZRCTALhydra: fixed and re-enabled evaluation tests - [33]
T4LLYESZ* Nix expression for building Hydra. - [34]
3MDDGGSN* Install the manual. - [35]
X5QBLQDG - [36]
QK2OXCKPhydra/release.nix: move manual to tarball build, restore version in store path for tarball build - [37]
NDJ6PZB7* Fix symbol to look for. - [38]
FSZJXAHRadd sqlite to buildinputs - [39]
ZGBU7H7P* Pass nixUnstable to the tarball build.
Change contents
- edit in release.nix at line 4
- edit in release.nix at line 6
- edit in release.nix at line 9
let nix = nixUnstable; in - replacement in release.nix at line 17
[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc git openssl];[ perl libxslt dblatex tetex nukeReferences pkgconfig boehmgc git openssl ]; - edit in release.nix at line 42
- replacement in release.nix at line 58[6.1780]→[4.0:152](∅→∅),[6.70]→[6.1817:1867](∅→∅),[6.86]→[6.1817:1867](∅→∅),[6.88]→[6.1817:1867](∅→∅),[6.111]→[6.1817:1867](∅→∅),[6.118]→[6.1817:1867](∅→∅),[6.137]→[6.1817:1867](∅→∅),[6.146]→[6.1817:1867](∅→∅),[4.152]→[6.1817:1867](∅→∅),[6.165]→[6.1817:1867](∅→∅),[6.208]→[6.1817:1867](∅→∅),[6.215]→[6.1817:1867](∅→∅),[6.261]→[6.1817:1867](∅→∅),[6.1817]→[6.1817:1867](∅→∅)
[ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar openssl bzip2 ]++ (import ./deps.nix) { inherit pkgs; };[ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlitegit gitAndTools.topGit mercurial subversion bazaar openssl bzip2] ++ (import ./deps.nix) { inherit pkgs; }; - replacement in release.nix at line 62[6.1305]→[6.1953:2094](∅→∅),[6.2094]→[2.0:93](∅→∅),[2.93]→[6.2159:2226](∅→∅),[6.158]→[6.2159:2226](∅→∅),[6.404]→[6.2159:2226](∅→∅),[6.2159]→[6.2159:2226](∅→∅)
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [libxslt sqlite subversion openssh nix coreutils findutilsgzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial gnused graphviz bazaar] ++ ( if stdenv.isLinux then [rpm dpkg cdrkit] else [] )));hydraPath = lib.makeSearchPath "bin" ([ libxslt sqlite subversion openssh nix coreutils findutilsgzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial gnused graphviz bazaar] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] ); - replacement in release.nix at line 70
ensureDir $out/nix-supportmkdir -p $out/nix-support - replacement in release.nix at line 85[6.47]→[6.3405:3473](∅→∅),[6.212]→[6.3405:3473](∅→∅),[6.383]→[6.3405:3473](∅→∅),[6.466]→[6.1830:1839](∅→∅),[6.3473]→[6.1830:1839](∅→∅),[6.1830]→[6.1830:1839](∅→∅)
meta = {description = "Build of Hydra on ${system}";};meta.description = "Build of Hydra on ${system}";