| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!-- <![CDATA[ |
<!-- <![CDATA[ |
| 3 |
$Id: site-install.xml,v 1.6 2007/09/29 06:06:24 allisterbeharry Exp $ |
$Id: site-install.xml,v 1.7 2007/12/07 22:13:10 allisterbeharry Exp $ |
| 4 |
]]> --> |
]]> --> |
| 5 |
|
|
| 6 |
<!-- ==================================================================================================== --> |
<!-- ==================================================================================================== --> |
| 78 |
<exec command="wget "${drupal.Url}install.php?profile=${drupal.profile}&locale=${drupal.locale}"" |
<exec command="wget "${drupal.Url}install.php?profile=${drupal.profile}&locale=${drupal.locale}"" |
| 79 |
Output="${build.log.defaultdir}${php.directory_separator}site-install-run-installer-output.log" Error="${build.log.defaultdir}${php.directory_separator}site-install-run-installer-error.log" |
Output="${build.log.defaultdir}${php.directory_separator}site-install-run-installer-output.log" Error="${build.log.defaultdir}${php.directory_separator}site-install-run-installer-error.log" |
| 80 |
dir="${dast.tmp}${php.directory_separator}install" escape="false" passthru="false" checkreturn="false"/> |
dir="${dast.tmp}${php.directory_separator}install" escape="false" passthru="false" checkreturn="false"/> |
| 81 |
|
<!--chmod settings.php to be readonly after install--> |
| 82 |
|
<Chmod Mode="0444" file="${drupal.dir}${php.directory_separator}${drupal.settings.location}" /> |
| 83 |
</target> |
</target> |
| 84 |
|
|
| 85 |
|
|