nixbld: use ARTIQ flake output for manual

force-ssl-main-website
Sebastien Bourdeauducq 2022-02-12 10:19:15 +08:00
parent 0b8aa97192
commit d4c36b8cfd
1 changed files with 5 additions and 5 deletions

View File

@ -339,12 +339,12 @@ in
</runcommand> </runcommand>
<runcommand> <runcommand>
job = artiq:full-beta:artiq-manual-html job = artiq:main-beta:artiq-manual-html
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-html-beta command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-html-beta
</runcommand> </runcommand>
<runcommand> <runcommand>
job = artiq:full-beta:artiq-manual-latexpdf job = artiq:main-beta:artiq-manual-pdf
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-latexpdf-beta command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-pdf-beta
</runcommand> </runcommand>
<runcommand> <runcommand>
job = artiq:full-beta:conda-channel job = artiq:full-beta:conda-channel
@ -571,10 +571,10 @@ in
alias = "${hydraWwwOutputs}/sipyco-manual-latexpdf/share/doc/sipyco-manual/SiPyCo.pdf"; alias = "${hydraWwwOutputs}/sipyco-manual-latexpdf/share/doc/sipyco-manual/SiPyCo.pdf";
}; };
locations."/artiq/manual-beta/" = { locations."/artiq/manual-beta/" = {
alias = "${hydraWwwOutputs}/artiq-manual-html-beta/share/doc/artiq-manual/html/"; alias = "${hydraWwwOutputs}/artiq-manual-html-beta/";
}; };
locations."=/artiq/manual-beta.pdf" = { locations."=/artiq/manual-beta.pdf" = {
alias = "${hydraWwwOutputs}/artiq-manual-latexpdf-beta/share/doc/artiq-manual/ARTIQ.pdf"; alias = "${hydraWwwOutputs}/artiq-manual-pdf-beta/ARTIQ.pdf";
}; };
locations."/artiq/manual/" = { locations."/artiq/manual/" = {
alias = "${hydraWwwOutputs}/artiq-manual-html/share/doc/artiq-manual/html/"; alias = "${hydraWwwOutputs}/artiq-manual-html/share/doc/artiq-manual/html/";