From 0c04f014d7f180e56a2916623c6aa4c95c33559e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 12 Feb 2022 11:07:08 +0800 Subject: [PATCH] nixbld: use sipyco flake output for manual --- nixbld-etc-nixos/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 003ea49..bc855a2 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -330,12 +330,12 @@ in - job = artiq:full:sipyco-manual-html + job = artiq:sipyco:sipyco-manual-html command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/sipyco-manual-html - job = artiq:full:sipyco-manual-latexpdf - command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/sipyco-manual-latexpdf + job = artiq:sipyco:sipyco-manual-pdf + command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/sipyco-manual-pdf @@ -565,10 +565,10 @@ in # autogenerated manuals locations."/artiq/sipyco-manual/" = { - alias = "${hydraWwwOutputs}/sipyco-manual-html/share/doc/sipyco-manual/html/"; + alias = "${hydraWwwOutputs}/sipyco-manual-html/"; }; locations."=/artiq/sipyco-manual.pdf" = { - alias = "${hydraWwwOutputs}/sipyco-manual-latexpdf/share/doc/sipyco-manual/SiPyCo.pdf"; + alias = "${hydraWwwOutputs}/sipyco-manual-pdf/SiPyCo.pdf"; }; locations."/artiq/manual-beta/" = { alias = "${hydraWwwOutputs}/artiq-manual-html-beta/";