diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-28 09:34:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-28 09:34:27 +0200 |
commit | bbc1acd6e9e086c5bcfccac971c8ca4edd192765 (patch) | |
tree | cafee6b8011ee3e2d72c77e8858473bf425a5e79 /tests/repository | |
parent | 08a439c5d4e4f8c6a448f4f85b60b5fef6d7ca15 (diff) |
Handle complement repositories
Diffstat (limited to 'tests/repository')
-rw-r--r-- | tests/repository/1/math/testing/repositories | 1 | ||||
-rw-r--r-- | tests/repository/1/math/unstable/repositories | 1 | ||||
-rw-r--r-- | tests/repository/1/misc/testing/repositories | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/repository/1/math/testing/repositories b/tests/repository/1/math/testing/repositories index 9165f28..5210aa4 100644 --- a/tests/repository/1/math/testing/repositories +++ b/tests/repository/1/math/testing/repositories @@ -4,4 +4,5 @@ location: ../../misc/testing : location: ../stable +role: complement : diff --git a/tests/repository/1/math/unstable/repositories b/tests/repository/1/math/unstable/repositories index acad591..4c9d2bf 100644 --- a/tests/repository/1/math/unstable/repositories +++ b/tests/repository/1/math/unstable/repositories @@ -4,4 +4,5 @@ location: ../../misc/testing : location: ../testing +role: complement : diff --git a/tests/repository/1/misc/testing/repositories b/tests/repository/1/misc/testing/repositories index 6be28f1..8f5e35c 100644 --- a/tests/repository/1/misc/testing/repositories +++ b/tests/repository/1/misc/testing/repositories @@ -2,4 +2,5 @@ # : 1 location: ../stable +role: complement : |