Oh yeah, I was looking at
You must be registered to see the links
which I assume is what's used on JONT.
I still haven't taken a look at it, but if we migrate from qtwebkit to qtwebengine I think whatever Qqsp does could be used as reference.
On an unrelated note, I think I ran into a bug: having the lash on the sleeve slot doesn't count as having it for punishment purposes. Every other slot counts, including the boot.
Oh yeah, I was looking at the build instructions for the engine on gitgud, the whole
GIT_VERSION=""
step can be removed entirely if an
You must be registered to see the links
is created on the repo, making if so that the GIT_VERSION gets filled out with the tag or the most recent tag + the number of commits since that tag + commit hash. It can also be a lightweight tag if the
--tags
option is specified after the
describe
command.
(Note that this will only work if the person properly cloned the repository, so you may want to keep the step with the added description that it can be skipped if you cloned the repo)