From f3add3749351c9070e0fbe43f37b5a94ac1e7123 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 17 Apr 2016 13:58:19 -0400 Subject: more config file cleanup --- cron-jobs/db-cleanup | 1 + cron-jobs/db-cleanup.conf | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 cron-jobs/db-cleanup.conf (limited to 'cron-jobs') diff --git a/cron-jobs/db-cleanup b/cron-jobs/db-cleanup index ce0e5f7..12d3615 100755 --- a/cron-jobs/db-cleanup +++ b/cron-jobs/db-cleanup @@ -16,6 +16,7 @@ trap_exit() { } source "$(dirname $(dirname "$(readlink -e "$0")"))/config" +source "$(dirname "$(readlink -e "$0")")/db-cleanup.conf" source "$(librelib messages)" # From makepkg 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 + ) -- cgit v1.2.3