Skip to content

Commit

Permalink
Merge pull request #121 from grasmash/drupalvm-first
Browse files Browse the repository at this point in the history
Rermoving unneeded files from update scripts.
  • Loading branch information
grasmash committed Jun 8, 2016
2 parents b06deea + 151ef44 commit 6ca651a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion template/build/core/phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@
<target name="setup:drupal:settings" description="Create local settings files using default settings files.">
<chmod mode="0755" file="${docroot}/sites/default"/>
<copy file="${docroot}/sites/${multisite.name}/settings/default.local.settings.php" tofile="${docroot}/sites/${multisite.name}/settings/local.settings.php"/>
<copy file="${docroot}/sites/${multisite.name}/default.local.drushrc.php" tofile="${docroot}/sites/${multisite.name}/local.drushrc.php"/>
<copy file="${docroot}/sites/${multisite.name}/default.local.drushrc.php" tofile="${docroot}/sites/${multisite.name}/local.drushrc.php">
<filterchain>
<expandproperties />
</filterchain>
</copy>
<!-- Re-extract value of $options['uri'] in case it was not yet set. -->
<!-- @todo Add multisite support. -->
<phpVariable file="${repo.root}/drush/drushrc.php" variable="options[uri]" outputProperty="local_url" />
Expand Down
2 changes: 0 additions & 2 deletions template/scripts/blt/update-scaffold
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ BLT_BRANCH=8.x
BLT_DIRS=(
"blt.sh"
"build/core"
"drush.wrapper"
"factory-hooks/post-settings-php/protect_env.php.example"
"factory-hooks/pre-settings-php/includes.php.example"
"hooks/samples"
Expand All @@ -31,6 +30,5 @@ done

# Restore execute permissions.
chmod 755 blt.sh
chmod 755 drush.wrapper

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

0 comments on commit 6ca651a

Please sign in to comment.