diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-11 10:26:40 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-11 10:26:40 -0500 |
commit | 857ecbe794c714919612b533303e7a9ef781c75b (patch) | |
tree | 5ff8d1e69b7df5c91ae0ce0cf96c1cca650312af /config.sh | |
parent | 67038ba1840d0f57b0ce49fdabd3dfa8057e2451 (diff) |
Use non tracked file local_config for config.
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 33 |
1 files changed, 1 insertions, 32 deletions
@@ -1,37 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- - -# Mirror options -mirror="mirrors.eu.kernel.org" -mirrorpath="::mirrors/archlinux" - -# Directories -## Optionals -paraboladir=~/parabolagnulinux.org -logtime=$(date -u +%Y%m%d-%H:%M) -## Must be defined -logname=${paraboladir}/${logtime}-repo-maintainer.log -tempdir=~/tmp/ -archdb=${tempdir}/db -docs_dir=${paraboladir}/docs -repodir=${paraboladir}/repo -# End Directories - -# Files -blacklist=${docs_dir}/blacklist.txt -whitelist=${docs_dir}/whitelist.txt -pending=${docs_dir}/pending -rsync_blacklist=${docs_dir}/rsyncBlacklist - -# Repos, arches, and dirs for repo -repo_list="core:extra:community:testing:community-testing:multilib" -dir_list="pool" -arch_list="i686:x86_64" -other="any" - -# Output options -output="True" -debug="False" +source local_config # Rsync commands rsync_update_command="rsync -av --delay-updates --exclude='*.{abs|db}.tar.*' " |