mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00

The unit test `unit.utils.test_extend.ExtendTestCase` needs to access the files in the `templates` directory. Therefore add the `templates` directory in the release tarball. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
26 lines
688 B
Text
26 lines
688 B
Text
include AUTHORS
|
|
include CODE_OF_CONDUCT.md
|
|
include CONTRIBUTING.rst
|
|
include HACKING.rst
|
|
include LICENSE
|
|
include NOTICE
|
|
include README.rst
|
|
include requirements/base.txt
|
|
include requirements/raet.txt
|
|
include requirements/cloud.txt
|
|
include requirements/zeromq.txt
|
|
include SUPPORT.rst
|
|
include tests/*.py
|
|
recursive-include tests *
|
|
include tests/integration/modules/files/*
|
|
include tests/integration/files/*
|
|
include tests/unit/templates/files/*
|
|
recursive-include doc *
|
|
recursive-include scripts *
|
|
recursive-include conf *
|
|
recursive-include pkg *
|
|
recursive-include salt *.jinja
|
|
recursive-include salt *.flo
|
|
recursive-include templates *
|
|
include salt/templates/git/*
|
|
include salt/templates/lxc/*
|