openstack-doc-tools/MANIFEST.in
Andreas Jaeger 670d9e063c Do not download RNG Schema, instead use local copies
Using local copies instead of remote ones speeds up the process
significantly since we do not need to download everytime more than
600 kb of data. The additional benefit is that testing now works
also while you're offline, no need to do any internet connection
for it.

The files change seldom, so it is fine to add them.

Tested with:
 time openstack-doc-test --api-site --check-syntax

Before this change:
real	0m4.020s
user	0m0.212s
sys	0m0.047s

After this change:
real	0m0.164s
user	0m0.142s
sys	0m0.022s

Change-Id: I541e75580ae734ccd5d48d699eb48225203646e8
2014-01-07 09:05:26 +01:00

13 lines
244 B
Plaintext

include README.rst
include AUTHORS
include LICENSE
include ChangeLog
recursive-include bin *
recursive-include doc *
recursive-include tools *
recursive-include sitemap *
recursive-include os_doc_tools *
exclude .gitignore
exclude .gitreview