garmin / pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Apache License 2.0
38 stars 30 forks source link

Upgrade git-lfs to support local paths #89

Closed kevinbreit-garmin closed 1 year ago

kevinbreit-garmin commented 1 year ago

git-lfs support was added, but unfortunately versions before 2.10 don't support local paths.

This can make testing difficult with a bitbake recipe that points to a local path for testing, when that local repository uses LFS. To fix this, we can pull in newer versions of git-lfs like 16.04 had. To make sure git-lfs is new enough, add a test for it. The minimum git-lfs release is v2.10.

pep8speaks commented 1 year ago

Hello @kevinbreit-garmin! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2023-09-27 15:12:14 UTC