From e62bfa20ada102246056ea12405049dbc6a825d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Mon, 28 Sep 2015 04:32:46 -0300 Subject: update *POOL*, *CLEANUP_DESTDIR and WEB_DIR --- config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config b/config index 8171ae1..8a38b71 100644 --- a/config +++ b/config @@ -13,26 +13,26 @@ USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jor PROJREPOS=('nonsystemd' 'nonsystemd-testing' 'nonprism' 'nonprism-testing' 'pcr' 'kernels' 'cross' 'java') # Remote repos PKGREPOS=("${ARCHREPOS[@]}" "${OURREPOS[@]}" "${USERREPOS[@]}" "${PROJREPOS[@]}") -PKGPOOL='pool/parabola' +PKGPOOL='pool/parabola_gnu+linux' PKGPOOLARM='pool/arch_gnu+linux_arm' -SRCPOOL='sources/parabola' +SRCPOOL='src/parabola_gnu+linux' # Directories where packages are shared between repos # *relative to FTP_BASE* -ARCHPKGPOOLS=(pool/{packages,community}) -OURPKGPOOLS=(pool/parabola) +ARCHPKGPOOLS=(pool/arch_gnu+linux_x86{,_community}) +OURPKGPOOLS=(pool/parabola_gnu+linux) PKGPOOLS=(${OURPKGPOOLS[@]} ${ARCHPKGPOOLS[@]}) # Directories where sources are stored -ARCHSRCPOOLS=(sources/{packages,community}) -OURPKGPOOLS=(sources/parabola) +ARCHSRCPOOLS=(src/arch_gnu+linux_x86{,_community}) +OURPKGPOOLS=(src/parabola_gnu+linux) SRCPOOLS=(${OURSRCPOOLS[@]} ${ARCHSRCPOOLS[@]}) -CLEANUP_DESTDIR="$FTP_BASE/old/packages" +CLEANUP_DESTDIR="$FTP_BASE/old/pkg" CLEANUP_DRYRUN=false # Time in days to keep moved packages CLEANUP_KEEP=30 -SOURCE_CLEANUP_DESTDIR="$FTP_BASE/old/sources" +SOURCE_CLEANUP_DESTDIR="$FTP_BASE/old/src" SOURCE_CLEANUP_DRYRUN=true # Time in days to keep moved sourcepackages SOURCE_CLEANUP_KEEP=30 @@ -56,4 +56,4 @@ MAKEPKGCONF="~/.makepkg.conf" BLACKLIST_FILE="$HOME/blacklist/blacklist.txt" # parabolaweb root -WEB_DIR=/srv/http/parabolagnulinux.org/web +WEB_DIR=/srv/http/parabola.nu/web -- cgit v1.2.3