Blender Git Commit Log
Git Commits -> Revision 8771f01
Revision 8771f01 by Sybren A. Stüvel (master) March 8, 2021, 17:10 (GMT) |
Python version of `make_source_archive.sh` This is a Python version of the existing `make_source_archive.sh` script. IMO it's easier to read, and it'll also be easier to extend with the necessary functionality for D10598. The number of lines of code is larger than `make_source_archive.sh`, but it has considerably less invocations of `awk` ;-) And also the filtering is integrated, instead of forking out to Python to prevent certain files to be included in the tarball. Reviewed By: dfelinto, campbellbarton Differential Revision: https://developer.blender.org/D10629 |
Commit Details:
Full Hash: 8771f015f50ec72c3b0eaac1eb9498d277a4952b
Parent Commit: 9ce950d
Lines Changed: +192, -83
1 Added Path:
/build_files/utils/make_source_archive.py (+191, -0) (View)
1 Deleted Path:
/build_files/utils/make_source_archive.sh (+0, -82)
1 Modified Path:
/GNUmakefile (+1, -1) (Diff)