summaryrefslogtreecommitdiff
path: root/config.local.svn-community
blob: 5d61b5ea649af8f24c1d39c7fe4044117d860354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/hint/bash

PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing' 'multilib-staging')
PKGPOOL='pool/community'
SRCPOOL='sources/community'
SVNREPO='file:///srv/repos/svn-community/svn'
SVNUSER='svn-community'
TESTING_REPO='community-testing'
STABLE_REPOS=('community')

CLEANUP_DESTDIR="/srv/repos/svn-community/package-cleanup"
SOURCE_CLEANUP_DESTDIR="/srv/repos/svn-community/source-cleanup"
TMPDIR="/srv/repos/svn-community/tmp"