Skip to content

Stop dirtying git source

git describe --dirty is being used to get commit information from git repo to build the KiCad version string for the build. For flatpak we need to change a few things which would dirty the git repo, resulting in tagging the version string to be -dirty.

Merge request reports