Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/lib/valid-repos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/valid-repos.sh')
-rw-r--r--src/lib/valid-repos.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/valid-repos.sh b/src/lib/valid-repos.sh
new file mode 100644
index 0000000..14f90ce
--- /dev/null
+++ b/src/lib/valid-repos.sh
@@ -0,0 +1,22 @@
+#!/hint/bash
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+:
+
+# shellcheck disable=2034
+_repos=(
+ core core-staging core-testing
+ extra extra-staging extra-testing
+ multilib multilib-staging multilib-testing
+ gnome-unstable
+ kde-unstable
+)
+
+# shellcheck disable=2034
+_build_repos=(
+ core-staging core-testing
+ extra extra-staging extra-testing
+ multilib multilib-staging multilib-testing
+ gnome-unstable
+ kde-unstable
+)