summaryrefslogtreecommitdiff
path: root/config.d/gnu+linux_arm_arch_legacy
blob: 1a470dbfa42a72b0b7e026cc73646b4b41b349d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 FTP_BASE*
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"

mirrorpath="archlinux"