summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-10 17:59:47 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-10 17:59:47 -0500
commit69d84cc6edab249037522d00d3685939dc38495a (patch)
treef992e0a134bef65ab9df7a88997192d73510326e /config.sh
parentaf57d31dfb26a7c3d6fe403e0fdb7d540c22d4de (diff)
Firs main deliver
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/config.sh b/config.sh
index 66be477..60bd4ea 100755
--- a/config.sh
+++ b/config.sh
@@ -17,6 +17,7 @@ logname=${paraboladir}/${logtime}-repo-maintainer.log
tempdir=~/tmp/
docs_dir=${paraboladir}/docs
repodir=${paraboladir}/repo
+rsync_blacklist=${docs_dir}/rsyncBlacklist
# Repos, arches, and dirs for repo
repo_list="core:extra:community:testing:community-testing:multilib"
@@ -29,8 +30,8 @@ output="True"
debug="False"
# Rsync commands
-rsync_update_command="rsync -av --delay-updates --exclude=*.{abs|db}.tar.* "
-rsync_post_command="rsync -av --delete --exclude=*.abs.tar.* "
+rsync_update_command="rsync -av --delay-updates --exclude='*.{abs|db}.tar.*' "
+rsync_post_command="rsync -av --delete --exclude='*.abs.tar.*' "
function run_python_cmd {
@@ -39,6 +40,7 @@ function run_python_cmd {
mirrorpath=${mirrorpath} \
logname=${logname} \
tempdir=${tempdir} \
+ rsync_blacklist=${rsync_blacklist} \
docs_dir=${docs_dir} \
repodir=${repodir} \
repo_list=${repo_list} \
@@ -48,4 +50,6 @@ function run_python_cmd {
output=${output} \
debug=${debug} \
$1
-} \ No newline at end of file
+}
+
+source libremessages \ No newline at end of file