forked from pool/matomo
Accepting request 908516 from home:StevenK:branches:network:utilities
- Change shebang of misc/log-analytics/import_logs.py to be python3. OBS-URL: https://build.opensuse.org/request/show/908516 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=96
This commit is contained in:
parent
6a867a60cb
commit
b0160e8cf2
@ -29,6 +29,11 @@ Wed Jul 28 10:55:31 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
- Added new command core:version which returns the Matomo
|
||||
version number.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 06:31:06 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Change shebang of misc/log-analytics/import_logs.py to be python3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 26 17:25:19 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -108,6 +108,7 @@ find . -type f "(" -name "*.c" -o -name "*.h" -o -name "*.js.orig" ")" -delete
|
||||
# env-script-interpreter
|
||||
find . -type f -exec sed -i -e 's|\/usr\/bin\/env php|\/usr\/bin\/php|g' {} +
|
||||
find . -type f -name "*.sh" -exec sed -i -e 's|\/usr\/bin\/env bash|\/bin\/bash|g' {} +
|
||||
sed -i 's|python$|python3|' misc/log-analytics/import_logs.py
|
||||
|
||||
#
|
||||
# disable the auto updater, it can't work properly with the new, more secure permissions and is a bad idea on a RPM based setup anyways.
|
||||
|
Loading…
Reference in New Issue
Block a user