Helps troubleshoot SELinux problems
Go to file
Petr Lautrbach 13d41f7880 Improve sedispatch performance
Resolves: rhbz#1982661
2021-07-16 11:43:35 +02:00
tests RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:30:16 -07:00
.gitignore setroubleshoot-3.3.26 2021-04-15 13:06:38 +02:00
0001-Stop-SetroubleshootFixit-after-10-seconds-of-inactiv.patch setroubleshoot-3.3.26 2021-04-15 13:06:38 +02:00
0002-Do-not-use-Python-slip-package.patch setroubleshoot-3.3.26 2021-04-15 13:06:38 +02:00
0003-sedispatch-improve-performance.patch Improve sedispatch performance 2021-07-16 11:43:35 +02:00
0004-sedispatch-improve-performance-using-cache-friendly-.patch Improve sedispatch performance 2021-07-16 11:43:35 +02:00
0005-auparse_set_eoe_timeout-requires-audit-libauparse-3..patch Improve sedispatch performance 2021-07-16 11:43:35 +02:00
gating.yaml Fix gating.yaml for rhel-9 product 2021-07-01 16:38:27 +02:00
README.translations RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:30:16 -07:00
setroubleshoot.init RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:30:16 -07:00
setroubleshoot.logrotate RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:30:16 -07:00
setroubleshoot.spec Improve sedispatch performance 2021-07-16 11:43:35 +02:00
setroubleshoot.tmpfiles RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:30:16 -07:00
sources setroubleshoot-3.3.26 2021-04-15 13:06:38 +02:00

Setroubleshoot translations currently live in the following locations:

- https://fedora.zanata.org/project/view/setroubleshoot
  - contains translations for both stable (RHEL) and master (Fedora) branches
  - maintains large number of languages (several of which do not actually contain any translated strings)
  - updated by community and partially by RH localization effort

- setroubleshoot source repositories (https://pagure.io/setroubleshoot and https://github.com/fedora-selinux/setroubleshoot)
  - is kept up-to-date with fedora.zanata

How to update source files on fedora.zanata:
  $ git clone git@github.com:fedora-selinux/setroubleshoot.git
  $ cd setroubleshoot/framework
    # Update Makefile
  $ ./autogen.sh
    # generate new potfile
  $ cd po
  $ make setroubleshoot.pot
    # Repeat the process for plugins
    # Push potfiles to zanata
  $ zanata-cli push --push-type source

How to pull new translations from zanata
  $ git clone git@github.com:fedora-selinux/setroubleshoot.git
  $ cd setroubleshoot
    # Make sure "zanata.xml" file pointing to corresponding translations branch is present
    # Optionally update source files on zanata
    # Pull new translations from zanata
  $ zanata-cli -e pull --pull-type trans