index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Heusel <christian@heusel.eu> | 2023-07-21 11:04:13 +0200 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2023-10-02 11:29:03 +0200 |
commit | 0669315821ea0af00fcc2c6271eb474174173e0a (patch) | |
tree | 774529c5c8a545a81eafbca30bda92d15b8d6219 /src/lib/valid-repos.sh | |
parent | a6d43aca01eadcb4df8b888aebc58fe3d89b51d2 (diff) |
-rw-r--r-- | src/lib/valid-repos.sh | 4 |
diff --git a/src/lib/valid-repos.sh b/src/lib/valid-repos.sh index 14f90ce..af8a552 100644 --- a/src/lib/valid-repos.sh +++ b/src/lib/valid-repos.sh @@ -4,7 +4,7 @@ : # shellcheck disable=2034 -_repos=( +DEVTOOLS_VALID_REPOS=( core core-staging core-testing extra extra-staging extra-testing multilib multilib-staging multilib-testing @@ -13,7 +13,7 @@ _repos=( ) # shellcheck disable=2034 -_build_repos=( +DEVTOOLS_VALID_BUILDREPOS=( core-staging core-testing extra extra-staging extra-testing multilib multilib-staging multilib-testing |