Go to file
Petr Lautrbach e2dfff1666 setroubleshoot-3.3.22-4
- sealert to report a bug on a package which owns the related SELinux domain
  https://pagure.io/setroubleshoot/issue/18
2020-02-27 15:04:17 +01:00
tests no-plugin-exception-during-analyses: Fix indentation 2020-01-11 19:46:39 +01:00
.gitignore setroubleshoot-3.3.22 2020-01-02 16:16:57 +01:00
0001-framework-sepolicy.info-returns-a-generator-not-a-li.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0002-framework-Log-plugin-exception-traceback-when-log-le.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0003-Update-translations.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0004-Drop-old-unused-files.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0005-setroubleshoot.util-get_rpm_nvr_by_type-and-get_rpm_.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0006-Export-setroubleshoot.utils.get_rpm_nvr_by_scontext-.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0007-setroubleshoot.utils.get_rpm_nvr_by_scontext-add-opt.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0008-Add-Local-SELinux-policy-package-version-to-analyses.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
0009-Report-bug-on-a-package-which-owns-the-related-SELin.patch setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
README.translations Add readme dealing with translations 2018-01-05 17:25:48 +01:00
setroubleshoot-po.patch Add requires for libreport-python 2013-11-20 10:06:16 -05:00
setroubleshoot.init - Fix setroubleshoot init to rely on messagebus being running 2008-09-09 20:07:26 +00:00
setroubleshoot.logrotate auto-import setroubleshoot-1.9.5-1.fc7 on branch devel from 2007-04-25 17:21:13 +00:00
setroubleshoot.spec setroubleshoot-3.3.22-4 2020-02-27 15:04:17 +01:00
setroubleshoot.tmpfiles * Thu Apr 09 2015 Petr Lautrbach <plautrba@redhat.com> 3.2.23-1 2015-04-09 15:42:50 +02:00
sources setroubleshoot-3.3.22 2020-01-02 16:16:57 +01:00

README.translations

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