freeipa/ipatests
Petr Spacek dc5699a8a4 Build: do not compress manual pages at install time
At the time of this writting
https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages
says this:
  When installing man pages, note that they should be installed uncompressed
  as the build system will compress them as needed. The compression method
  may change, so it is important to reference the pages in the %files section
  with a pattern that takes this into account:
  %{_mandir}/man1/foo.1*

Removing the compression also allows to remove several install-data-hook
targets from Makefile.am files.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2016-11-09 13:08:32 +01:00
..
man Build: do not compress manual pages at install time 2016-11-09 13:08:32 +01:00
pytest_plugins Pylint: remove unused variables in tests 2016-10-11 16:50:32 +02:00
test_cmdline Extend keytab retrieval test suite to cover new options 2016-11-08 17:02:44 +01:00
test_install ipaldap: merge IPAdmin to LDAPClient 2016-11-07 11:34:03 +01:00
test_integration Tests: Fix integration sudo test 2016-11-07 12:39:06 +01:00
test_ipalib pylint: enable the import-error check 2016-10-24 14:11:08 +02:00
test_ipapython Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_ipaserver pylint: enable the import-error check 2016-10-24 14:11:08 +02:00
test_pkcs10 Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_webui pylint: enable the import-error check 2016-10-24 14:11:08 +02:00
test_xmlrpc Modernize ipa-getkeytab test suite 2016-11-08 17:02:44 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Build: move translations from install/po/ to top-level po/ 2016-10-24 13:30:12 +02:00
ipa-run-tests Switch ipa-run-tests to pytest 2014-11-21 12:14:44 +01:00
ipa-test-config Use the print function 2015-09-01 11:42:01 +02:00
ipa-test-task Use the print function 2015-09-01 11:42:01 +02:00
Makefile.am Build: fix distribution of static files for web UI 2016-11-09 13:08:32 +01:00
pytest.ini Add __name__ == __main__ guards to setup.pys 2016-10-25 18:11:31 +02:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py Add __name__ == __main__ guards to setup.pys 2016-10-25 18:11:31 +02:00
test_util.py Fix test_util.test_assert_deepequal test 2016-10-04 14:11:00 +02:00
util.py ipatests: provide context manager for keytab usage in RPC tests 2016-10-04 18:03:03 +02:00