summaryrefslogtreecommitdiff
path: root/config.local.import-ourarches
diff options
context:
space:
mode:
Diffstat (limited to 'config.local.import-ourarches')
-rw-r--r--config.local.import-ourarches14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.local.import-ourarches b/config.local.import-ourarches
new file mode 100644
index 0000000..958ac6d
--- /dev/null
+++ b/config.local.import-ourarches
@@ -0,0 +1,14 @@
+#!/hint/bash
+
+PKGREPOS=(
+ # packages
+ core extra testing staging kde-unstable gnome-unstable
+ # community
+ community{,-testing,-staging}
+ multilib{,-testing,-staging}
+)
+# ARCHES should list arches that ./config.local.parabola has but
+# there's no Arch Linux upstream for.
+ARCHES=(ppc64le)
+PKGPOOL='pool/import-ourarches'
+SRCPOOL='sources/import-ourarches'