summaryrefslogtreecommitdiff
path: root/cron-jobs/db-cleanup.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 15:49:31 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 15:49:31 -0400
commitdfd907361f9b8ca470a7feb55339b2b8e2cb1b12 (patch)
tree190c7ea980b584093a56d98035e82cf7005f8933 /cron-jobs/db-cleanup.conf
parentda0737360ab185844e4461d7580cf81c639e9ded (diff)
parent0d7d26fb58525411847795e65ce4ce6260349732 (diff)
Merge branch 'master' into lukeshu/xbs
# Conflicts: # config # cron-jobs/db-cleanup # db-check-nonfree # db-import-archlinux-any-to-ours # db-import-archlinux-pkg # db-import-archlinux-src # test/lib/common.inc # test/test.d/create-filelists.sh # test/test.d/db-update.sh # test/test.d/testing2x.sh
Diffstat (limited to 'cron-jobs/db-cleanup.conf')
-rw-r--r--cron-jobs/db-cleanup.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/cron-jobs/db-cleanup.conf b/cron-jobs/db-cleanup.conf
new file mode 100644
index 0000000..7c2344c
--- /dev/null
+++ b/cron-jobs/db-cleanup.conf
@@ -0,0 +1,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
+ )