Merge "Add a note that submodules are not supported"

This commit is contained in:
Jenkins 2017-04-21 15:54:07 +00:00 committed by Gerrit Code Review
commit bb87d7ed76
1 changed files with 10 additions and 0 deletions

View File

@ -566,6 +566,16 @@ requirements for both test and runtime to the base profile::
# A build time dependency
libffi-devel [test]
Submodules
----------
The use of git submodules is not supported. The tools that we use do
not all work correctly with submodules and we have found that
submodules can be very confusing even for experienced developers. If
your project depends on another project, please express that as an
external dependency on a released package (i.e., through
requirements.txt, bindep.txt, or similar mechanism).
Unit Test Set up
================