summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-28 04:56:48 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-28 04:56:48 -0300
commitc1c48223db40547b6d62f699494922c8aee78941 (patch)
treee9e2b1069eacf7979dc01bc60df7cb353b4af796
parente62bfa20ada102246056ea12405049dbc6a825d0 (diff)
ARCH*POOLS: change back to legacy directories
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 8a38b71..d82889e 100644
--- a/config
+++ b/config
@@ -19,11 +19,11 @@ SRCPOOL='src/parabola_gnu+linux'
# Directories where packages are shared between repos
# *relative to FTP_BASE*
-ARCHPKGPOOLS=(pool/arch_gnu+linux_x86{,_community})
+ARCHPKGPOOLS=(pool/{packages,community})
OURPKGPOOLS=(pool/parabola_gnu+linux)
PKGPOOLS=(${OURPKGPOOLS[@]} ${ARCHPKGPOOLS[@]})
# Directories where sources are stored
-ARCHSRCPOOLS=(src/arch_gnu+linux_x86{,_community})
+ARCHSRCPOOLS=(sources/{packages,community})
OURPKGPOOLS=(src/parabola_gnu+linux)
SRCPOOLS=(${OURSRCPOOLS[@]} ${ARCHSRCPOOLS[@]})