forked from pool/matomo
Eric Schirra
10c3316671
- Update to 3.7.0 This is an update and security release. Detail changelog see: https://matomo.org/changelog/matomo-3-7-0/ - Remove verification for systemd - Add systemd-timer for auto archiving of reports. Now you can use cron or systemd.timer. - Add core:update during update of package - Add logrotate - Add rpmlintrc - Upgrade README.SUSE OBS-URL: https://build.opensuse.org/request/show/650512 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=14
12 lines
638 B
Plaintext
12 lines
638 B
Plaintext
# Output filters
|
|
addFilter("hidden-file-or-dir")
|
|
addFilter("macro-in-comment")
|
|
addFilter("suse-missing-rclink matomo-archive")
|
|
addFilter("non-etc-or-var-file-marked-as-conffile /usr/lib/systemd/system/matomo-archive.service")
|
|
addFilter("non-etc-or-var-file-marked-as-conffile /usr/lib/systemd/system/matomo-archive.timer")
|
|
addFilter("zero-length /srv/www/matomo/plugins/Morpheus/stylesheets/base/font.css")
|
|
addFilter("pem-certificate")
|
|
addFilter("non-conffile-in-etc /etc/matomo/environment/dev.php")
|
|
addFilter("non-conffile-in-etc /etc/matomo/environment/test.php")
|
|
addFilter("non-conffile-in-etc /etc/matomo/environment/ui-test.php")
|