diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-21 00:58:33 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-21 00:58:33 +0100 |
commit | 6dc2b46cc17fcac93d3ed1758edd53222631e849 (patch) | |
tree | f33461c4c0562ebc2ad05b783228656e53bb115c | |
parent | de07478719e8462a1f8bb4f61cb83571a37952b8 (diff) |
When on sigurd the svn repo is actually called svn-packages
-rw-r--r-- | config.local.sigurd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.local.sigurd b/config.local.sigurd index f62372c..d28aa37 100644 --- a/config.local.sigurd +++ b/config.local.sigurd @@ -1,4 +1,4 @@ PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing') PKGPOOL='pool/community' SRCPOOL='sources/community' -SVNREPO='file:///srv/svn-community' +SVNREPO='file:///srv/svn-packages' |