mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Merge pull request #273 from NateEag/fix-package-tarbomb
Make package tarballs be in their own directory
This commit is contained in:
@@ -75,9 +75,12 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="package" description="Package the application for distribution">
|
<target name="package" description="Package the application for distribution">
|
||||||
|
<copy todir="${basedir}/build/gitlist/">
|
||||||
|
<fileset dir="${basedir}" excludes="build/**, tests/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock, config.ini" />
|
||||||
|
</copy>
|
||||||
|
|
||||||
<tar destfile="${basedir}/build/gitlist.tar.gz"
|
<tar destfile="${basedir}/build/gitlist.tar.gz"
|
||||||
basedir="${basedir}/"
|
basedir="${basedir}/build/"
|
||||||
excludes="build/**, tests/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock, config.ini"
|
|
||||||
compression="gzip"
|
compression="gzip"
|
||||||
longfile="gnu"
|
longfile="gnu"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user