summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-08-05 15:51:27 -0700
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-08-05 15:51:27 -0700
commite1dbcca48922a1ad29f7a8131497db3bab2d7de5 (patch)
tree43b74f9892876ceea1ad91f277f12d2f855e8cfe
parent747c58ab578a3f808c4e38bd70b46cfd47ece5ca (diff)
parentcd45a4e2e000312d86b072eef9349b9494cd6d36 (diff)
Merge branch 'master' of http://projects.parabolagnulinux.org/dbscripts into stable
Conflicts: config
-rw-r--r--config9
1 files changed, 8 insertions, 1 deletions
diff --git a/config b/config
index eda45eb..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-testing' 'libre' 'security' 'social' 'sugar' 'elementary' '~fauno' '~xihh' '~smv')
+# 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'