summaryrefslogtreecommitdiff
path: root/cron-jobs
diff options
context:
space:
mode:
Diffstat (limited to 'cron-jobs')
-rwxr-xr-xcron-jobs/db-cleanup2
-rw-r--r--cron-jobs/db-cleanup.conf19
2 files changed, 1 insertions, 20 deletions
diff --git a/cron-jobs/db-cleanup b/cron-jobs/db-cleanup
index 12d3615..e8f558a 100755
--- a/cron-jobs/db-cleanup
+++ b/cron-jobs/db-cleanup
@@ -16,7 +16,7 @@ trap_exit() {
}
source "$(dirname $(dirname "$(readlink -e "$0")"))/config"
-source "$(dirname "$(readlink -e "$0")")/db-cleanup.conf"
+source "$(dirname $(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
deleted file mode 100644
index b8d5b86..0000000
--- a/cron-jobs/db-cleanup.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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)
-)