summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-08-05 19:49:23 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-08-05 19:49:23 -0300
commitcd45a4e2e000312d86b072eef9349b9494cd6d36 (patch)
tree6ea4c9d6981c5d14410044592b6afdab3ef2ea7c /config
parent0e4184bc0c06eccd4484c9028c0369554d482aa1 (diff)
Repo organization
Diffstat (limited to 'config')
-rw-r--r--config11
1 files changed, 9 insertions, 2 deletions
diff --git a/config b/config
index effdde4..8fd37bf 100644
--- a/config
+++ b/config
@@ -3,8 +3,15 @@ FTP_BASE="/home/parabolavnx/parabolagnulinux.org/repo"
ARCH_BASE="/home/parabolavnx/parabolagnulinux.org/repo"
SVNREPO="/home/parabolavnx/parabolagnulinux.org/abslibre"
+# Repos from Arch
ARCHREPOS=('core' 'extra' 'community' 'testing' 'multilib')
-PKGREPOS=(${ARCHREPOS[@]} 'libre' 'libre-testing' 'social' 'sugar')
+# Official Parabola repos
+OURREPOS=('libre' 'libre-testing')
+# User repos
+USERREPOS=('~fauno' '~smv' '~xihh')
+# Community project repos
+PROJREPOS=('social' 'elementary' 'kernels' 'radio' 'security' 'social')
+PKGREPOS=(${ARCHREPOS[@]} ${OURREPOS[@]} ${USERREPOS[@]} ${PROJREPOS[@]})
PKGPOOL='pool/packages'
SRCPOOL='sources/packages'
@@ -33,4 +40,4 @@ PKGEXT=".pkg.tar.?z"
SRCEXT=".src.tar.gz"
MAKEPKGCONF="$HOME/etc/makepkg.conf"
-BLACKLIST_FILE="$HOME/parabolagnulinux.org/docs/blacklist.txt" \ No newline at end of file
+BLACKLIST_FILE="$HOME/parabolagnulinux.org/docs/blacklist.txt"