RhodeCode Control 1.15.0

Release Date

  • 2017-10-26

General

  • Scheduled release. Adds stability into start/stop commands, including cleanup of zombie processes.
  • dependencies: bumped sqlalchemy to 1.11.1
  • dependencies: bumped mako to 1.0.7

News

  • stop/restart: add –proc-cleanup/–no-proc-cleanup flag that defines if control should do cleanup of stuck processes. Default is True.
  • context: cleanup env variables for better control over custom installation.
  • core: added a cleanup of zombie PIDs when executing rccontrol stop command

Fixes