summaryrefslogtreecommitdiff
path: root/cron-jobs
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 /cron-jobs
parent4c94e164c4b84f640cde0531be9ecfefe41801de (diff)
mv cron-jobs/db-cleanup.conf .
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)
-)