Adding back exclusions, fixing asset_path

This commit is contained in:
Zachary Klosko 2020-12-09 17:03:49 -05:00
parent 6e57e10169
commit 97db37e9f2
2 changed files with 5 additions and 1 deletions

View file

@ -53,6 +53,10 @@ tar -czf libretime-${suffix}.tar.gz \
--exclude .zfproject.xml \
--exclude .gitignore \
--exclude .gitattributes \
--exclude .travis.yml \
--exclude travis \
--exclude dev_tools \
--exclude vendor/phing \
--exclude vendor/simplepie/simplepie/tests \
libretime
echo " Done"