Skip to content

Commit 5822c75

Browse files
committed
rm TZupdate.sh
1 parent 74141f5 commit 5822c75

File tree

2 files changed

+2
-74
lines changed

2 files changed

+2
-74
lines changed

package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following points assume work in a direct clone of the repository, and not in
112112
* [platform.txt](https://github.com/esp8266/Arduino/blob/master/platform.txt) and [package.json](https://github.com/esp8266/Arduino/blob/master/package.json): update `version` to the release E.g. `3.0.0`,
113113
114114
* [cores/esp8266/TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h): import the latest database:\
115-
`$ pip install -U tzdata; python format_tzdata.py --output ../cores/esp8266/TZ.h`
115+
`$ pip install -U tzdata; python tools/format_tzdata.py --output cores/esp8266/TZ.h`
116116
117117
* Update SSL/TLS certificates and public keys in examples:\
118118
`$ cd tools; sh certsUpdate.sh`
@@ -173,7 +173,7 @@ The following points assume work in a direct clone of the repository, and not in
173173

174174
* [platform.txt](https://github.com/esp8266/Arduino/blob/master/platform.txt)
175175
* [package.json](https://github.com/esp8266/Arduino/blob/master/package.json)
176-
* [TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h) (<= `cd tools; sh ./TZupdate.sh`)
176+
* [TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h) (<= `pip install -U tzdata; python tools/format_tzdata.py --output cores/esp8266/TZ.h`)
177177
* Certificates (<= `cd tools; sh certsUpdate.sh`)
178178

179179
- [ ] 5. Wait until the release notes have been checked by other maintainers (can be changed afterwards anyway)

tools/TZupdate.sh

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)