diff options
Diffstat (limited to 'tests/common/bar')
-rw-r--r-- | tests/common/bar/stable/repositories.manifest | 2 | ||||
-rw-r--r-- | tests/common/bar/testing/repositories.manifest | 1 | ||||
-rw-r--r-- | tests/common/bar/unstable/repositories.manifest | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/tests/common/bar/stable/repositories.manifest b/tests/common/bar/stable/repositories.manifest index b8ecc1f..f150c12 100644 --- a/tests/common/bar/stable/repositories.manifest +++ b/tests/common/bar/stable/repositories.manifest @@ -2,5 +2,5 @@ # : 1 location: ../../foo/stable +role: prerequisite : - diff --git a/tests/common/bar/testing/repositories.manifest b/tests/common/bar/testing/repositories.manifest index 5ab8cba..e62ea48 100644 --- a/tests/common/bar/testing/repositories.manifest +++ b/tests/common/bar/testing/repositories.manifest @@ -2,6 +2,7 @@ # : 1 location: ../../foo/testing +role: prerequisite : location: ../stable role: complement diff --git a/tests/common/bar/unstable/repositories.manifest b/tests/common/bar/unstable/repositories.manifest index d4ddcf5..8b016d6 100644 --- a/tests/common/bar/unstable/repositories.manifest +++ b/tests/common/bar/unstable/repositories.manifest @@ -2,6 +2,7 @@ # : 1 location: ../../foo/testing +role: prerequisite : location: ../testing role: complement |