Adds the LAL version information to the meta data
Merge request reports
Activity
changed milestone to %0.5.6
added Documentation Feature-request + 1 deleted label
added 2 commits
All these things give the same information
In [2]: from lal import git_version as lal_git_version In [3]: from lalapps import git_version as lalapps_git_version In [4]: from lalsimulation import git_version as lalsim_git_version In [7]: print(lal_git_version.verbose_msg) Branch: None Tag: lalsuite-v6.59 Id: cd65f38ce43cef3a1dec217c060de25caf99bf14 Builder: Unknown User <> Repository status: CLEAN: All modifications committed In [8]: print(lalapps_git_version.verbose_msg) Branch: None Tag: lalsuite-v6.59 Id: cd65f38ce43cef3a1dec217c060de25caf99bf14 Builder: Unknown User <> Repository status: CLEAN: All modifications committed In [9]: print(lalsim_git_version.verbose_msg) Branch: None Tag: lalsuite-v6.59 Id: cd65f38ce43cef3a1dec217c060de25caf99bf14 Builder: Unknown User <> Repository status: CLEAN: All modifications committed
All we really need is the git hash.
mentioned in commit 6415c788
Please register or sign in to reply