Skip to content

Commit

Permalink
DEVELOPER.md: update procedure for upgrading TZDB
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Jul 25, 2024
1 parent db68530 commit 874a00a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ available.
- `HinnantBasicTest/Makefile`
- `HinnantExtendedTest/Makefile`
- Validate against one library, acetimec:
- `$ vi AcetimecExtendedTest/Makefile`
- `$ make -C AcetimecExtendedTest clean`
- `$ make -C AcetimecExtendedTest all`
- `$ make -C AcetimecExtendedTest run`
Expand All @@ -853,13 +852,18 @@ available.
- Update the `TZ_VERSION` variable in the makefiles.
- `$ make zonedbs`
- Update CHANGELOGs
- Copy a summary of the TZDB release notes from
https://mm.icann.org/pipermail/tz-announce/ to the various CHANGELOG.md
files.
- AceTime/CHANGELOG.md
- acetimec/CHANGELOG.md
- acetimepy/CHANGELOG.md
- AceTimeValidation/CHANGELOG.md
- Commit the changes to git
- Commit and push the changes for the following repos: AceTime, acetimec,
acetimepy, AceTimeValidation
- `$ git add ...`
- `$ git commit -m "..."`
- `$ git push`

There are 12 other validation tests in the AceTimeValidation project that
compare AceTime with various other third party libraries:
Expand Down

0 comments on commit 874a00a

Please sign in to comment.