-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only download tzdata to avoid lzip; clean Makefile
This caches the zic.c source code (it's public domain) and switches to download the tzdata archive from IANA. This is done solely to avoid lzip which people don't seem to have installed on their machines or on CI. I also renamed and cleaned up quite a bit of tzdb.mk to be consistent with tzdata and tzcode references.
- Loading branch information
Showing
12 changed files
with
5,155 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ nerves_time_zones-*.tar | |
# Temporary files for e.g. tests | ||
/tmp | ||
|
||
/tzdb-*.tar.lz | ||
/tzdata*.tar.gz | ||
/tzcode/version.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# tzcode | ||
|
||
See https://www.iana.org/time-zones for code archives. These are cached here | ||
since the combined time zone code+data archive is lzip'd and many people don't | ||
have lzip installed. The data-only database is only gzipped. | ||
|
Oops, something went wrong.