aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-build.testscript
AgeCommit message (Collapse)AuthorFilesLines
2023-06-22Fix pkg-build testKaren Arutyunov1-1/+1
2023-06-21Add --mask-repository-uuid pkg-build optionKaren Arutyunov1-7/+33
2023-06-19Add --mask-repository pkg-build optionKaren Arutyunov1-0/+778
2023-06-15Add --deorphan pkg-build optionKaren Arutyunov1-1/+1489
2023-06-01Increment version iteration number for selected non-external package ↵Karen Arutyunov1-26/+32
regardless of manifest/subprojects checksum
2023-05-23Postpone failure due to unsatisfied dependency constraint for existing dependentKaren Arutyunov1-23/+56
2023-04-18Fix more 'dropping no longer used variable' warning in testsKaren Arutyunov1-1/+1
2023-04-17Add test for config variable overrides specified globally for pkg-buildKaren Arutyunov1-26/+61
2023-04-15Fix 'dropping no longer used variable' warning in testsKaren Arutyunov1-2/+45
2023-02-01Implement system package manager query and install support for DebianBoris Kolpackov1-0/+4
2022-08-15Improve diagnostics for unknown system packageBoris Kolpackov1-2/+8
2022-07-18Select next dependency alternative on dependency configuration negotiation ↵Karen Arutyunov1-1/+377
failure in pkg-build
2022-07-14Invent reused-only dependency alternative selection modeKaren Arutyunov1-1/+17
2022-07-08Fix some tests to match canned command line semanticsKaren Arutyunov1-1/+1
2022-07-07Use [cmdline] type for canned commands in testscriptsKaren Arutyunov1-4/+4
2022-06-28Don't explicitly update user-selected dependency packages in pkg-buildKaren Arutyunov1-76/+7
2022-06-28Print dependents for newly built user-selected dependencies in pkg-build's planKaren Arutyunov1-29/+29
2022-06-28Fix pkg-build to update re-evaluated dependents if requestedKaren Arutyunov1-3/+71
2022-06-23Add support for additional *-build package manifest values and alternative ↵Karen Arutyunov1-5/+5
buildfile naming
2022-06-20Implement dependency configuration negotiationBoris Kolpackov1-25/+8738
For the detailed history see the dep-config and dep-config-neg branches.
2022-05-31Reorder tar options in testsBoris Kolpackov1-4/+4
2022-05-30Explicitly pass -z during .tar.gz extraction in tests for OpenBSD tarBoris Kolpackov1-4/+4
2022-03-28In pkg-build make sure that reconfiguring dependent doesn't change current ↵Karen Arutyunov1-6/+241
dependency selection Also fix the dependency alternative selection so that if the dependency package of a different version is already being built, then make sure that one of them is satisfactory for all the dependents and don't consider this alternative if that's not the case.
2022-03-23Add configuration variable sources to selected packagesKaren Arutyunov1-0/+89
2022-03-21Fix pkg-build to re-evaluate buildfile clauses in dependencies if ↵Karen Arutyunov1-0/+121
configuration variables are specified for dependent
2022-02-22Increment version iteration for external packages on buildfiles changeKaren Arutyunov1-89/+244
2022-02-17Implement package skeleton loading and enable and reflect clauses evaluationBoris Kolpackov1-3/+220
2022-02-14Add support for reflect clause in tests package manifest valueKaren Arutyunov1-0/+85
2022-02-14Add tests for building package with diamond dependency graphKaren Arutyunov1-7/+354
2022-01-28Add support for multiple dependency alternativesKaren Arutyunov1-3/+227
2022-01-17Add initial support for dependency alternative reflect clauseKaren Arutyunov1-0/+1
2022-01-17Add support for multiple dependencies in alternativeKaren Arutyunov1-0/+35
2021-12-01Improve pkg-build diagnostics issued when unable to satisfy dependency ↵Karen Arutyunov1-4/+5
constraint
2021-10-08Allow building build module in multiple configurations if they belong to ↵Karen Arutyunov1-0/+21
different configuration clusters
2021-09-24Make database ordering consistent across runsKaren Arutyunov1-1/+1
2021-09-23Fix issue with hardcoded path separators in testBoris Kolpackov1-1/+1
2021-09-23Add pkg-build --disfigure option to force from-scratch reconfigurationBoris Kolpackov1-0/+71
2021-09-17Change semantics for ?sys:<pkg> in pkg-build if no package configuration is ↵Karen Arutyunov1-1/+394
explicitly specified Now, if configuration is not specified for a system dependency package, then it is assumed to be specified for all current configurations and their explicitly linked configurations, recursively, including private configurations that can potentially be created during this run.
2021-09-06Add pkg-status --all|-a and --link optionsBoris Kolpackov1-12/+12
2021-09-06Make pkg-build to accept multiple current configurationsKaren Arutyunov1-55/+358
2021-08-30Consider repository information from ultimate dependent databases rather ↵Karen Arutyunov1-19/+129
then from just main database
2021-08-11Don't create private configurations in private configurationsKaren Arutyunov1-25/+25
2021-08-11Disallow build-time dependencies for build system modulesKaren Arutyunov1-100/+140
2021-08-03Rename --config-uuid to --uuid in bpkg-cfg-createBoris Kolpackov1-1/+1
2021-08-03Separate package names in lists with commas instead of just spacesBoris Kolpackov1-11/+11
Now that a package name can include a configuration, using just spaces is insufficient.
2021-07-30Add support for checked out repository fragments cachingKaren Arutyunov1-7/+9
2021-07-09Add support for linked configurationsKaren Arutyunov1-5/+1898
2021-07-09Fix selection of build entry between two in pkg-buildKaren Arutyunov1-2/+48
2021-04-19Match package spec local repository locations in pkg-build ↵Karen Arutyunov1-1/+32
case-insensitively on Windows
2020-11-23Adapt tests to converting repo canonical name path part to lower case on WindowsKaren Arutyunov1-3/+15