Commit b0dfe797 authored by Jérôme Tamarelle's avatar Jérôme Tamarelle

Removes non-lib directories from archives

Removes the followind directories:
vendor/swiftmailer/swiftmailer/test-suite
vendor/twig/twig/test
vendor/twig/twig/ext
parent 222e58b4
......@@ -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