Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2021-03-08 20:10:26 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-03-08 20:10:26 +0300
commit8771f015f50ec72c3b0eaac1eb9498d277a4952b (patch)
treecb9fc0d8ab04f5e2174fa8c2c4063e65644a3754 /GNUmakefile
parent9ce950daabbf580fc1b8da2c325ba2903e02b62e (diff)
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
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 41902809e30..3fe1850ca73 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -506,7 +506,7 @@ check_descriptions: .FORCE
#
source_archive: .FORCE
- ./build_files/utils/make_source_archive.sh
+ python3 ./build_files/utils/make_source_archive.py
INKSCAPE_BIN?="inkscape"
icons: .FORCE