mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Trying to fix bamboo build script so that builds.opensimulator.org makes packages with file paths embedded in vain attempt to prevent my BF from maiming me. :)
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
|
||||
<zip zipfile="../${projectdir}.zip">
|
||||
<fileset basedir="../">
|
||||
<include name="${projectdir}/**" />
|
||||
<include name="${projectdir}/" />
|
||||
</fileset>
|
||||
</zip>
|
||||
<tar destfile="../${projectdir}.tar.gz" compression="GZip">
|
||||
<fileset basedir="../">
|
||||
<include name="${projectdir}/**" />
|
||||
<include name="${projectdir}/" />
|
||||
</fileset>
|
||||
</tar>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user