diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-01-09 15:34:13 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-01-09 15:34:13 -0300 |
commit | 47b0e5207b933e5563324c92c8a1841322cde6e9 (patch) | |
tree | ca481632f00c43df99e4be3a7c4e74a142df2c3c /config | |
parent | a3e0b61d4d14f01442b98deaa18f66ceb3c4b3b9 (diff) |
Use config ARCHES and REPOS to get-repos
Diffstat (limited to 'config')
-rw-r--r-- | config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,8 @@ OURREPOS=('libre' 'libre-testing') USERREPOS=('~fauno' '~smv' '~xihh' '~mtjm' '~brendan' '~lukeshu') # Community project repos PROJREPOS=('social' 'elementary' 'kernels' 'radio' 'security' 'sugar' 'gnu') +# Remote repos +RMTREPOS=('connos' 'connos-extra') PKGREPOS=(${ARCHREPOS[@]} ${OURREPOS[@]} ${USERREPOS[@]} ${PROJREPOS[@]}) PKGPOOL='pool/packages' SRCPOOL='sources/packages' @@ -48,3 +50,6 @@ SRCEXT=".src.tar.gz" MAKEPKGCONF="~/.makepkg.conf" BLACKLIST_FILE="$HOME/blacklist/blacklist.txt" + +# parabolaweb root +WEB_DIR=/srv/http/web |