Skip to content

1.9.5

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 08:36
  • allow to specify API timeout for the Docker image
  • change of opengrok-sync configuration for executable commands

old syntax:

- command: [sudo, foo, bar]

new syntax (dictionary):

- command:
    args: [sudo, foo, bar]
    env: {LC_ALL: en_US.UTF-8}
    limits: {RLIMIT_NOFILE: 2048}