cf70046598
* These devices no longer get updates, stop trying to merge the same tag every month Change-Id: I3be325bf1f75b2df17c53bfeebb2c7f842a3be75
14 lines
156 B
Text
14 lines
156 B
Text
# All supported devices
|
|
# Usage: ${devices[@]}
|
|
readonly devices=(
|
|
raven
|
|
oriole
|
|
barbet
|
|
redfin
|
|
bramble
|
|
sunfish
|
|
coral
|
|
flame
|
|
bonito
|
|
sargo
|
|
)
|