[Nix-dev] Expand/collapse buttons in VM build logs not working

Eelco Dolstra eelco.dolstra at logicblox.com
Sat Aug 23 15:22:24 CEST 2014


Hi,

On 23/08/14 14:46, Bjørn Forsman wrote:

> Does anyone know why the expand/collapse buttons doesn't work for the
> VM build logs building them locally?
> 
>   cd nixpkgs/nixos/tests
>   nix-build openssh.nix
>   chromium result/log.html      # clicking the +/- buttons have no
> effect (cannot navigate log)
> 
> On the other hand, the build logs on Hydra I can expand/collapse
> without any problem:
> 
>   http://hydra.nixos.org/build/13585555/download/1/log.html

It's because they include the jQuery sources using //ajax.googleapis.com/...
This works if you're accessing the page via http or https, but not via file.
Solution might be to use https unconditionally.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/


More information about the nix-dev mailing list