diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-01 22:08:39 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-01 22:08:39 -0500 |
commit | b57c78930fec71dc6c5ef8eaa5148a22f75a1fff (patch) | |
tree | b82d26420099e1d49b7ee97af6f0dc3bafac2417 /local_config | |
parent | 00b1be5472acddf258f948719714ec1c6f3cdab1 (diff) |
go ahead and track local_config
Diffstat (limited to 'local_config')
-rw-r--r-- | local_config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/local_config b/local_config new file mode 100644 index 0000000..ec22d84 --- /dev/null +++ b/local_config @@ -0,0 +1,20 @@ +#/bin/bash # as a hint to text editors +_paraboladir=/srv/http/repo/public + +# db-sync +#mirror="mirrors.uk2.net" +mirror="mirrors.kernel.org" +#mirror="mirror.umd.edu" +#mirror="archlinux.c3sl.ufpr.br" +#mirror="mirror.us.leaseweb.net" +#mirror="mirror.de.leaseweb.net" +mirrorpath="mirrors/archlinux" + +# mkrepo +repodir=${_paraboladir}/repo + +# yf-update +blacklist=${_paraboladir}/docs/blacklist.txt +whitelist=${_paraboladir}/docs/whitelist.txt + +unset _paraboladir |