mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10932] Use included composer.phar in build process
PHPBB3-10932
This commit is contained in:
parent
cffcef1e46
commit
171d661765
1 changed files with 2 additions and 14 deletions
|
@ -45,13 +45,7 @@
|
||||||
|
|
||||||
<target name="composer" depends="clean,prepare">
|
<target name="composer" depends="clean,prepare">
|
||||||
<exec dir="./phpBB/"
|
<exec dir="./phpBB/"
|
||||||
command="curl -s http://getcomposer.org/installer | php"
|
command="php ../composer.phar install"
|
||||||
passthru="true" />
|
|
||||||
<exec dir="./phpBB/"
|
|
||||||
command="php composer.phar install"
|
|
||||||
passthru="true" />
|
|
||||||
<exec dir="./phpBB/"
|
|
||||||
command="rm composer.phar"
|
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -169,13 +163,7 @@
|
||||||
checkreturn="true" />
|
checkreturn="true" />
|
||||||
|
|
||||||
<exec dir="${dir}"
|
<exec dir="${dir}"
|
||||||
command="curl -s http://getcomposer.org/installer | php"
|
command="php ../composer.phar install"
|
||||||
passthru="true" />
|
|
||||||
<exec dir="${dir}"
|
|
||||||
command="php composer.phar install"
|
|
||||||
passthru="true" />
|
|
||||||
<exec dir="${dir}"
|
|
||||||
command="rm composer.phar"
|
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
|
|
||||||
<delete file="${dir}/config.php" />
|
<delete file="${dir}/config.php" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue