Updates CONTRIBUTING docs sort bug in fedora 20

Informs contributors that check for requirements style
can fail due to sort bug in fedora 20 -
https://bugzilla.redhat.com/show_bug.cgi?id=1055597

Change-Id: I24c73c74c37547e9ee5316bb53e9a5eb6cf2e393
This commit is contained in:
Petr Blaho 2014-03-11 15:03:38 +01:00
parent d40f3a629c
commit 02e7dd476c

View File

@ -143,4 +143,10 @@ This will run tests under Python 2.6, 2.7 and verify `PEP 8
<http://www.python.org/dev/peps/pep-0008/>`_ compliance. The identical test
suite is run by OpenStack's Jenkins whenever you send a patch.
PEP8 check runs ::
$ ./tools/requirements_style_check.sh requirements.txt test-requirements.txt
as last check. This can fail on Fedora 20 due to `sort bug <https://bugzilla.redhat.com/show_bug.cgi?id=1055597>`_.
Additional details forthcoming.