Apply change made to version-at-commit.sh to arvados_version.py
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 4 Dec 2024 02:54:18 +0000 (21:54 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 4 Dec 2024 14:56:44 +0000 (09:56 -0500)
commit6a0719ee61c0329366ddae6fb33d01b5a190a987
tree003f71f16369f231a2ab4836f8c5c423b8d7faf5
parenta586abd33b8522122775274acf8064fa9738214a
Apply change made to version-at-commit.sh to arvados_version.py

Brings the Python code in line with 3a122933b4

This strips leading "development-" from the generated version string.
Version strings are derived from tags, which are usually just the bare
version number.  However, in order to get development versions to
interact properly with release branches, we sometimes need to apply
version tags with a "development-" prefix to the main branch.

no issue #

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
sdk/cwl/arvados_version.py
sdk/python/arvados_version.py
services/dockercleaner/arvados_version.py
services/fuse/arvados_version.py
tools/cluster-activity/arvados_version.py
tools/crunchstat-summary/arvados_version.py
tools/user-activity/arvados_version.py