@cryptotaxi247 / infra-1 / commits / 42105e49

* Enable patch generation.

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

Eelco Dolstra committed Dec 6, 2010 at 13:16 UTC 42105e498427efe45bdbbe867036e4d44bebad3c
1 file changed +1 -1
lucifer.nix
+1 -1
@@ -31,7 +31,7 @@
31 services.hydraChannelMirror.period = "0-59/15 * * * *";
32
33 services.cron.systemCronJobs =
34 - [ "0-59/15 * * * * hydra-mirror perl -I/home/hydra-mirror/nix/inst/libexec/nix ~/release/channels/mirror-channel.pl http://hydra.nixos.org/jobset/nixpkgs/trunk/channel/latest /data/releases/nixpkgs/channels/nixpkgs-unstable /data/releases/nars http://nixos.org/releases/nars /data/releases/patches http://nixos.org/releases/patches http://hydra.nixos.org/job/nixpkgs/trunk/tarball/latest/download-by-type/file/source-dist >> /var/log/nixpkgs-unstable.log 2>&1"
34 + [ "0-59/15 * * * * hydra-mirror ENABLE_PATCHES=1 perl -I/home/hydra-mirror/nix/inst/libexec/nix ~/release/channels/mirror-channel.pl http://hydra.nixos.org/jobset/nixpkgs/trunk/channel/latest /data/releases/nixpkgs/channels/nixpkgs-unstable /data/releases/nars http://nixos.org/releases/nars /data/releases/patches http://nixos.org/releases/patches http://hydra.nixos.org/job/nixpkgs/trunk/tarball/latest/download-by-type/file/source-dist >> /var/log/nixpkgs-unstable.log 2>&1"
35 ];
36
37 /*