summaryrefslogtreecommitdiff
path: root/db-cleanup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db-cleanup.conf')
-rw-r--r--db-cleanup.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/db-cleanup.conf b/db-cleanup.conf
new file mode 100644
index 0000000..b8d5b86
--- /dev/null
+++ b/db-cleanup.conf
@@ -0,0 +1,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)
+)