Skip to content

Addresses a number of issues

Erik von Reis requested to merge erik.vonreis/rtcds:v6_6 into master
  • #21 (closed) fix blog command for 5.0
  • #18 (closed) crash when no model passed to install
  • #17 (closed) can now set limit on number of parallel builds at one time
  • #16 (closed) output how many failed and successful builds while build is still ongoing.
  • #15 (closed) when building serially, output is direct to terminal by default.
  • #10 (closed) added back in missing '--force' option to model start
  • #9 (closed) model start now detects and reports failures

build command is re-worked so that builds are queued up, then metered into the build processes. there's now a --buffered-output command that will override a default direct output on serial builds.

Edited by Erik von Reis

Merge request reports