diff options
Diffstat (limited to 'tests/common/bar')
-rw-r--r-- | tests/common/bar/stable/libbar-1.0.0.tar.gz | bin | 0 -> 957 bytes | |||
-rw-r--r-- | tests/common/bar/stable/repositories | 6 | ||||
-rw-r--r-- | tests/common/bar/testing/libbar-1.1.0.tar.gz | bin | 0 -> 959 bytes | |||
-rw-r--r-- | tests/common/bar/testing/repositories | 8 | ||||
-rw-r--r-- | tests/common/bar/unstable/libbar-1.1.1.tar.gz | bin | 0 -> 1189 bytes | |||
-rw-r--r-- | tests/common/bar/unstable/repositories | 8 |
6 files changed, 22 insertions, 0 deletions
diff --git a/tests/common/bar/stable/libbar-1.0.0.tar.gz b/tests/common/bar/stable/libbar-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..d77c1ba --- /dev/null +++ b/tests/common/bar/stable/libbar-1.0.0.tar.gz diff --git a/tests/common/bar/stable/repositories b/tests/common/bar/stable/repositories new file mode 100644 index 0000000..b8ecc1f --- /dev/null +++ b/tests/common/bar/stable/repositories @@ -0,0 +1,6 @@ +# bar/stable +# +: 1 +location: ../../foo/stable +: + diff --git a/tests/common/bar/testing/libbar-1.1.0.tar.gz b/tests/common/bar/testing/libbar-1.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..f081804 --- /dev/null +++ b/tests/common/bar/testing/libbar-1.1.0.tar.gz diff --git a/tests/common/bar/testing/repositories b/tests/common/bar/testing/repositories new file mode 100644 index 0000000..5ab8cba --- /dev/null +++ b/tests/common/bar/testing/repositories @@ -0,0 +1,8 @@ +# bar/testing +# +: 1 +location: ../../foo/testing +: +location: ../stable +role: complement +: diff --git a/tests/common/bar/unstable/libbar-1.1.1.tar.gz b/tests/common/bar/unstable/libbar-1.1.1.tar.gz Binary files differnew file mode 100644 index 0000000..a0fbdc3 --- /dev/null +++ b/tests/common/bar/unstable/libbar-1.1.1.tar.gz diff --git a/tests/common/bar/unstable/repositories b/tests/common/bar/unstable/repositories new file mode 100644 index 0000000..d4ddcf5 --- /dev/null +++ b/tests/common/bar/unstable/repositories @@ -0,0 +1,8 @@ +# bar/unstable +# +: 1 +location: ../../foo/testing +: +location: ../testing +role: complement +: |