diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-11-15 22:11:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-11-17 17:10:48 +0300 |
commit | bee8c4afc182e20de9b7e7bd907bee72cfa55889 (patch) | |
tree | ac4e4f1a61e81422a0e7487cfe592678ebdce169 /tests/common/satisfy | |
parent | 789f4c5666fed11bbc6d95ff537872df49134ebc (diff) |
Fix pkg-build by ignoring version replacement if it doesn't satisfy dependency constraints
Diffstat (limited to 'tests/common/satisfy')
-rw-r--r-- | tests/common/satisfy/libbaz-1.2.0.tar.gz | bin | 0 -> 400 bytes | |||
-rw-r--r-- | tests/common/satisfy/libbaz-2.1.0.tar.gz | bin | 0 -> 386 bytes | |||
-rw-r--r-- | tests/common/satisfy/libfoo-3.0.0.tar.gz | bin | 0 -> 360 bytes | |||
-rw-r--r-- | tests/common/satisfy/libfox-3.0.0.tar.gz | bin | 0 -> 379 bytes | |||
l--------- | tests/common/satisfy/t4j/libbar-0.1.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4j/libbar-1.2.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4j/libbaz-1.2.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4j/libbaz-2.1.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4j/libfoo-3.0.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4j/libfox-3.0.0.tar.gz | 1 | ||||
-rw-r--r-- | tests/common/satisfy/t4j/repositories.manifest | 1 |
11 files changed, 7 insertions, 0 deletions
diff --git a/tests/common/satisfy/libbaz-1.2.0.tar.gz b/tests/common/satisfy/libbaz-1.2.0.tar.gz Binary files differnew file mode 100644 index 0000000..86b6e25 --- /dev/null +++ b/tests/common/satisfy/libbaz-1.2.0.tar.gz diff --git a/tests/common/satisfy/libbaz-2.1.0.tar.gz b/tests/common/satisfy/libbaz-2.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..7567b65 --- /dev/null +++ b/tests/common/satisfy/libbaz-2.1.0.tar.gz diff --git a/tests/common/satisfy/libfoo-3.0.0.tar.gz b/tests/common/satisfy/libfoo-3.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..55dc602 --- /dev/null +++ b/tests/common/satisfy/libfoo-3.0.0.tar.gz diff --git a/tests/common/satisfy/libfox-3.0.0.tar.gz b/tests/common/satisfy/libfox-3.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..0bc246e --- /dev/null +++ b/tests/common/satisfy/libfox-3.0.0.tar.gz diff --git a/tests/common/satisfy/t4j/libbar-0.1.0.tar.gz b/tests/common/satisfy/t4j/libbar-0.1.0.tar.gz new file mode 120000 index 0000000..f622e36 --- /dev/null +++ b/tests/common/satisfy/t4j/libbar-0.1.0.tar.gz @@ -0,0 +1 @@ +../libbar-0.1.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4j/libbar-1.2.0.tar.gz b/tests/common/satisfy/t4j/libbar-1.2.0.tar.gz new file mode 120000 index 0000000..b4a7773 --- /dev/null +++ b/tests/common/satisfy/t4j/libbar-1.2.0.tar.gz @@ -0,0 +1 @@ +../libbar-1.2.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4j/libbaz-1.2.0.tar.gz b/tests/common/satisfy/t4j/libbaz-1.2.0.tar.gz new file mode 120000 index 0000000..d43cdcd --- /dev/null +++ b/tests/common/satisfy/t4j/libbaz-1.2.0.tar.gz @@ -0,0 +1 @@ +../libbaz-1.2.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4j/libbaz-2.1.0.tar.gz b/tests/common/satisfy/t4j/libbaz-2.1.0.tar.gz new file mode 120000 index 0000000..11cd8c8 --- /dev/null +++ b/tests/common/satisfy/t4j/libbaz-2.1.0.tar.gz @@ -0,0 +1 @@ +../libbaz-2.1.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4j/libfoo-3.0.0.tar.gz b/tests/common/satisfy/t4j/libfoo-3.0.0.tar.gz new file mode 120000 index 0000000..7678898 --- /dev/null +++ b/tests/common/satisfy/t4j/libfoo-3.0.0.tar.gz @@ -0,0 +1 @@ +../libfoo-3.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4j/libfox-3.0.0.tar.gz b/tests/common/satisfy/t4j/libfox-3.0.0.tar.gz new file mode 120000 index 0000000..2aef930 --- /dev/null +++ b/tests/common/satisfy/t4j/libfox-3.0.0.tar.gz @@ -0,0 +1 @@ +../libfox-3.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4j/repositories.manifest b/tests/common/satisfy/t4j/repositories.manifest new file mode 100644 index 0000000..5b70556 --- /dev/null +++ b/tests/common/satisfy/t4j/repositories.manifest @@ -0,0 +1 @@ +: 1 |