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

Upgrade Git to get composer git cache #25

Merged
merged 3 commits into from
Jan 30, 2018

Conversation

marvil07
Copy link
Contributor

composer supports using a cache for git repositories since ~1.2, but in order to actually use it, it needs git version 2.3.0-rc0 or newer, because since then it includes the --dissociate option. More context on that on the composer related original PR.

The current cli container is using debian jessie, which has git 2.1.4.

This change adds jessie backports repository to be able to get a newer one, currently it is 2.11.0.

@lmakarov lmakarov self-requested a review January 24, 2018 19:32
@lmakarov lmakarov merged commit 8317d8c into docksal:develop Jan 30, 2018
@lmakarov
Copy link
Member

Merged. Thanks!

lmakarov added a commit that referenced this pull request Jul 19, 2018
Debian Stretch ships with git v2.11.0, so the override introduced in #25 is no longer necessary.
@lmakarov lmakarov mentioned this pull request Jul 30, 2018
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