NearNodeFlash / NearNodeFlash.github.io

View this document https://nearnodeflash.github.io/
Apache License 2.0
3 stars 3 forks source link

Handle stale bin/ dirs in repos #80

Closed roehrich-hpe closed 12 months ago

roehrich-hpe commented 1 year ago

The bin/ dir in each repo is created and populated by the Makefile to contain the tools specified in the makefile. When we bump the version of one of those tools, we need a way for the Makefile to notice that an existing bin/ dir has an older version of the tool, and to update that tool.

roehrich-hpe commented 1 year ago

Until we can do it automatically, the way to handle stale bin dirs is to do the following in each repo:

chmod -R u+w bin
rm -rf bin