diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-06-10 12:28:38 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-06-10 12:28:38 +0200 |
commit | 75deac81c2ca88219a4bc31d4a9a3da4f8274863 (patch) | |
tree | 46a7396f4858f319bf729445d3dcbe8917471df3 /config.local.sigurd | |
parent | bc7cc36f4741c7a800afd94952dfccfdb4da2707 (diff) |
Make repositories for testing2x configurable
Diffstat (limited to 'config.local.sigurd')
-rw-r--r-- | config.local.sigurd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.local.sigurd b/config.local.sigurd index 468ec64..4f95bd2 100644 --- a/config.local.sigurd +++ b/config.local.sigurd @@ -2,3 +2,5 @@ PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multil PKGPOOL='pool/community' SRCPOOL='sources/community' SVNREPO='file:///srv/svn-packages' +TESTING_REPO='community-testing' +STABLE_REPOS=('community') |