SUSE/saptune

View on GitHub
remove sysstat.service from the saptune.service file. For now we will only set it in the Note definition file as before, but not in the service. #337
AngelaBriel authored b5733b61
complete00:00:18
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No checked in config: nothing to validate.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-06-20T16:02:51.041929 #1]  INFO -- : Skipping file ./ospackage/usr/share/saptune/schemas/1.0/templates/build.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 29
    print('Variable FORCE not set to 1, so we terminate.', file=sys.stderr)
                                                               ^
SyntaxError: invalid syntax