From 06c76d48163efb5a6a9bb4340723baf7a3a0a41c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 3 May 2018 17:19:19 +0300 Subject: Adapt to optional base repository manifest --- tests/common/bar/stable/repositories.manifest | 2 +- tests/common/bar/testing/repositories.manifest | 1 + tests/common/bar/unstable/repositories.manifest | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/common/bar') 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 -- cgit v1.1