From dfa2a4017e3b676f0f20757c15e9b4d59ae7c508 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 18 Jul 2019 00:10:33 +0800 Subject: [PATCH] nixbld: update documentation jobset name --- nixbld-etc-nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 7e21bcd..b9ca033 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -142,11 +142,11 @@ ACTION=="add", SUBSYSTEM=="tty", \ max_output_size = 10000000000 - job = artiq:main:artiq-manual-html + job = artiq:full:artiq-manual-html command = ln -sf $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-html-beta - job = artiq:main:artiq-manual-latexpdf + job = artiq:full:artiq-manual-latexpdf command = ln -sf $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-latexpdf-beta '';