Skip to content

Commit ad9ffe3

Browse files
committed
temporarily drop raptor
1 parent 0c84712 commit ad9ffe3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build-releases

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
source build/envsetup.sh
44

55
if [[ $HOSTNAME == raphael ]]; then
6-
readonly devices=(comet tokay shiba lynx bluejay)
7-
elif [[ $HOSTNAME = raptor ]]; then
8-
readonly devices=(komodo akita felix cheetah raven)
6+
readonly devices=(comet caiman akita shiba tangorpro cheetah bluejay oriole)
97
elif [[ $HOSTNAME = vermeer ]]; then
10-
readonly devices=(caiman husky tangorpro panther oriole)
8+
readonly devices=(komodo tokay husky felix lynx panther raven)
119
else
1210
echo invalid hostname >&2
1311
exit 1

0 commit comments

Comments
 (0)