mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 02:38:52 +00:00
Merge remote-tracking branch 'p/ticket/10177' into develop-olympus
* p/ticket/10177: [ticket/10177] Add `-f -` to tar command to build packages with bsdtar.
This commit is contained in:
commit
4d1f6352e6
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
-->
|
-->
|
||||||
<target name="export">
|
<target name="export">
|
||||||
<exec dir="phpBB"
|
<exec dir="phpBB"
|
||||||
command="git archive ${revision} | tar -x -C ../${dir}"
|
command="git archive ${revision} | tar -xf - -C ../${dir}"
|
||||||
checkreturn="true" />
|
checkreturn="true" />
|
||||||
<delete file="${dir}/config.php" />
|
<delete file="${dir}/config.php" />
|
||||||
<delete dir="${dir}/develop" />
|
<delete dir="${dir}/develop" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue