Martin Liška 2022-03-05 10:52:53 +00:00 committed by Git OBS Bridge
parent b5a8fc6a1e
commit 05f6a3e470
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 5 10:52:37 UTC 2022 - Martin Liška <mliska@suse.cz>
- Enable --time-report.
-------------------------------------------------------------------
Wed Feb 2 10:26:05 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -7,4 +7,4 @@ XDG_CONFIG_HOME="/opt/testing/share"
LC_ALL=en_US.utf-8
export PYTHONHOME LD_LIBRARY_PATH LC_ALL XDG_CONFIG_HOME
# rely on rpmlint auto-loading support for rpmlintrc files
exec /opt/testing/bin/rpmlint.real --mini-mode $@
exec /opt/testing/bin/rpmlint.real --mini-mode --time-report $@