summaryrefslogtreecommitdiff
path: root/db-cleanup.conf
blob: 9944438e9e57d97eaec7aa115869d39665a5ada0 (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
#!/hint/bash

# All `*POOLS` variables 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 source-packages 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)
)

# Directories where torrents are stored
TORRENTPOOLS=(
	torrents
)