aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-12Add infrastructure for controller URL prioritiesBoris Kolpackov2-81/+212
2023-05-11Add --instance-max agent optionBoris Kolpackov3-32/+105
2023-05-11Use fake lock for fake machine lockingBoris Kolpackov1-20/+26
2023-05-11Return locked machines from enumerate_machines()Boris Kolpackov3-22/+64
2023-05-11Do not assume bootstrapped machines and task request machines are parallelBoris Kolpackov1-21/+28
2023-05-11Save holding process information (pid, priority) to machine lockBoris Kolpackov1-18/+145
2023-05-10Add global toolchain locking to agentBoris Kolpackov2-250/+416
2023-04-26Generate bindist-result.manifest if bbot.bindist.upload worker step is enabledKaren Arutyunov3-21/+198
2023-04-25Fix worker broken with the previous commitKaren Arutyunov2-16/+25
2023-04-24Add support for bbot.bindist.upload and bbot.upload steps in workerKaren Arutyunov5-78/+592
2023-04-20Log configuration UUIDs after bpkg.configure.build step idKaren Arutyunov1-11/+111
2023-04-20Add support for package-specific config vars in package build config in workerKaren Arutyunov3-203/+322
2023-04-18Fix arguments of bpkg-pkg-build command at bpkg.test-separate-installed.confi...Karen Arutyunov1-3/+3
2023-04-17Pass global import override for bootstrap module globally on bpkg command lin...Karen Arutyunov2-13/+8
2023-04-13Document interrupt build result statusKaren Arutyunov1-0/+4
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 Arutyunov3-62/+874
2023-04-07Add --install option to bbot bootstrap scriptsBoris Kolpackov3-4/+26
2023-04-07Add support for bbot.install.ldconfig step in workerKaren Arutyunov2-19/+82
2023-04-06Add support for bpkg.bindist.* step idsKaren Arutyunov3-152/+706
2023-04-04Configure system dependencies from build package configuration globally in wo...Karen Arutyunov3-30/+89
2023-04-03Add support for package build config worker steps and steps enabling/disablingKaren Arutyunov3-1094/+1580
2023-02-02Add support for package config options in workerKaren Arutyunov3-32/+68
2023-02-01Update copyrightKaren Arutyunov1-1/+1
2023-02-01Adapt worker to added in bpkg support for system package managerKaren Arutyunov2-3/+3
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 Arutyunov4-261/+594
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-03Make default environments arch-specific, add one for aarch64Boris Kolpackov2-1/+41
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 Arutyunov3-4/+5
2022-08-25Clarify documentation regarding multi-arch supportBoris Kolpackov1-11/+29
2022-07-29Change version to 0.16.0-a.0.zBoris Kolpackov2-4/+4
2022-07-28Release version 0.15.0v0.15.0Boris Kolpackov2-6/+6
2022-07-26Update NEWS fileBoris Kolpackov1-0/+7
2022-07-20Fix buildfile to avoid conditional dependency declarationsBoris Kolpackov1-14/+11
2022-07-19Add support for Clang targeting MSVC 17 in bootstrap and environment batch filesBoris Kolpackov2-3/+8
2022-07-17Add support for MSVC 17 (2022) in bootstrap and environment batch filesBoris Kolpackov2-3/+7
2022-07-14Add commented out DISPLAY environment variable in bbot-bootstrap.serviceBoris Kolpackov1-0/+4
2022-07-12Switch to new manifest multi-line mode in manualKaren Arutyunov1-1/+2
2022-07-07Use [cmdline] type for canned commands in testscriptsKaren Arutyunov1-2/+2
2022-06-29Add libbuild2-autoconf to integration testscriptKaren Arutyunov1-1/+13
2022-06-29Add config.<pkg>.develop=false variable to configuration of main and external...Karen Arutyunov3-18/+138