@cryptotaxi247 / infra / commits / 4b357bc7

Use https to access Hydra

Eelco Dolstra committed Mar 10, 2016 at 14:40 UTC 4b357bc749c0522098f1353127175efb8d0f74d7
1 file changed +1 -1
nixos-org/hydra-mirror.nix
+1 -1
@@ -19,7 +19,7 @@ let
19 ''
20 source /etc/profile
21 cd /home/hydra-mirror/nixos-channel-scripts
22 - exec ./mirror-nixos-branch.pl ${channelName} http://hydra.nixos.org/job/${mainJob}/latest-finished \
22 + exec ./mirror-nixos-branch.pl ${channelName} https://hydra.nixos.org/job/${mainJob}/latest-finished \
23 ${optionalString (channelName == "15.09") "1"}
24 ''; # */
25 serviceConfig.User = "hydra-mirror";