diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-28 15:04:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-20 09:17:52 +0200 |
commit | def2c2dfaf5374f139b310c4f05b0614cb99359e (patch) | |
tree | 53035c3bb52b1f6d1f59992bab7df3e256f6be9b /tests/common/satisfy | |
parent | 4c5fe206eff86e80a4c41977320db67e2779fc32 (diff) |
Implement dependency configuration negotiation
For the detailed history see the dep-config and dep-config-neg branches.
Diffstat (limited to 'tests/common/satisfy')
-rw-r--r-- | tests/common/satisfy/t12a/libbar-0.1.0.tar.gz | bin | 0 -> 386 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12a/libbaz-1.0.0.tar.gz | bin | 0 -> 442 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12a/repositories.manifest | 1 | ||||
-rw-r--r-- | tests/common/satisfy/t12b/bar-1.0.0.tar.gz | bin | 0 -> 372 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/baz-0.1.0.tar.gz | bin | 0 -> 359 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/baz-1.0.0.tar.gz | bin | 0 -> 366 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/foo-0.1.0.tar.gz | bin | 0 -> 357 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/foo-1.0.0.tar.gz | bin | 0 -> 368 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/libbar-1.0.0.tar.gz | bin | 0 -> 393 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/libbaz-0.1.0.tar.gz | bin | 0 -> 443 bytes | |||
-rw-r--r-- | tests/common/satisfy/t12b/repositories.manifest | 4 |
11 files changed, 5 insertions, 0 deletions
diff --git a/tests/common/satisfy/t12a/libbar-0.1.0.tar.gz b/tests/common/satisfy/t12a/libbar-0.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..10c7f29 --- /dev/null +++ b/tests/common/satisfy/t12a/libbar-0.1.0.tar.gz diff --git a/tests/common/satisfy/t12a/libbaz-1.0.0.tar.gz b/tests/common/satisfy/t12a/libbaz-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..1d498b8 --- /dev/null +++ b/tests/common/satisfy/t12a/libbaz-1.0.0.tar.gz diff --git a/tests/common/satisfy/t12a/repositories.manifest b/tests/common/satisfy/t12a/repositories.manifest new file mode 100644 index 0000000..5b70556 --- /dev/null +++ b/tests/common/satisfy/t12a/repositories.manifest @@ -0,0 +1 @@ +: 1 diff --git a/tests/common/satisfy/t12b/bar-1.0.0.tar.gz b/tests/common/satisfy/t12b/bar-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..8999e1a --- /dev/null +++ b/tests/common/satisfy/t12b/bar-1.0.0.tar.gz diff --git a/tests/common/satisfy/t12b/baz-0.1.0.tar.gz b/tests/common/satisfy/t12b/baz-0.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..2676c52 --- /dev/null +++ b/tests/common/satisfy/t12b/baz-0.1.0.tar.gz diff --git a/tests/common/satisfy/t12b/baz-1.0.0.tar.gz b/tests/common/satisfy/t12b/baz-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..1aec461 --- /dev/null +++ b/tests/common/satisfy/t12b/baz-1.0.0.tar.gz diff --git a/tests/common/satisfy/t12b/foo-0.1.0.tar.gz b/tests/common/satisfy/t12b/foo-0.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..a282f20 --- /dev/null +++ b/tests/common/satisfy/t12b/foo-0.1.0.tar.gz diff --git a/tests/common/satisfy/t12b/foo-1.0.0.tar.gz b/tests/common/satisfy/t12b/foo-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..4c66d3d --- /dev/null +++ b/tests/common/satisfy/t12b/foo-1.0.0.tar.gz diff --git a/tests/common/satisfy/t12b/libbar-1.0.0.tar.gz b/tests/common/satisfy/t12b/libbar-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..c0fe278 --- /dev/null +++ b/tests/common/satisfy/t12b/libbar-1.0.0.tar.gz diff --git a/tests/common/satisfy/t12b/libbaz-0.1.0.tar.gz b/tests/common/satisfy/t12b/libbaz-0.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..73c0edb --- /dev/null +++ b/tests/common/satisfy/t12b/libbaz-0.1.0.tar.gz diff --git a/tests/common/satisfy/t12b/repositories.manifest b/tests/common/satisfy/t12b/repositories.manifest new file mode 100644 index 0000000..6387e01 --- /dev/null +++ b/tests/common/satisfy/t12b/repositories.manifest @@ -0,0 +1,4 @@ +: 1 +: +location: ../t12a +role: prerequisite |