summaryrefslogtreecommitdiff
path: root/pkg/tz/tzdata.lua
AgeCommit message (Collapse)Author
2019-07-10tz: Specify zic outputs explicitlyMichael Forney
2019-07-08Revert "tz: Honor config.fs when writing tzdata.index"Michael Forney
This reverts commit 8b0c936479fe3435747fd06dccffea6d26583998.
2019-07-07tz: Honor config.fs when writing tzdata.indexMichael Forney
2018-02-16Port build scripts to POSIX shellMichael Forney
Since we are now using Lua to generate ninja files, use of rc in build scripts seems unnecessary and adds an additional bootstrap dependency. None of them are too fancy, so just port to POSIX sh instead.
2017-10-20tz: Fix some issues in tzdata.luaMichael Forney
When this was converted from an awk script, two regressions were introduced: - hash.rc failures did not cause a failure in tzdata.lua. - We stopped actually running the zic command.
2017-09-25tz: Write tzdata hash script in luaMichael Forney
This should make it easier to support the users `config.fs`.