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 1414#
1515# //////////////////////////////////////////////////////////////////////
1616
17+ # set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
18+ SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
19+
1720# default build tooling definitions
1821TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
1922FONTMAKE=" pipenv run fontmake"
Original file line number Diff line number Diff line change 1313#
1414# /////////////////////////////////////////////////////////////////
1515
16+ # set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
17+ SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
18+
1619# default build tooling definitions
1720TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
1821FONTMAKE=" pipenv run fontmake"
@@ -137,6 +140,7 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf
137140 exit 1
138141fi
139142
143+
140144# Desktop ttf font post build fixes
141145
142146# DSIG table fix with adapted fontbakery Python script
You can’t perform that action at this time.
0 commit comments