Accepting request 959593 from devel:openSUSE:Factory:rpmlint

- Enable --time-report.

OBS-URL: https://build.opensuse.org/request/show/959593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint-mini?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2022-03-09 17:46:25 +00:00 committed by Git OBS Bridge
commit 063a5bfb6f
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 $@