riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
98 stars 41 forks source link

[contrib/git] Fix bundling of git submodules. #73

Closed riga closed 5 years ago

riga commented 5 years ago

The bundling of submodules did not take into account changes and was using git features that might not exist on versions older than 3 years. The bundling strategy now uses git ls-files followed by a simple tar -cz instead of git archive.

This fixes #72.