aboutsummaryrefslogtreecommitdiff
path: root/bbot
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Pass global import override for bootstrap module globally on bpkg command lin...Karen Arutyunov1-12/+7
2023-04-12Fix verifying which step id can be enabled/disabled in workerKaren Arutyunov1-0/+1
2023-04-11Add support for bbot.sys-install step in workerKaren Arutyunov1-35/+551
2023-04-07Add support for bbot.install.ldconfig step in workerKaren Arutyunov1-19/+81
2023-04-06Add support for bpkg.bindist.* step idsKaren Arutyunov1-139/+577
2023-04-04Configure system dependencies from build package configuration globally in wo...Karen Arutyunov1-18/+62
2023-04-03Add support for package build config worker steps and steps enabling/disablingKaren Arutyunov1-1045/+1482
2023-02-02Add support for package config options in workerKaren Arutyunov1-11/+41
2023-02-01Adapt worker to added in bpkg support for system package managerKaren Arutyunov1-1/+1
2022-12-12Adapt to butl::b_info() API changeKaren Arutyunov1-4/+7
2022-12-08Adapt to dir_iterator API changeKaren Arutyunov2-5/+7
2022-11-23Add support for package-config task manifest valueKaren Arutyunov2-134/+360
2022-11-08Adjust to diagnostics epilogue interface changeBoris Kolpackov1-2/+2
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov3-9/+9
2022-10-04Work around lack of C++17 ctor in butl::optionalBoris Kolpackov1-0/+10
2022-10-03Get rid of deprecated QEMU option styleBoris Kolpackov1-1/+1
2022-10-03Omit USB QEMU options if custom options are providedBoris Kolpackov1-8/+13
2022-10-03Add CPUAffinity to agent systemd service fileBoris Kolpackov1-0/+1
2022-10-03Tweaks to KVM command lineBoris Kolpackov1-1/+4
2022-10-03Improve diagnosticsBoris Kolpackov1-6/+12
2022-09-21Add support for interactive CI breakpoint 'none' valueKaren Arutyunov1-1/+1
2022-07-20Fix buildfile to avoid conditional dependency declarationsBoris Kolpackov1-14/+11
2022-06-29Add config.<pkg>.develop=false variable to configuration of main and external...Karen Arutyunov1-13/+107
2022-06-28Fix worker not to fail on reading child process output without terminating ne...Karen Arutyunov1-5/+5
2022-03-08Determine config.install.root differently for various primary package typesKaren Arutyunov1-43/+54
2022-02-14Fix result manifest request failures due to exceeding request size limitKaren Arutyunov4-10/+37
2021-12-09Add support for multiple requirements in requirement alternativeKaren Arutyunov1-1/+7
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-3/+3
2021-11-19Use pkeyutl command instead of rsautl starting openssl version 3.0.0Karen Arutyunov1-1/+25
2021-11-09Remove backwards-compatibility workaroundBoris Kolpackov1-4/+1
2021-11-04Minor cleanupsKaren Arutyunov1-62/+53
2021-10-22Add delay between bpkg-pkg-build and bpkg-update on WindowsBoris Kolpackov1-1/+15
2021-10-14Free up space before installing package in workerKaren Arutyunov1-0/+7
2021-10-08Use bpkg.module.create args prefix while creating module configuration for in...Karen Arutyunov1-1/+1
2021-10-08Fix worker crashKaren Arutyunov1-28/+8
2021-10-08Change worker script to install tools and modules from configuration separate...Karen Arutyunov1-169/+469
2021-10-04Add support for soft and hard rebuildsKaren Arutyunov2-27/+179
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov10-44/+44
2021-09-27Fix worker not to perform unnecessary string copyKaren Arutyunov1-6/+6
2021-09-27Invent b.create and b.configure step ids and add support for selfhost moduleKaren Arutyunov1-58/+89
2021-09-27Finalize licenseBoris Kolpackov27-29/+29
2021-09-24Add support for target, host, and module package typesKaren Arutyunov1-698/+1356
2021-09-24Fortify tests against NDEBUGKaren Arutyunov2-0/+6
2021-09-09Use binary file mode for compressed contentBoris Kolpackov2-4/+6
2021-09-09Compress result manifest uploaded by workerBoris Kolpackov5-18/+48
2021-08-24Truncate operation result logs if too largeBoris Kolpackov1-0/+40
2021-07-07Minor diagnostics tweakBoris Kolpackov1-1/+1
2021-07-06Remove nanoseconds from step id line in worker logKaren Arutyunov1-1/+1
2021-07-06Fix 'lambda capture is not used' warningsKaren Arutyunov1-2/+4
2021-07-06Add support for end step id in workerKaren Arutyunov1-89/+132