File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
#
15
15
# //////////////////////////////////////////////////////////////////////
16
16
17
+ # set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
18
+ SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
19
+
17
20
# default build tooling definitions
18
21
TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
19
22
FONTMAKE=" pipenv run fontmake"
Original file line number Diff line number Diff line change 13
13
#
14
14
# /////////////////////////////////////////////////////////////////
15
15
16
+ # set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
17
+ SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
18
+
16
19
# default build tooling definitions
17
20
TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
18
21
FONTMAKE=" pipenv run fontmake"
@@ -137,6 +140,7 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf
137
140
exit 1
138
141
fi
139
142
143
+
140
144
# Desktop ttf font post build fixes
141
145
142
146
# DSIG table fix with adapted fontbakery Python script
You can’t perform that action at this time.
0 commit comments