aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
4 hoursAdapt tests to libbutl's manifest serializer which now uses new-fashioned ↵cmdline-constr-failKaren Arutyunov3-17/+34
multi-line value introducer
31 hoursDrop some old unused codeKaren Arutyunov2-116/+1
39 hoursIgnore dependent-imposed dependency constraints not satisfied with ↵Karen Arutyunov4-99/+266
user-specified constraints and add them to unsatisfied dependents list
40 hoursFix precollect lambda in pkg-build to properly override dependency constraintsKaren Arutyunov1-1/+16
40 hoursSome diagnostics/tracing cleanupsKaren Arutyunov4-12/+35
8 daysSpecify versions for partially/not installed packages on dnf-install command ↵HEADmasterKaren Arutyunov2-23/+59
line
8 daysFix pkg-build crash by preferring deorphaning target versions during package ↵Karen Arutyunov3-18/+30
collection (GH issue #397)
9 daysAdd some asserts as part of investigation of GH issue #397Karen Arutyunov1-1/+5
9 daysSleep for 1 second after installing system/distribution packages for Debian ↵Karen Arutyunov2-0/+21
and Fedora
2024-06-19Change version to 0.18.0-a.0.zBoris Kolpackov2-5/+5
2024-06-17Release version 0.17.0v0.17.0Boris Kolpackov2-7/+7
2024-06-11Update NEWS fileBoris Kolpackov1-0/+20
2024-06-03Improve dependency resolution (GH issue 318)Karen Arutyunov4-52/+273
2024-05-29Tighten OpenSSL version range check for 'reading certificate from stdin' ↵Karen Arutyunov1-2/+6
warning workaround
2024-05-27Don't probe git URL if git-ls-remote result is taken from cacheKaren Arutyunov1-14/+33
2024-05-27Change ##HEAD to #HEAD for build2 project repositories in repositories.manifestBoris Kolpackov1-3/+3
2024-05-24Work around git-reset issue when symlink=dir attribute in .gitattributes is ↵Karen Arutyunov1-59/+106
ignored (GH issue #346)
2024-05-23Fix post-simulation assertion in pkg-build (GH issue #382)Karen Arutyunov1-2/+73
2024-05-17Prefer version replacement over greater version in pkg-build's collect_build()Karen Arutyunov1-53/+71
Note that this fixes hanging described in the GH issue #318. The fixed bpkg now fails with the 'unable to downgrade package' error instead, while the dependency versions resolution is possible.
2024-05-14Fix rep-remove assertionsKaren Arutyunov4-20/+57
2024-05-07Update odb.sh to match switch to libbutl-odbBoris Kolpackov1-7/+4
2024-05-06Switch from libodb* to version from libbutlBoris Kolpackov4-30/+4
2024-04-23Suppress the 'reading certificate from stdin' openssl warning on POSIX ↵Karen Arutyunov1-48/+89
systems in bpkg-fetch
2024-04-15Document new build-bot package manifest valueBoris Kolpackov1-3/+70
2024-04-01Use ~host/build2-no-warnings for private configurationsBoris Kolpackov1-1/+5
2024-03-19Minor tweak to manualBoris Kolpackov1-10/+11
2024-03-14Add note about test package resolution to rep-fetch.cxxKaren Arutyunov1-0/+7
2024-03-12Fix typos in manualKaren Arutyunov1-2/+2
2024-03-06Document new build-auxiliary package manifest valueBoris Kolpackov1-0/+104
2024-03-01Allow to unhold unknown orphaned selected package in pkg-buildKaren Arutyunov1-18/+29
2024-02-28Inject special test dependencies entry at earliest possible locationKaren Arutyunov2-23/+106
2024-02-23Make use of new functions in curl APIKaren Arutyunov1-88/+10
2024-02-02Add support for enable clause in tests package manifest valueKaren Arutyunov9-14/+215
2024-01-15Fix test packages not to import targets of unknown typeKaren Arutyunov15-0/+0
2024-01-15Always reconfigure dependency if configuration is specified on command line ↵Karen Arutyunov5-27/+360
for it (GH issue #354)
2024-01-09Try to automatically resolve unsatisfied dependency constraints by ↵Karen Arutyunov29-420/+3636
specifying dependent version
2024-01-08Update copyrightKaren Arutyunov1-1/+1
2023-12-28Work around GCC 13.2.1 segfaultKaren Arutyunov1-0/+2
2023-12-11Try to automatically resolve unsatisfied dependency constraints by ↵Karen Arutyunov5-625/+1925
specifying dependency version
2023-12-08Fix pkg-build crash for system package specified with version constraint ↵Karen Arutyunov1-4/+8
except for '/<version>' notation
2023-11-17Fix pkg-build by denying dropping package if it has dependentsKaren Arutyunov8-69/+227
2023-11-17Fix pkg-build by ignoring version replacement if it doesn't satisfy ↵Karen Arutyunov15-59/+167
dependency constraints
2023-11-17Re-link private configurations before failing due to presence of unsatisfied ↵Karen Arutyunov1-8/+10
dependents
2023-11-17Add tests which demonstrate cases when we could potentially resolve ↵Karen Arutyunov20-4/+500
unsatisfied dependency constraints but currently fail
2023-11-14Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by ↵Karen Arutyunov19-166/+276
turning collect_order_dependent() into collect_dependent()
2023-11-03Fix failing testsKaren Arutyunov1-0/+7
2023-11-02Disable dependency information diagnostics filtering in verbose modeBoris Kolpackov1-10/+15
2023-11-02Fix configuration negotiation machinery to non-recursivelly collect being ↵Karen Arutyunov3-165/+61
postponed existing dependents
2023-11-02Fix pkg-build to order drops after collecting/ordering dependents when all ↵Karen Arutyunov3-113/+325
reconfigurations are determined
2023-11-02Add support for preserving old package configuration on up/downgrade and ↵Karen Arutyunov10-248/+684
reconfiguration