Commit 66204d6b authored by Fabien Potencier's avatar Fabien Potencier

merged branch GromNaN/patch-7 (PR #492)

Commits
-------

b0dfe797 Removes non-lib directories from archives

Discussion
----------

Removes non-lib directories from archives

Removes the followind directories:
* vendor/swiftmailer/swiftmailer/test-suite
* vendor/twig/twig/test
* vendor/twig/twig/ext
parents 222e58b4 b0dfe797
......@@ -44,8 +44,9 @@ do
find . -name .git | xargs rm -rf -
find . -name phpunit.xml.* | xargs rm -rf -
find . -type d -name Tests | xargs rm -rf -
find . -type d -name tests | xargs rm -rf -
find . -type d -name test* | xargs rm -rf -
find . -type d -name doc | xargs rm -rf -
find . -type d -name ext | xargs rm -rf -
export COPY_EXTENDED_ATTRIBUTES_DISABLE=true
export COPYFILE_DISABLE=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment