summaryrefslogtreecommitdiff
path: root/config.local.archlinux32
blob: d1bf74c866d033c4e38893dc78c6d3444eda9ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/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=({build-support,core,testing,extra,community}-i686)
ARCHPATH='$arch/$repo'
ARCHPKGPOOL='pool'

OURPKGPOOL='pool/archlinux32'

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/'