Skip to content

Commit

Permalink
rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ffffwh committed Oct 17, 2018
1 parent 9ef8b1e commit 1b5e650
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -26,12 +26,12 @@ windows: build-windows
build:
go build $(GOFLAGS) -o dist/dtle -ldflags \
"-X main.Version=$(VERSION) -X main.GitCommit=$(COMMIT) -X main.GitBranch=$(BRANCH)" \
./cmd/udup/main.go
./cmd/dtle/main.go

build-windows:
GOOS=windows GOARCH=amd64 go build $(GOFLAGS) -o dist/dtle.exe -ldflags \
"-X main.Version=$(VERSION) -X main.GitCommit=$(COMMIT) -X main.GitBranch=$(BRANCH)" \
./cmd/udup/main.go
./cmd/dtle/main.go

TEMP_FILE = temp_parser_file
goyacc:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/udup/main.go → cmd/dtle/main.go
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/mitchellh/cli"

"github.com/actiontech/dtle/agent"
"github.com/actiontech/dtle/cmd/udup/command"
"github.com/actiontech/dtle/cmd/dtle/command"

_ "net/http/pprof"
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Expand Up @@ -73,7 +73,7 @@
DESCRIPTION)

targets = {
'dtle' : './cmd/udup',
'dtle' : './cmd/dtle',
}

supported_builds = {
Expand Down

0 comments on commit 1b5e650

Please sign in to comment.