summaryrefslogtreecommitdiff
path: root/db-cleanup.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-14 18:21:11 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-02-14 18:21:11 -0500
commit92583e52b6b785b0c5c740948cb09738f3027275 (patch)
tree9c6e8b6b0147748b86df16a2e7778862e18fc5a8 /db-cleanup.conf
parent4c94e164c4b84f640cde0531be9ecfefe41801de (diff)
mv cron-jobs/db-cleanup.conf .
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)
+)