summaryrefslogtreecommitdiff
path: root/db-cleanup.conf
blob: b8d5b86ea8f34b542511ee76b0c4d4415e092753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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/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/packages  # Arch Linux (project)
	sources/community # Arch Linux (community)
)