summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-01-09 15:34:13 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-01-09 15:34:13 -0300
commit47b0e5207b933e5563324c92c8a1841322cde6e9 (patch)
treeca481632f00c43df99e4be3a7c4e74a142df2c3c /config
parenta3e0b61d4d14f01442b98deaa18f66ceb3c4b3b9 (diff)
Use config ARCHES and REPOS to get-repos
Diffstat (limited to 'config')
-rw-r--r--config5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index 949d171..1304e01 100644
--- a/config
+++ b/config
@@ -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