Should drop `.version` into the package with the version number of the build.
Closed this issue · 4 comments
Laikulo commented
Should drop `.version` into the package with the version number of the build.
Laikulo commented
To allow this: https://github.com/Klipper3d/klipper/blob/master/klippy/util.py#L128
Note that if git works, it won't try this method
Laikulo commented
Laikulo commented
This means we need to know the git hash of anything we build, so we may want to modify get-sources to look that up.
Laikulo commented
Done!