forked from M-Labs/it-infra
nixbld: set up artiq-legacy
This commit is contained in:
parent
3a3f14e5c1
commit
ed9746f3f4
|
@ -324,6 +324,20 @@ in
|
|||
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-conda-channel
|
||||
</runcommand>
|
||||
|
||||
<runcommand>
|
||||
job = artiq:full-legacy:artiq-manual-html
|
||||
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-html-legacy
|
||||
</runcommand>
|
||||
<runcommand>
|
||||
job = artiq:full-legacy:artiq-manual-latexpdf
|
||||
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-manual-latexpdf-legacy
|
||||
</runcommand>
|
||||
<runcommand>
|
||||
job = artiq:full-legacy:conda-channel
|
||||
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-conda-channel-legacy
|
||||
</runcommand>
|
||||
|
||||
|
||||
<githubstatus>
|
||||
jobs = artiq:fast.*:extended-tests
|
||||
inputs = artiqSrc
|
||||
|
@ -521,6 +535,12 @@ in
|
|||
locations."=/artiq/manual.pdf" = {
|
||||
alias = "${hydraWwwOutputs}/artiq-manual-latexpdf/share/doc/artiq-manual/ARTIQ.pdf";
|
||||
};
|
||||
locations."/artiq/manual-legacy/" = {
|
||||
alias = "${hydraWwwOutputs}/artiq-manual-html-legacy/share/doc/artiq-manual/html/";
|
||||
};
|
||||
locations."=/artiq/manual-legacy.pdf" = {
|
||||
alias = "${hydraWwwOutputs}/artiq-manual-latexpdf-legacy/share/doc/artiq-manual/ARTIQ.pdf";
|
||||
};
|
||||
|
||||
# legacy content
|
||||
locations."/migen/manual/" = {
|
||||
|
@ -570,6 +590,13 @@ in
|
|||
index bogus_index_file;
|
||||
'';
|
||||
};
|
||||
locations."/artiq-legacy/" = {
|
||||
alias = "${hydraWwwOutputs}/artiq-conda-channel-legacy/";
|
||||
extraConfig = ''
|
||||
autoindex on;
|
||||
index bogus_index_file;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"git.m-labs.hk" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in New Issue