Use XDG config path on FreeBSD #8103

Merged
merged 1 commit into from Feb 20, 2017

Conversation

Projects
None yet
5 participants
Contributor

afvincent commented Feb 19, 2017

This is a patch that was kindly emailed to us by Adam on the devel-matplotlib mailing list (2017-02-19).
The PR is simply the execution of git am 0001-Use-XDG-config-path-on-FreeBSD.patch, which was the patch file attached to Adam's email.

@tacaswell Should this target 2.0.1 or 2.1?

Disclaimer: I do not have any FreeBSD system available, so I could not check it is working properly on this OS. But the patch seems OK to me (hence the PR).

@rqcy @afvincent rqcy Use XDG config path on FreeBSD
8bf2488
Owner

tacaswell commented Feb 20, 2017

The windows failure is in the clean up code, the tests pass (and this should not be hit in windows anyway).

@NelleV NelleV merged commit 8241344 into matplotlib:master Feb 20, 2017

4 of 5 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
codecov/patch 100% of diff hit (target 80%)
Details
codecov/project/library 62.29% (+0%) compared to 747792b
Details
codecov/project/tests 97.97% (target 97.7%)
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Owner

tacaswell commented Feb 20, 2017

@NelleV did you backport this?

@QuLogic QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Mar 27, 2017

@NelleV @QuLogic NelleV + QuLogic Merge pull request #8103 from afvincent/enh_use_xdg_config_path_on_fr…
…eebsd

Use XDG config path on FreeBSD
a003902

QuLogic removed the Needs backport label Mar 27, 2017

Member

QuLogic commented Mar 27, 2017

Backported to v2.0.x as a003902.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment