Local semver#681
Conversation
mcarans
left a comment
There was a problem hiding this comment.
Thanks for looking into this. It's a step in the right direction. See my comments for some requested changes
|
Yes it's odd. I have fixed the release so now it's easy to see the versions in the filenames: https://github.com/OoliteProject/oolite/releases/tag/1.93.1-localSemver.11. AppImage is correct which suggests the logic in get_version.sh is ok, but the rest have dirty which is odd. Something must change in the repo during the build for Windows and flatpak only. flatpak now seems to miss version which I thought I'd already fixed. |
|
https://github.com/OoliteProject/oolite/releases/tag/1.93.1-localSemver.12 flatpak is now correct (again). Windows still left. |
There was a problem hiding this comment.
Looks better now. It was a Windows line ending issue with git. https://github.com/OoliteProject/oolite/releases/tag/1.93.1-localSemver.15
|
Is this something to be concerned about? |
I'm guessing meson is caching something from an old build from the message "Directory already configured." Try running |
Remove unneeded OOLITE_VERSION.txt Make error messages consistent
|
I just added a check for gitversion's existence in gitversion.sh. |
phkb
left a comment
There was a problem hiding this comment.
Tested all the NSIS installers, everything looks fine to me.




Fixes #676 by introducing semver to local builds and adding the BUILDER environment variable.