diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-11-23 13:19:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-11-23 13:19:35 -0300 |
commit | 51e733fdb525e1c1e9392aa4c3a0b882a6433ad4 (patch) | |
tree | b7cf9c75bbfc86b6fde2e7eddcacc3d1117f7ba1 /config | |
parent | 9ef417865ef8b102875d42d4cb8ebe277de4ec01 (diff) |
Cleanup script + New config vars
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ PKGREPOS=(${ARCHREPOS[@]} ${OURREPOS[@]} ${USERREPOS[@]} ${PROJREPOS[@]}) PKGPOOL='pool/packages' SRCPOOL='sources/packages' +# Directories where packages are shared between repos +# *relative to FTP_BASE* +PKGPOOLS=('pool/packages' 'pool/community' 'extra/os/any' 'community/os/any') +# Directories where sources are stored +SRCPOOLS=('sources/packages' 'sources/community') + CLEANUP_DESTDIR="$FTP_BASE/old/packages" CLEANUP_DRYRUN=true # Time in days to keep moved packages |