diff options
author | Chih-Hsuan Yen <yan12125@archlinux.org> | 2023-05-21 00:46:12 +0800 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-24 03:06:03 +0200 |
commit | e4c40a980236f22e3d9e7ae292efd09a3a8c7af4 (patch) | |
tree | 52bbee3e34e6157a93a6e818443121f0d9074369 | |
parent | a08bc2acf49c68061284c7991d41dc78c46ae2b4 (diff) | |
download | devtools-e4c40a980236f22e3d9e7ae292efd09a3a8c7af4.tar.xz |
fix(completion): incorporate repo layout into offload-build completion
Use new repo names for build targets. This follows /usr/bin/*-build
links other than x86_64_v3 ones.
-rw-r--r-- | src/lib/valid-repos.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/valid-repos.sh b/src/lib/valid-repos.sh index 1f823f4..14f90ce 100644 --- a/src/lib/valid-repos.sh +++ b/src/lib/valid-repos.sh @@ -14,7 +14,8 @@ _repos=( # shellcheck disable=2034 _build_repos=( - extra staging testing + core-staging core-testing + extra extra-staging extra-testing multilib multilib-staging multilib-testing gnome-unstable kde-unstable |