diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-16 12:42:00 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-16 12:42:00 -0500 |
commit | e0aad034cd3b7e91137f85584f9b53cdc871f44f (patch) | |
tree | a7e633da9fc3947d29b6fa828312fe82d2eac99c /local_config.example | |
parent | fbc8eec9e5cb3d598fb84579811f16ff8c2b71d8 (diff) |
Modified local_config.example
Diffstat (limited to 'local_config.example')
-rw-r--r-- | local_config.example | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/local_config.example b/local_config.example index 2c0ef3e..0a827f4 100644 --- a/local_config.example +++ b/local_config.example @@ -3,9 +3,7 @@ mirror="mirrors.eu.kernel.org" mirrorpath="::mirrors/archlinux" # Directories: they should end without / -## Optionals -paraboladir= -## Must be defined +paraboladir=~/parabolagnulinux.org tempdir=~/tmp archdb=${tempdir}/db docs_dir=${paraboladir}/docs @@ -20,12 +18,6 @@ whitelist=${docs_dir}/whitelist.txt 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" -dir_list="pool" -arch_list="i686:x86_64" -other="any" - # Rsync commands rsync_list_command="rsync\ -ptgoL\ --list-only\ " rsync_update_command="rsync -ptgoL --exclude='*.abs.tar.*'" |