mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +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 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"
|
||||
basedir="${basedir}/"
|
||||
excludes="build/**, tests/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock, config.ini"
|
||||
basedir="${basedir}/build/"
|
||||
compression="gzip"
|
||||
longfile="gnu"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user