2007-05-21 04:41:15 +02:00
|
|
|
#!/bin/sh
|
2021-06-24 08:34:00 +02:00
|
|
|
|
|
|
|
LD_LIBRARY_PATH=/opt/testing/lib
|
2010-01-27 18:29:21 +01:00
|
|
|
PATH="/opt/testing/bin:$PATH"
|
2021-07-12 07:00:40 +02:00
|
|
|
PYTHONHOME=/opt/testing
|
2021-06-24 08:34:00 +02:00
|
|
|
XDG_CONFIG_HOME="/opt/testing/share"
|
2020-03-20 22:30:42 +01:00
|
|
|
LC_ALL=en_US.utf-8
|
2021-07-12 07:00:40 +02:00
|
|
|
export PYTHONHOME LD_LIBRARY_PATH LC_ALL XDG_CONFIG_HOME
|
2021-08-05 19:58:14 +02:00
|
|
|
# rely on rpmlint auto-loading support for rpmlintrc files
|
2022-03-05 11:52:53 +01:00
|
|
|
exec /opt/testing/bin/rpmlint.real --mini-mode --time-report $@
|