summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-11 12:39:40 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-11 12:39:40 -0500
commit3e27d11f68571bce92138f6cbfcaecac75fa1644 (patch)
tree36647c3691da83e85a0e06ceff3a4b47adf9f49b /config.sh
parent857ecbe794c714919612b533303e7a9ef781c75b (diff)
Fixed some errors
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.sh b/config.sh
index 75d4b73..9a44f50 100755
--- a/config.sh
+++ b/config.sh
@@ -2,10 +2,6 @@
# -*- coding: utf-8 -*-
source local_config
-# Rsync commands
-rsync_update_command="rsync -av --delay-updates --exclude='*.{abs|db}.tar.*' "
-rsync_post_command="rsync -av --delete --exclude='*.abs.tar.*' "
-
function run_python_cmd {
env \
mirror=${mirror} \
@@ -13,7 +9,6 @@ function run_python_cmd {
logname=${logname} \
tempdir=${tempdir} \
archdb=${archdb} \
- docs_dir=${docs_dir} \
repodir=${repodir} \
blacklist=${blacklist} \
whitelist=${whitelist} \