mirror of
https://github.com/apache/impala.git
synced 2026-01-08 21:03:01 -05:00
The packaging builds are done in a way that doesn't allow for us to query the git hash at the time of build. The fix is to generate a version file before build time and use that to populate the changes. This changes adds a save-version.sh script that is run before the package build starts. This change also consolidates the version info gathering between core impala and the CLI.