mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-29 18:27:19 +00:00
Correct domain name used to upload pear packages.
This commit is contained in:
parent
64e7c8d991
commit
d352b5f14d
1 changed files with 2 additions and 2 deletions
|
@ -213,10 +213,10 @@
|
||||||
-->
|
-->
|
||||||
<target name="distribute" depends="prepare" description="Upload pear packages to pear.cakephp.org">
|
<target name="distribute" depends="prepare" description="Upload pear packages to pear.cakephp.org">
|
||||||
<echo msg="Uploading tgz file to cakephp.org" />
|
<echo msg="Uploading tgz file to cakephp.org" />
|
||||||
<exec command="scp ${dist.dir}/${pear.package}.tgz cakephp@cakephp.org:${pirum.dir}" dir="." checkreturn="true" />
|
<exec command="scp ${dist.dir}/${pear.package}.tgz cakephp@pear.cakephp.org:${pirum.dir}" dir="." checkreturn="true" />
|
||||||
|
|
||||||
<echo msg="Adding new release to pirum" />
|
<echo msg="Adding new release to pirum" />
|
||||||
<exec command="ssh cakephp@cakephp.org pirum add ${pirum.dir} ${pirum.dir}/${pear.package}.tgz" checkreturn="true" />
|
<exec command="ssh cakephp@pear.cakephp.org pirum add ${pirum.dir} ${pirum.dir}/${pear.package}.tgz" checkreturn="true" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="codestyle" description="Check codestyle (human readable format)">
|
<target name="codestyle" description="Check codestyle (human readable format)">
|
||||||
|
|
Loading…
Reference in a new issue