summaryrefslogtreecommitdiff
path: root/cron-jobs/db-cleanup.conf
blob: 7c2344c59675e55fc61f6623f26608b4eb6e5fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Directories where packages are shared between repos
# *relative to FTP_BASE*
PKGPOOLS=(pool/parabola_gnu+linux # Parabola GNU/Linux-libre
	  pool/arch_gnu+linux_arm # Arch Linux ARM
	  pool/{packages,community} # Arch Linux
	 )
# Directories where sources are stored
SRCPOOLS=(src/parabola_gnu+linux # Parabola GNU/Linux-libre
	  src/arch_gnu+linux_arm # Arch Linux ARM
	  sources/{packages,community} # Arch Linux
	 )