diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-20 20:38:38 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-20 20:38:38 +0100 |
commit | a7591f4be3f9e741f5d1e5aeadd3ab20b497a252 (patch) | |
tree | 66b0ca2fe3fa4511a53862d28182a6d9d54a0cdc /config.local.sigurd | |
parent | cb2dcc6ee207e9c5ba4b875d70e387e6347591ed (diff) |
Simplify sourceballs creation
* Read package lists directly from DB file
* Make SVNREPO configurable
Diffstat (limited to 'config.local.sigurd')
-rw-r--r-- | config.local.sigurd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.local.sigurd b/config.local.sigurd index ddb5ba4..f62372c 100644 --- a/config.local.sigurd +++ b/config.local.sigurd @@ -1,3 +1,4 @@ PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing') PKGPOOL='pool/community' SRCPOOL='sources/community' +SVNREPO='file:///srv/svn-community' |