aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ...Karen Arutyunov9-1293/+1478
2023-09-25Fix system_package_manager_fedora::generate() to suppress cpio's 'Cannot stat...Karen Arutyunov1-20/+87
2023-09-25Treat empty --archive-lang* values as request to clear previous entriesBoris Kolpackov2-20/+33
2023-09-19Add `none` value to bpkg-pkg-bindist --recursive optionBoris Kolpackov2-6/+8
2023-09-19Fix system_package_manager_fedora::generate() not to return debuginfo package...Karen Arutyunov1-6/+16
2023-08-04Add support for specifying package archive and directory as a dependency for ...Karen Arutyunov6-104/+230
2023-08-04Fix pkg-build which could leave orphan dependency unchanged in up/downgrade+d...Karen Arutyunov1-14/+20
2023-08-04Fix pkg-fetch which failed to re-fetch same package version in --replace modeKaren Arutyunov7-8/+124
2023-07-31Fix unexpected 'no package available for dependency' error when building from...Karen Arutyunov6-4/+59
2023-07-28Add another test case for pkg_configure() flawsKaren Arutyunov1-6/+9
2023-07-28Fix inability to fetch repository containing toolchain-unsatisfied packages (...Karen Arutyunov1-9/+14
2023-07-28Fix unexpected 'manual configuration of dependents with prefer or require cla...Karen Arutyunov3-51/+210
2023-07-25Advice user to re-fetch repositories if package fetch ends up with 404 HTTP s...Karen Arutyunov5-78/+242
2023-07-25Ignore version iteration in satisfies() overloads (GH issue #293)Karen Arutyunov3-7/+23
2023-07-20Don't creare new configuration cluster for dependency which already belongs t...Karen Arutyunov1-3/+20
2023-07-20Fix re-evaluating multiple existing dependents with config clause of common d...Karen Arutyunov1-19/+37
2023-07-19Don't reconfigure re-evaluated dependent if it's dependencies are not reconfi...Karen Arutyunov2-6/+16
2023-07-19Don't reconfigure dependency if negotiated configuration doesn't changeKaren Arutyunov8-55/+164
2023-06-30Allow re-adding identical dependency to non-existent dependentBoris Kolpackov1-5/+13
2023-06-29Fix assertion failure in package_skeleton::reload_defaults()Karen Arutyunov1-4/+24
2023-06-29Add sudo to apt-get, dnf commands in bpkg-pkg-bindist(1)Boris Kolpackov1-5/+5
2023-06-26Make sure pkg-bindist can produce .tar.xz on Mac OSBoris Kolpackov1-1/+11
2023-06-24Search for stubs in all configurations/repositories as a fallback when build ...Karen Arutyunov1-2/+8
2023-06-22Change 'deorphan' to 'replace' in build planKaren Arutyunov1-4/+4
2023-06-21Fix system_package_manager_fedora::install() to always specify system package...Karen Arutyunov2-31/+35
2023-06-21Add --mask-repository-uuid pkg-build optionKaren Arutyunov4-26/+150
2023-06-19Add --dependent-exit pkg-drop optionKaren Arutyunov2-18/+42
2023-06-19Add --mask-repository pkg-build optionKaren Arutyunov12-108/+598
2023-06-15Add --deorphan pkg-build optionKaren Arutyunov4-169/+871
2023-06-15Fix find() to avoid redundant checksKaren Arutyunov1-21/+21
2023-06-11Don't check for directory existence in simulate mode in pkg-unpackKaren Arutyunov1-3/+3
2023-06-08Handle exported buildfile installation in pkg-bindistBoris Kolpackov3-3/+74
2023-06-07Diagnose non-global variable specified with --build-option (GH issue #276)Boris Kolpackov1-0/+11
2023-06-01Increment version iteration number for selected non-external package regardle...Karen Arutyunov8-134/+74
2023-05-30Add progress indication for verifying and fixing up symlinks in pkg-checkoutKaren Arutyunov1-0/+6
2023-05-30Document package-description* and changes-type manifest values and adapt test...Karen Arutyunov1-48/+69
2023-05-25Optimize build_packages::collect_order_dependents() to skip already visited d...Karen Arutyunov2-8/+44
2023-05-24Fix assertion failure in build_packages::collect_order_dependents()Karen Arutyunov1-4/+12
2023-05-23Optimize pkg-build by using cache for upgrade_dependencies()Karen Arutyunov1-8/+61
2023-05-23Postpone failure due to unsatisfied dependency constraint for existing dependentKaren Arutyunov5-92/+338
2023-05-22Add all src_root!=out_root packages as subprojects during in-process configureBoris Kolpackov1-9/+9
2023-05-08Adjust to build2::context::match_only type changeBoris Kolpackov2-10/+10
2023-04-19Adjust build to match build system driver betterBoris Kolpackov1-3/+27
2023-04-17Enable in-process package configureBoris Kolpackov1-1/+1
2023-04-15Temporarily disable in-process package configureBoris Kolpackov1-1/+1
2023-04-15Implement in-process package configurationBoris Kolpackov11-65/+617
2023-04-15Split package configuration into two passes in pkg-buildBoris Kolpackov3-203/+359
2023-04-11Add append/prepend support to pkg-bindist --fedora-dist-tagKaren Arutyunov2-8/+48
2023-04-10Add --archive-split option to pkg-bindist commandBoris Kolpackov2-212/+206
2023-04-05Build forwarded configurations via src_root rather than out_root (GH issue #177)Boris Kolpackov3-10/+51