Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 151ef44

Browse files
committed
Rermoving unneeded files from update scripts.
1 parent b06deea commit 151ef44

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

template/build/core/phing/tasks/setup.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@
5656
<target name="setup:drupal:settings" description="Create local settings files using default settings files.">
5757
<chmod mode="0755" file="${docroot}/sites/default"/>
5858
<copy file="${docroot}/sites/${multisite.name}/settings/default.local.settings.php" tofile="${docroot}/sites/${multisite.name}/settings/local.settings.php"/>
59-
<copy file="${docroot}/sites/${multisite.name}/default.local.drushrc.php" tofile="${docroot}/sites/${multisite.name}/local.drushrc.php"/>
59+
<copy file="${docroot}/sites/${multisite.name}/default.local.drushrc.php" tofile="${docroot}/sites/${multisite.name}/local.drushrc.php">
60+
<filterchain>
61+
<expandproperties />
62+
</filterchain>
63+
</copy>
6064
<!-- Re-extract value of $options['uri'] in case it was not yet set. -->
6165
<!-- @todo Add multisite support. -->
6266
<phpVariable file="${repo.root}/drush/drushrc.php" variable="options[uri]" outputProperty="local_url" />

template/scripts/blt/update-scaffold

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ BLT_BRANCH=8.x
77
BLT_DIRS=(
88
"blt.sh"
99
"build/core"
10-
"drush.wrapper"
1110
"factory-hooks/post-settings-php/protect_env.php.example"
1211
"factory-hooks/pre-settings-php/includes.php.example"
1312
"hooks/samples"
@@ -31,6 +30,5 @@ done
3130

3231
# Restore execute permissions.
3332
chmod 755 blt.sh
34-
chmod 755 drush.wrapper
3533

3634
echo "Changes have been pulled down. Please review and commit desired changes."

0 commit comments

Comments
 (0)