* Build Hydra with the Nix Perl bindings.
[?]
Mar 4, 2010, 3:11 PM
DO432JDJH2NWZC6AMN7PG6WYD2Y26U6O54GDMBEVBQTZEVNKBN5QCDependencies
- [2]
RTV57MPBif not linux, do not add rpm/dpkg/cdrkit to path - [3]
TEGLW4X3* hydra/release.nix: remove supportOldDBs - [4]
YFPZ46YK* hydra: added variant of build input type, 'build output (same system)' to allow better continous integration in one jobset for multiple system. it makes sure that the system of the build that is passed as input for a job has the same system as the job. - [5]
QUTWJR7P* Include more info in notification emails. - [6]
SWFCD4MW - [7]
SAFVRDTK* Put Hydra's dependencies so that they can easily be installed in a - [8]
OG7BEM57 - [9]
CXRCPDSQ* added support for twitter notification - [10]
T4LLYESZ* Nix expression for building Hydra. - [11]
HPIJ35SG
Change contents
- edit in deps.nix at line 4
let - edit in deps.nix at line 7
nixPerl = buildPerlPackage {name = "Nix-0.15";src = fetchsvn {url = https://svn.nixos.org/repos/nix/nix-perl/trunk;rev = 20373;sha256 = "153wj8kcdf9hzg89bjm8s8d6byrhcw0dazzrwc04a7g79j5xjfaj";};NIX_PREFIX = nixSqlite;doCheck = false; # tests currently don't work};in - edit in deps.nix at line 38
nixPerl - edit in deps.nix at line 40
- replacement in release.nix at line 9
, nixpkgs ? ../../nixpkgs, nixpkgs ? ../nixpkgs - replacement in release.nix at line 62
, nixpkgs ? ../../nixpkgs, system ? "i686-linux", nixpkgs ? ../nixpkgs, system ? "x86_64-linux" - replacement in release.nix at line 70
let nix = nixUnstable; inlet nix = nixSqlite; in