Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file sync to local:sync. #1147

Merged
merged 4 commits into from
Mar 14, 2017
Merged

Add file sync to local:sync. #1147

merged 4 commits into from
Mar 14, 2017

Conversation

bobbygryzynger
Copy link
Contributor

Changes proposed:

  • Allow files to be (optionally) synced during local:sync

@bobbygryzynger bobbygryzynger changed the title Local sync wrapper Add file sync to local:sync Mar 4, 2017
@bobbygryzynger bobbygryzynger changed the title Add file sync to local:sync Add file sync to local:sync. Mar 4, 2017
@grasmash grasmash added the Enhancement A feature or feature request label Mar 9, 2017
</if>
</target>

<target name="local:sync:data" description="Synchronize local data from remote (remote --> local)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's name this local:sync:db.

<phingcall target="local:sync:data"/>
<if>
<!-- Make file sync optional. Caller must pass -Dsync.files to execute file sync. -->
<isset property="sync.files"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also make sure that sync.files is true.

@grasmash grasmash merged commit 05d4672 into acquia:8.x Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants