Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@archlinux.org>2023-05-21 00:46:12 +0800
committerLevente Polyak <anthraxx@archlinux.org>2023-05-24 03:06:03 +0200
commite4c40a980236f22e3d9e7ae292efd09a3a8c7af4 (patch)
tree52bbee3e34e6157a93a6e818443121f0d9074369
parenta08bc2acf49c68061284c7991d41dc78c46ae2b4 (diff)
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.sh3
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