aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-build
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09Try to automatically resolve unsatisfied dependency constraints by ↵Karen Arutyunov1-0/+1
specifying dependent version
2023-11-17Fix pkg-build by ignoring version replacement if it doesn't satisfy ↵Karen Arutyunov1-0/+1
dependency constraints
2023-11-17Add tests which demonstrate cases when we could potentially resolve ↵Karen Arutyunov1-0/+1
unsatisfied dependency constraints but currently fail
2023-11-14Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by ↵Karen Arutyunov1-0/+1
turning collect_order_dependent() into collect_dependent()
2023-08-04Add support for specifying package archive and directory as a dependency for ↵Karen Arutyunov1-0/+1
pkg-build Also make sure that a package specified as an archive or directory always replaces selected package. Also add support for deorphaning and upgrading of such a package.
2023-07-31Fix unexpected 'no package available for dependency' error when building ↵Karen Arutyunov2-0/+2
from archives (GH issue #303)
2023-07-28Fix inability to fetch repository containing toolchain-unsatisfied packages ↵Karen Arutyunov1-0/+1
(GH issue #305) Note: the breaking commit is d6d72bc6e454.
2023-06-15Add --deorphan pkg-build optionKaren Arutyunov7-0/+7
2022-06-20Implement dependency configuration negotiationBoris Kolpackov18-0/+18
For the detailed history see the dep-config and dep-config-neg branches.
2022-02-14Add support for reflect clause in tests package manifest valueKaren Arutyunov1-0/+1
2022-02-14Add tests for building package with diamond dependency graphKaren Arutyunov1-0/+1
2022-01-17Add support for multiple dependencies in alternativeKaren Arutyunov1-0/+1
2021-07-09Add support for linked configurationsKaren Arutyunov2-0/+2
2019-09-05Adapt to optional package revisionKaren Arutyunov1-0/+1
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-0/+1
2018-04-19Implement dependency up/down-grade/unholdKaren Arutyunov5-0/+5
2018-03-12Add support for --keep-out optionKaren Arutyunov1-0/+1
2018-02-22Add missing files required for pkg-build testsKaren Arutyunov3-0/+3
2017-03-15Port test.sh to testscriptKaren Arutyunov15-0/+15