diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 06:04:08 -0800 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 06:04:08 -0800 |
commit | 323b2e1d83af45b7e4fe90c4822d3366cc48e588 (patch) | |
tree | a3cf569c1653d475b549dab341a9dc96ef20983d /config | |
parent | 4a31562deb872713acae3d17f0f638edd0c4158e (diff) |
Added [multilib]
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,11 +4,11 @@ ARCH_BASE="/srv/http/repo/public" SVNREPO="/var/abs" # Repos from Arch -ARCHREPOS=('core' 'testing' 'extra' 'community') # 'multilib') +ARCHREPOS=('core' 'testing' 'extra' 'community' 'multilib') # Official Parabola repos OURREPOS=('libre' 'libre-testing') # User repos -USERREPOS=('~fauno' '~smv' '~xihh' '~mtjm' '~brendan') +USERREPOS=('~fauno' '~smv' '~xihh' '~mtjm' '~brendan' '~lukeshu') # Community project repos PROJREPOS=('social' 'elementary' 'kernels' 'radio' 'security' 'sugar') PKGREPOS=(${ARCHREPOS[@]} ${OURREPOS[@]} ${USERREPOS[@]} ${PROJREPOS[@]}) @@ -22,7 +22,7 @@ PKGPOOLS=('pool/packages' 'pool/community' 'extra/os/any' 'community/os/any') SRCPOOLS=('sources/packages' 'sources/community') CLEANUP_DESTDIR="$FTP_BASE/old/packages" -CLEANUP_DRYRUN=true +CLEANUP_DRYRUN=false # Time in days to keep moved packages CLEANUP_KEEP=30 |