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 15
15
# //////////////////////////////////////////////////////////////////////
16
16
17
17
# 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)
19
19
20
20
# default build tooling definitions
21
21
TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
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)
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)
18
19
19
20
# default build tooling definitions
20
21
TTFAH=" $HOME /ttfautohint-build/local/bin/ttfautohint"
@@ -140,7 +141,6 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf
140
141
exit 1
141
142
fi
142
143
143
-
144
144
# Desktop ttf font post build fixes
145
145
146
146
# DSIG table fix with adapted fontbakery Python script
You can’t perform that action at this time.
0 commit comments