summaryrefslogtreecommitdiff
path: root/etc/dbscripts.d/gnu+linux_arm_arch_legacy
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:55:52 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:55:52 -0300
commit72aad7f38acfa6840a29abace0e7ccfaafb76334 (patch)
tree2318e8e22e2e316aa148e22a24538a6b940ec1ff /etc/dbscripts.d/gnu+linux_arm_arch_legacy
parent13b98e9182bad88e91e2a6d663e79499cf7263e8 (diff)
dbscripts.cfg -> etc/dbscripts.cfg
Diffstat (limited to 'etc/dbscripts.d/gnu+linux_arm_arch_legacy')
-rw-r--r--etc/dbscripts.d/gnu+linux_arm_arch_legacy41
1 files changed, 41 insertions, 0 deletions
diff --git a/etc/dbscripts.d/gnu+linux_arm_arch_legacy b/etc/dbscripts.d/gnu+linux_arm_arch_legacy
new file mode 100644
index 0000000..49b599e
--- /dev/null
+++ b/etc/dbscripts.d/gnu+linux_arm_arch_legacy
@@ -0,0 +1,41 @@
+#!/hint/bash
+
+# Repos from Arch arm
+ARCHREPOS=('core' 'extra' 'community' 'aur' 'alarm')
+# Official Parabola repos
+OURREPOS=('libre' 'libre-testing')
+# User repos
+USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jorginho' '~coadde' '~drtan')
+# Community project repos
+PROJREPOS=('nonsystemd' 'nonsystemd-testing' 'nonprism' 'nonprism-testing' 'pcr' 'kernels' 'cross' 'java')
+# Remote repos
+PKGREPOS=("${ARCHREPOS[@]}" "${OURREPOS[@]}" "${USERREPOS[@]}" "${PROJREPOS[@]}")
+PKGPOOL='pool/parabola'
+SRCPOOL='sources/parabola'
+
+# Directories where packages are shared between repos
+# *relative to root_dir*
+ARCHPKGPOOLS=(pool/arch_gnu+linux-arm_main)
+OURPKGPOOLS=(pool/parabola)
+PKGPOOLS=(${OURPKGPOOLS[@]} ${ARCHPKGPOOLS[@]})
+# Directories where sources are stored
+ARCHSRCPOOLS=(sources/arch_gnu+linux-arm_main)
+OURPKGPOOLS=(sources/parabola)
+SRCPOOLS=(${OURSRCPOOLS[@]} ${ARCHSRCPOOLS[@]})
+
+ARCHARCHES=('arm' 'armv6h' 'armv7h' 'aarch64')
+OURARCHES=()
+ARCHES=(${ARCHARCHES[@]} ${OURARCHES[@]})
+
+# db-sync
+#mirror="mirrors.kernel.org"
+mirror="mirrors.niyawe.de"
+
+## mirrors without sources folder
+#mirror="mirror.nl.leaseweb.net"
+#mirror="mirror.one.com"
+#mirror="mirror.us.leaseweb.net"
+#mirror="mirror.bytemark.co.uk"
+#mirror="mirror.de.leaseweb.net"
+
+mirror_path="archlinux"