1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/hint/bash # # SPDX-License-Identifier: GPL-3.0-or-later : # shellcheck disable=2034 DEVTOOLS_VALID_REPOS=( core core-staging core-testing extra extra-staging extra-testing ) # shellcheck disable=2034 DEVTOOLS_VALID_BUILDREPOS=( core-staging core-testing extra extra-staging extra-testing )