summaryrefslogtreecommitdiff
path: root/local_config.example
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-19 19:14:41 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-19 19:14:41 -0500
commitc44ba7fa5154e71921d64f2065a71a4c6755c61b (patch)
tree7e4da8664a81b59ca104dea910060ca123dcf8d0 /local_config.example
parente341449526be63b061e6d2661e5f539b959e8c07 (diff)
Next fix
Diffstat (limited to 'local_config.example')
-rw-r--r--local_config.example13
1 files changed, 8 insertions, 5 deletions
diff --git a/local_config.example b/local_config.example
index 0a827f4..05694e9 100644
--- a/local_config.example
+++ b/local_config.example
@@ -1,6 +1,6 @@
# Mirror options
mirror="mirrors.eu.kernel.org"
-mirrorpath="::mirrors/archlinux"
+mirrorpath="mirrors/archlinux"
# Directories: they should end without /
paraboladir=~/parabolagnulinux.org
@@ -13,11 +13,14 @@ licenses_dir=${docs_dir}/pending_licenses
# 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
+
blacklist=${docs_dir}/blacklist.txt
whitelist=${docs_dir}/whitelist.txt
-rsync_blacklist=${docs_dir}/rsyncBlacklist
-rsync_not_needed=${tmp}/rsync_not_needed
# Rsync commands
-rsync_list_command="rsync\ -ptgoL\ --list-only\ "
-rsync_update_command="rsync -ptgoL --exclude='*.abs.tar.*'"
+rsync_list_command="rsync -rptgoL --exclude='*.abs.tar.*' --list-only --no-motd "
+rsync_update_command="rsync -rptgoL --exclude='*.abs.tar.*' --no-motd "