Author: rob
Date: Thu Oct 21 07:09:47 2010
New Revision: 24396
URL: https://svn.nixos.org/websvn/nix/?rev=24396&sc=1
Log:
nixpkgs/maintainer/scripts: added hydra_eval_check script. need hydra_eval_jobs
from hydra in PATH and should get absolute path to release.nix as argument
Added:
nixpkgs/trunk/maintainers/scripts/hydra_eval_check (contents, props
changed)
Added: nixpkgs/trunk/maintainers/scripts/hydra_eval_check
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/maintainers/scripts/hydra_eval_check Thu Oct 21 07:09:47
2010 (r24396)
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+# give absolute path of release.nix as argument
+hydra_eval_jobs \
+ --argstr system x86_64-linux \
+ --argstr system i686-linux \
+ --argstr system x86_64-darwin \
+ --argstr system i686-darwin \
+ --argstr system i686-cygwin \
+ --argstr system i686-freebsd \
+ --arg officialRelease false \
+ --arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \
+ $@
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits