diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-11 12:39:40 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-11 12:39:40 -0500 |
commit | 3e27d11f68571bce92138f6cbfcaecac75fa1644 (patch) | |
tree | 36647c3691da83e85a0e06ceff3a4b47adf9f49b /config.sh | |
parent | 857ecbe794c714919612b533303e7a9ef781c75b (diff) |
Fixed some errors
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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} \ |