| 
									
										
										
										
											2010-10-21 07:09:47 +00:00
										 |  |  | #! /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-cygwin \ | 
					
						
							| 
									
										
										
										
											2015-05-26 15:18:49 +02:00
										 |  |  |   --argstr system x86_64-cygwin \ | 
					
						
							| 
									
										
										
										
											2010-10-21 07:09:47 +00:00
										 |  |  |   --argstr system i686-freebsd \ | 
					
						
							|  |  |  |   --arg officialRelease false \ | 
					
						
							|  |  |  |   --arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \ | 
					
						
							|  |  |  |   $@ |