summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2014-06-15 22:20:18 +0000
committerParabola <dev@list.parabolagnulinux.org>2014-06-15 22:20:18 +0000
commitd902025a8a000c1383c7612e9f442c6734290169 (patch)
tree7bbce95410fe7627b8a7f12e4f083c4e40bd3ffd /config
parentdc7260243263b8e49bbc308eb67945c43f3bf122 (diff)
put our packages in a separate pool
Diffstat (limited to 'config')
-rw-r--r--config12
1 files changed, 8 insertions, 4 deletions
diff --git a/config b/config
index 29c42fe..c6efac6 100644
--- a/config
+++ b/config
@@ -12,14 +12,18 @@ USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jor
PROJREPOS=('pcr' 'kernels' 'cross' 'java' 'java-ugly' 'nonprism')
# Remote repos
PKGREPOS=("${ARCHREPOS[@]}" "${OURREPOS[@]}" "${USERREPOS[@]}" "${PROJREPOS[@]}")
-PKGPOOL='pool/packages'
-SRCPOOL='sources/packages'
+PKGPOOL='pool/parabola'
+SRCPOOL='sources/parabola'
# Directories where packages are shared between repos
# *relative to FTP_BASE*
-PKGPOOLS=('pool/packages' 'pool/community')
+ARCHPKGPOOLS=(pool/{packages,community})
+OURPKGPOOLS=(pool/parabola)
+PKGPOOLS=(${OURPKGPOOLS[@]} ${ARCHPKGPOOLS[@]})
# Directories where sources are stored
-SRCPOOLS=('sources/packages' 'sources/community')
+ARCHSRCPOOLS=(sources/{packages,community})
+OURPKGPOOLS=(sources/parabola)
+SRCPOOLS=(${OURSRCPOOLS[@]} ${ARCHSRCPOOLS[@]})
CLEANUP_DESTDIR="$FTP_BASE/old/packages"
CLEANUP_DRYRUN=false