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

track applied patches and only remove/redownload/re-patch package if patchset changed #7

Merged
merged 1 commit into from
May 26, 2015

Conversation

yched
Copy link
Contributor

@yched yched commented May 16, 2015

This writes ['extra']['patches_applied'] for each patched package in vendor/composer/installed.json, and uses the information to determine whether a package should be removed/redownloaded/repatched, to avoid doing that on every "composer install"

@cweagans
Copy link
Owner

I'll look at this in more detail later, but my impression is generally positive at this point.

…the patchset has changed

Conflicts:
	src/Patches.php
@yched
Copy link
Contributor Author

yched commented May 17, 2015

Cool :-)

rebased after the other PRs were merged

cweagans added a commit that referenced this pull request May 26, 2015
track applied patches and only remove/redownload/re-patch package if patchset changed
@cweagans cweagans merged commit e6ba383 into cweagans:master May 26, 2015
@cweagans
Copy link
Owner

Been thinking about this and I'm happy with it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants