@cryptotaxi247 / infra-1 / commits / 1cef7d17

svn path=/configurations/trunk/tud/; revision=12617

svn path=/configurations/trunk/tud/; revision=12617

Eelco Dolstra committed Aug 14, 2008 at 11:22 UTC 1cef7d174ef87421231c730a220893da009cf433
2 files changed +3 -2
buildfarm/jobs.nix
+1
@@ -101,6 +101,7 @@ in
101 };
102 jobExpr = "../jobs/nix/nixpkgs.nix";
103 jobAttr = "nixpkgsRelease";
104 + notifyAddresses = ["nix-commits@cs.uu.nl"];
105 };
106
107 nixpkgsStdenvBranch = makeNixJob {
buildfarm/strategoxt/jobs.nix
+2 -2
@@ -426,12 +426,12 @@ with (import ./jobs-helpers.nix) attrs;
426 };
427
428 inputs = rec {
429 - strategoxtCheckout = svnInput (builtins.getAttr packagePath.path specs easy.fakePkgs).svn.trunk;
429 + strategoxtCheckout = svnInput (builtins.getAttr packagePath.string specs easy.fakePkgs).svn.trunk;
430 systems = pathInput ./systems.nix;
431 atermInfo = makeInfoURL.usingBaseline specs.aterm;
432 sdf2BundleInfo = makeInfoURL.usingBaseline specs.sdf2Bundle;
433 strategoxtBaselineTarball = urlInput baseline.strategoxtBootstrap;
434 - packagePath = { path = "strategoxtBootstrap"; };
434 + packagePath = {type = "string"; string = "strategoxtBootstrap";};
435 };
436
437 notifyAddresses = ["nicolas.b.pierron@gmail.com"];