Skip to content

change dir for fetch git revision

Steven Wohl requested to merge srwohl/TangoSourceDistribution:main into main

The ant build was failing because it attempts to get the git revision of the ${workdir} (build/tmp) and no git is present. I moved the lookup to of the git revision to ${workdir}/cpp. The ant build functions after that.

Merge request reports