inspect-library: Remove the older JSON based output
In `inspect-library` we only care about the line based output.
With this commit we make the line based format the default and remove
the older JSON based one. The option `--line-based` is still available
in `inspect-library` to avoid any unexpected breakage and we expect to
remove it after a couple of Steam Runtime releases.
In `inspect-library-libelf` instead, we already removed the
`--line-based` option because it is a new helper and there are no
backwards-compat concerns.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
6f2d1498
No related branches found
No related tags found
Showing
- helpers/inspect-library-libelf.c 1 addition, 12 deletionshelpers/inspect-library-libelf.c
- helpers/inspect-library-utils.c 9 additions, 34 deletionshelpers/inspect-library-utils.c
- helpers/inspect-library-utils.h 2 additions, 4 deletionshelpers/inspect-library-utils.h
- helpers/inspect-library.c 14 additions, 55 deletionshelpers/inspect-library.c
- steam-runtime-tools/library.c 0 additions, 2 deletionssteam-runtime-tools/library.c
- tests/i386-mock-debian-inspect-library.c 3 additions, 4 deletionstests/i386-mock-debian-inspect-library.c
- tests/i386-mock-fedora-inspect-library.c 3 additions, 4 deletionstests/i386-mock-fedora-inspect-library.c
- tests/mock-abi-inspect-library.c 6 additions, 7 deletionstests/mock-abi-inspect-library.c
- tests/x86_64-mock-debian-inspect-library.c 3 additions, 4 deletionstests/x86_64-mock-debian-inspect-library.c
- tests/x86_64-mock-fedora-inspect-library.c 3 additions, 4 deletionstests/x86_64-mock-fedora-inspect-library.c
- tests/x86_64-mock-ubuntu-inspect-library.c 5 additions, 6 deletionstests/x86_64-mock-ubuntu-inspect-library.c
Loading
Please register or sign in to comment