Skip to content

Commit 58492e2

Browse files
authored
Merge pull request #349 from Liujingfang1/master
fix the release and build files
2 parents b17d7fb + a9f44aa commit 58492e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ set -x
2323
# - Use /go as the default GOPATH because this is what the image uses
2424
# - Link our current directory (containing the source code) to the package location in the GOPATH
2525

26-
OWNER="kubernetes-sigs"
26+
OWNER="sigs.k8s.io"
2727
REPO="kustomize"
2828

29-
GO_PKG_OWNER=$GOPATH/src/github.com/$OWNER
29+
GO_PKG_OWNER=$GOPATH/src/$OWNER
3030
GO_PKG_PATH=$GO_PKG_OWNER/$REPO
3131

3232
mkdir -p $GO_PKG_OWNER

build/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project_name: kustomize
44
builds:
55
- main: ./kustomize.go
66
binary: kustomize
7-
ldflags: -s -X github.com/kubernetes-sigs/kustomize/pkg/commands.kustomizeVersion={{.Version}} -X github.com/kubernetes-sigs/kustomize/pkg/commands.gitCommit={{.Commit}} -X github.com/kubernetes-sigs/kustomize/pkg/commands.buildDate={{.Date}}
7+
ldflags: -s -X sigs.k8s.io/kustomize/pkg/commands.kustomizeVersion={{.Version}} -X sigs.k8s.io/kustomize/pkg/commands.gitCommit={{.Commit}} -X sigs.k8s.io/kustomize/pkg/commands.buildDate={{.Date}}
88
goos:
99
- darwin
1010
- linux

0 commit comments

Comments
 (0)