summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-31 16:04:28 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-01 22:04:35 -0500
commita9d3b75c29cc82346c17787456fed009392f2029 (patch)
treefcd8831b6cd1513c3190c1c2b6a58c383dd7f0ea
parent6a093f1dc6bd5398115544dd229b520f9432e122 (diff)
local_config.example: remove unused variables, update comments
-rw-r--r--local_config.example31
1 files changed, 10 insertions, 21 deletions
diff --git a/local_config.example b/local_config.example
index 2280cc2..daa6874 100644
--- a/local_config.example
+++ b/local_config.example
@@ -1,26 +1,15 @@
-# Mirror options
+#/bin/bash # as a hint to text editors
+_paraboladir=~/parabolagnulinux.org
+
+# db-sync
mirror="mirrors.eu.kernel.org"
mirrorpath="mirrors/archlinux"
-# Directories: they should end without /
-paraboladir=~/parabolagnulinux.org
-tempdir=~/tmp
-archdb=${tempdir}/db
-docs_dir=${paraboladir}/docs
-repodir=${paraboladir}/repo
-licenses_dir=${docs_dir}/pending_licenses
-# End Directories
-
-# Files
-logname=${paraboladir}/log/$(date -u +%Y%m%d-%H:%M)-repo-maintainer.log
-rsout_file=${tempdir}/rsout
-rsync_not_needed=${tempdir}/rsync_not_needed
-
-rsync_blacklist=${docs_dir}/rsyncBlacklist
+# mkrepo
+repodir=${_paraboladir}/repo
-blacklist=${docs_dir}/blacklist.txt
-whitelist=${docs_dir}/whitelist.txt
+# yf-update
+blacklist=${_paraboladir}/docs/blacklist.txt
+whitelist=${_paraboladir}/docs/whitelist.txt
-# Rsync commands
-rsync_list_command="rsync -rptgoL --exclude='*.abs.tar.*' --list-only --no-motd "
-rsync_update_command="rsync -rptgoL --exclude='*.abs.tar.*' --no-motd "
+unset _paraboladir