File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515# //////////////////////////////////////////////////////////////////////
1616
1717# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
18- SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
18+ export SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
1919
2020# default build tooling definitions
2121TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
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)
16+ # set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds
17+ # at any git commit
18+ export SOURCE_DATE_EPOCH=$( git show -s --format=%ct HEAD)
1819
1920# default build tooling definitions
2021TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
@@ -140,7 +141,6 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf
140141 exit 1
141142fi
142143
143-
144144# Desktop ttf font post build fixes
145145
146146# DSIG table fix with adapted fontbakery Python script
You can’t perform that action at this time.
0 commit comments