summaryrefslogtreecommitdiff
path: root/db-cleanup.conf
blob: 12d65f92490fe77c266920eba0e1be4fdc9b57fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/hint/bash

# Both PKGPOOLS and SRCPOOLS are relative to `config:FTP_BASE`.

# Directories where packages are shared between repos
PKGPOOLS=(
	pool/parabola    # Parabola GNU/Linux-libre
	pool/alarm       # Arch Linux ARM
	pool/archlinux32 # Arch Linux 32-bits
	pool/packages    # Arch Linux (project)
	pool/community   # Arch Linux (community)
)

# Directories where sources are stored
SRCPOOLS=(
	sources/parabola    # Parabola GNU/Linux-libre
	sources/alarm       # Arch Linux ARM
	sources/archlinux32 # Arch Linux 32-bits
	sources/packages    # Arch Linux (project)
	sources/community   # Arch Linux (community)
)