kubernetes-helm: report release version instead snapshot version
This commit is contained in:
parent
1e42f0ac35
commit
0e27949f23
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kubernetes-helm'
|
# Template file for 'kubernetes-helm'
|
||||||
pkgname=kubernetes-helm
|
pkgname=kubernetes-helm
|
||||||
version=2.11.0
|
version=2.11.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="go make git mercurial"
|
hostmakedepends="go make git mercurial"
|
||||||
short_desc="The Kubernetes Package Manager"
|
short_desc="The Kubernetes Package Manager"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
|
@ -50,7 +50,7 @@ pre_build() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd golib/src/k8s.io/helm
|
cd golib/src/k8s.io/helm
|
||||||
TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make bootstrap build-cross APP="..."
|
TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make bootstrap build-cross APP="..." LDFLAGS="-X k8s.io/helm/pkg/version.BuildMetadata="
|
||||||
|
|
||||||
_dist/linux-${_go_host_arch}/helm completion bash > completion.bash
|
_dist/linux-${_go_host_arch}/helm completion bash > completion.bash
|
||||||
_dist/linux-${_go_host_arch}/helm completion zsh > completion.zsh
|
_dist/linux-${_go_host_arch}/helm completion zsh > completion.zsh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue