summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2022-12-15 12:13:46 -0700
committerGitHub <noreply@github.com>2022-12-15 12:13:46 -0700
commit3a2232084f53fdae901e2bf34726466b8809be5a (patch)
treed4d0f32559e796e598a154d35d9aeffbdd66b9dd /tools
parent99c0750fe954a1c166d7dd7c3e9757c2449a5e48 (diff)
downloadcloud-init-git-3a2232084f53fdae901e2bf34726466b8809be5a.tar.gz
tools: read-version drop extra call to git describe --long
Diffstat (limited to 'tools')
-rwxr-xr-xtools/read-version1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/read-version b/tools/read-version
index 3a0561a3..5a71e6c7 100755
--- a/tools/read-version
+++ b/tools/read-version
@@ -100,7 +100,6 @@ if is_gitdir(_tdir) and which("git") and not is_release_branch_ci:
version_long = ""
else:
raise
- version_long = tiny_p(cmd + ["--long"]).strip()
else:
version = src_version
version_long = ""