Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-04 | Replace tags with topics/keywords in package manifest | Boris Kolpackov | 1 | -2/+3 | |
2019-06-03 | Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ↵ | Karen Arutyunov | 4 | -4/+5 | |
string_table class templates | |||||
2019-05-24 | Adapt version.hxx.in to increasing standard version major, minor, and patch ↵ | Karen Arutyunov | 1 | -15/+14 | |
max values up to 99999 | |||||
2019-05-22 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-05-07 | Convert UTF-8 tree characters to ASCII when producing PS from XHTML in ↵ | Karen Arutyunov | 1 | -2/+13 | |
doc/cli.sh | |||||
2019-04-09 | Increase default build timeout to 60 minutes | Boris Kolpackov | 2 | -3/+3 | |
2019-03-20 | Change version to 0.11.0-a.0.z | Boris Kolpackov | 2 | -6/+6 | |
2019-03-18 | Release version 0.10.0v0.10.0 | Boris Kolpackov | 2 | -4/+4 | |
2019-03-18 | Update NEWS file | Boris Kolpackov | 1 | -0/+4 | |
2019-03-12 | Add MSVC 16 bootstrap and environment batch scripts | Boris Kolpackov | 2 | -0/+223 | |
2019-03-11 | Release other machine locks before bootstrapping | Boris Kolpackov | 1 | -0/+6 | |
2019-03-08 | Fix formatting in buildfile | Karen Arutyunov | 1 | -1/+1 | |
2019-03-08 | Fix bug in buildfile | Boris Kolpackov | 1 | -3/+3 | |
2019-03-08 | Use new setup for unit tests | Karen Arutyunov | 11 | -35/+45 | |
2019-03-06 | Align with latest bdep-new | Karen Arutyunov | 1 | -5/+12 | |
2019-03-04 | Add 'builds: all' value to manifest | Karen Arutyunov | 1 | -1/+1 | |
2019-02-23 | Don't allow machine configuration override RAM and CPU | Boris Kolpackov | 1 | -5/+10 | |
2019-02-22 | Add minor comments to integration testscript | Karen Arutyunov | 1 | -2/+2 | |
2019-02-22 | Fix integration test | Karen Arutyunov | 2 | -4/+4 | |
Make it aware of the sleep testscript builtin and the agent instance number. | |||||
2019-02-22 | Fix typo in NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2019-02-21 | Change version to 0.10.0-a.0.z | Boris Kolpackov | 2 | -6/+6 | |
2019-02-19 | Release version 0.9.0v0.9.0 | Boris Kolpackov | 2 | -4/+4 | |
2019-02-08 | Increase build startup timeout to 2 minutes | Boris Kolpackov | 1 | -4/+4 | |
2019-02-08 | Update NEWS file | Boris Kolpackov | 1 | -0/+16 | |
2019-02-07 | Increase default bootstrap timeout to 30 minutes | Boris Kolpackov | 2 | -3/+3 | |
With parallel bootstrap things can now time longer. | |||||
2019-02-07 | Fix race in machine check | Boris Kolpackov | 1 | -7/+15 | |
2019-02-07 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2019-02-06 | Propagate abnormal status from startup to build worker | Boris Kolpackov | 2 | -13/+31 | |
This should prevent the machine from shutting down automatically. | |||||
2019-02-05 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2019-02-04 | Use QMP (QEMU Machine Protocol) events as machine log file | Boris Kolpackov | 3 | -15/+130 | |
2019-02-01 | Periodically check whether machine is still running | Boris Kolpackov | 2 | -6/+83 | |
2019-01-31 | Increase build mis-boot timeout from 60 to 90 seconds | Boris Kolpackov | 1 | -2/+2 | |
2019-01-28 | Add ability to specify alternative bridge interface to bbot-agent | Boris Kolpackov | 3 | -29/+36 | |
2019-01-28 | Fix race in QEMU shutdown | Boris Kolpackov | 2 | -8/+18 | |
2019-01-28 | Clean temporary backwards-compatibility stuff from bbot-agent@.service | Boris Kolpackov | 1 | -3/+5 | |
2019-01-28 | Add nice value to bbot-agent@.service file | Boris Kolpackov | 1 | -0/+1 | |
2019-01-26 | Increase QEMU rx/tx queue to 1024 | Boris Kolpackov | 1 | -4/+4 | |
2019-01-25 | Increase network queue sizes for better reliability under high load | Boris Kolpackov | 1 | -1/+14 | |
2019-01-23 | Pass -w (wait) option to iptables | Boris Kolpackov | 1 | -0/+2 | |
This is now necessary since we may be running multiple instances. | |||||
2019-01-23 | Minor tweak to agent .service file | Boris Kolpackov | 1 | -3/+3 | |
2019-01-22 | Add temporary --instance option to bbot-agent .service file | Boris Kolpackov | 1 | -0/+1 | |
2019-01-21 | Add support for running multiple instances of agent for same toolchain | Boris Kolpackov | 6 | -135/+320 | |
This allows us to perform multiple bootstraps/builds in parallel. Note that each machine can only be used by a single instance so it doesn't make sense to have more instances than machines. | |||||
2019-01-17 | Fix issue in systemd service file | Boris Kolpackov | 1 | -1/+1 | |
It appears we cannot use variables in the first word of ExecStart. | |||||
2019-01-17 | Update systemd .service file in preparation for multi-instance support | Boris Kolpackov | 1 | -2/+9 | |
2019-01-17 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 62 | -64/+64 | |
2019-01-16 | Use `b info` command to check if package project/subprojects can be tested | Karen Arutyunov | 3 | -45/+128 | |
2018-12-15 | Adapt to renaming butl::unknown_name_mode union to manifest_unknown_mode | Karen Arutyunov | 1 | -1/+4 | |
2018-12-11 | Document build configuration class inheritance | Karen Arutyunov | 1 | -0/+28 | |
2018-12-03 | Suppress MSVC warnings at project level | Karen Arutyunov | 1 | -0/+6 | |