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