summarylogtreecommitdiffstats
path: root/valid-repos-loong64.sh
blob: af61e246a4588e2723484041a4fc529e0feb5ce7 (plain)
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
)