summaryrefslogtreecommitdiff
path: root/local_config.example
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 03:15:01 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 03:15:01 -0500
commit374c8e2a5183cdbaefe9f54184603ad8d09e30c2 (patch)
treed21bb4638091c4522235f961ed3dcbf6afcf7fd6 /local_config.example
parent7203e2e2631e29a79f4ea822c371d4e12c9c1a88 (diff)
* bash-repo for testing
* merged dbscripts with repm
Diffstat (limited to 'local_config.example')
-rw-r--r--local_config.example18
1 files changed, 7 insertions, 11 deletions
diff --git a/local_config.example b/local_config.example
index 99a1fdb..2c0ef3e 100644
--- a/local_config.example
+++ b/local_config.example
@@ -4,21 +4,21 @@ mirrorpath="::mirrors/archlinux"
# Directories: they should end without /
## Optionals
-paraboladir=~/parabolagnulinux.org
-logtime=$(date -u +%Y%m%d-%H:%M)
+paraboladir=
## Must be defined
tempdir=~/tmp
archdb=${tempdir}/db
docs_dir=${paraboladir}/docs
-repodir=${paraboladir}/repo
+repodir=${paraboladir}/repo/staging
+licenses_dir=${docs_dir}/pending_licenses
# End Directories
# Files
-logname=${paraboladir}/log/${logtime}-repo-maintainer.log
+logname=${paraboladir}/log/$(date -u +%Y%m%d-%H:%M)-repo-maintainer.log
blacklist=${docs_dir}/blacklist.txt
whitelist=${docs_dir}/whitelist.txt
-pending=${docs_dir}/pending
rsync_blacklist=${docs_dir}/rsyncBlacklist
+rsync_not_needed=${tmp}/rsync_not_needed
# Repos, arches, and dirs for repo
repo_list="core:extra:community:testing:community-testing:multilib"
@@ -26,10 +26,6 @@ dir_list="pool"
arch_list="i686:x86_64"
other="any"
-# Output options
-output="True"
-debug="False"
-
# Rsync commands
-rsync_update_command="rsync -nav --delay-updates --exclude='*.{abs|db}.tar.*' "
-rsync_post_command="rsync -nav --delete --exclude='*.abs.tar.*' " \ No newline at end of file
+rsync_list_command="rsync\ -ptgoL\ --list-only\ "
+rsync_update_command="rsync -ptgoL --exclude='*.abs.tar.*'"