Skip to content

Commit

Permalink
Adding OS_GIT_PATCH to rpm env
Browse files Browse the repository at this point in the history
  • Loading branch information
smunilla committed Nov 29, 2017
1 parent 0e2def7 commit 354df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tito/lib/origin/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_os_git_vars():
shell utilities. The git tree state is spoofed.
"""
git_vars = {}
for var_name in ["OS_GIT_COMMIT", "OS_GIT_VERSION", "OS_GIT_MAJOR", "OS_GIT_MINOR",
for var_name in ["OS_GIT_COMMIT", "OS_GIT_VERSION", "OS_GIT_MAJOR", "OS_GIT_MINOR", "OS_GIT_PATCH",
"OS_GIT_CATALOG_VERSION",
"ETCD_GIT_VERSION", "ETCD_GIT_COMMIT",
"KUBE_GIT_VERSION", "KUBE_GIT_COMMIT"]:
Expand Down

0 comments on commit 354df72

Please sign in to comment.