artiq-full: disable archived variants

pull/37/head
Sebastien Bourdeauducq 2020-12-09 12:26:23 +08:00
parent b17a99ac3b
commit 7259a0b3aa
1 changed files with 0 additions and 19 deletions

View File

@ -27,24 +27,19 @@ let
target = "kasli";
variants = [
"afmaster"
"afsatellite"
"berkeley3"
"csu"
"femto1"
"femto2"
"femto3"
"freiburg1"
"griffith"
"hub"
"hw"
"innsbruck2"
"ist"
"liaf"
"luh2"
"luh3"
"mikes"
"mit"
"mitll3"
"mitll4master"
"mitll4satellite"
@ -85,8 +80,6 @@ let
"vlbaimaster"
"vlbaisatellite"
"wipm"
"wipm5master"
"wipm5satellite"
"wipm6"
] ++ (pkgs.lib.lists.optionals (pkgs.lib.strings.versionAtLeast artiq-fast.artiq.version "6.0") [
"apm"
@ -150,12 +143,6 @@ let
};
})) {} variants;
drtio-systems = {
af = {
master = "afmaster";
satellites = {
"1" = "afsatellite";
};
};
mitll4 = {
master = "mitll4master";
satellites = {
@ -168,12 +155,6 @@ let
"1" = "vlbaisatellite";
};
};
wipm5 = {
master = "wipm5master";
satellites = {
"1" = "wipm5satellite";
};
};
} // (pkgs.lib.optionalAttrs (pkgs.lib.strings.versionAtLeast artiq-fast.artiq.version "6.0") {
bonn1 = {
master = "bonn1master";