summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config11
1 files changed, 0 insertions, 11 deletions
diff --git a/config b/config
index 5e13683..d99bd04 100644
--- a/config
+++ b/config
@@ -15,20 +15,9 @@ SRC_POOL_DIR='sources'
SRV_DIR='/srv'
TMP_DIR='/tmp'
-FTP_BASE="${SRV_DIR}/repo/main"
GIT_BASE="${SRV_DIR}/git"
SYNC_ARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g --quiet'
-CLEANUP_DESTDIR="${FTP_BASE}/old/packages"
-CLEANUP_DRYRUN='false'
-# Time in days to keep moved packages
-CLEANUP_KEEP='30'
-
-SOURCE_CLEANUP_DESTDIR="${FTP_BASE}/old/sources"
-SOURCE_CLEANUP_DRYRUN='true'
-# Time in days to keep moved sourcepackages
-SOURCE_CLEANUP_KEEP='30'
-
REQUIRE_SIGNATURE='true'
LOCK_DELAY='10'