summaryrefslogtreecommitdiff
path: root/config.local.archlinux32
blob: 1a5f18c5efee32fb1f2b7891d036b0d2e1a4d1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/hint/bash

PKGREPOS=(build-support community community-staging community-testing core extra gnome-unstable kde-unstable staging testing)
ARCHES=('i686')
PKGPOOL='pool/archlinux32'
SRCPOOL='sources/archlinux32'

# "tags" are repo-arch pairs
ARCHTAGS=("${PKGREPOS[@]/%/-i686}") # leaves out *-i486 and releng-x86_64
ARCHPATH='$arch/$repo'
ARCHPKGPOOL='pool'

INHERIT=(
	'pool/packages'
	'pool/community'
	'pool/alarm'
)

# https://git.archlinux32.org/archlinux32/packages/raw/branch/master/core/pacman-mirrorlist/mirrorlist
ARCHMIRROR='rsync://mirror.archlinux32.org/archlinux32/'