summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 18:30:39 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 18:30:39 -0300
commitfa4ff798507ded0b26dcdc310d1f97e2e61198c4 (patch)
treeb1a7a66b187fb3825f24fba79603a19bd9036127 /config
parenta6f91db681e302763b687bb47abb5d258948007b (diff)
rename FTP_BASE -> root_dir
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 97156e0..40961b5 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#!/hint/bash
-FTP_BASE="/srv/repo/main"
+root_dir="/srv/repo/main"
NONFREE_DISTROS=('gnu+linux_x86_arch_legacy' 'gnu+linux_arm_arch_legacy')
DISTROS=("${NONFREE_DISTROS}")
@@ -8,12 +8,12 @@ DISTROS=("${NONFREE_DISTROS}")
# add compability support
source "$(dirname "$(readlink -e "$0")")/config.d/gnu+linux_x86_arch_legacy
-CLEANUP_DESTDIR="$FTP_BASE/old/packages"
+CLEANUP_DESTDIR="${root_dir}/old/packages"
CLEANUP_DRYRUN=false
# Time in days to keep moved packages
CLEANUP_KEEP=30
-SOURCE_CLEANUP_DESTDIR="$FTP_BASE/old/sources"
+SOURCE_CLEANUP_DESTDIR="${root_dir}/old/sources"
SOURCE_CLEANUP_DRYRUN=true
# Time in days to keep moved sourcepackages
SOURCE_CLEANUP_KEEP=30