Browse Source

rename debora -> barak

pull/55/head
Jae Kwon 10 years ago
parent
commit
bcfe33f15c
5 changed files with 24 additions and 22 deletions
  1. +2
    -2
      Makefile
  2. +1
    -1
      cmd/barak/auth.go
  3. +0
    -0
      cmd/barak/log.go
  4. +21
    -19
      cmd/barak/main.go
  5. +0
    -0
      cmd/barak/seed

+ 2
- 2
Makefile View File

@ -4,11 +4,11 @@ all: build
build: get_deps
go build -o build/tendermint github.com/tendermint/tendermint/cmd/tendermint
go build -o build/debora github.com/tendermint/tendermint/cmd/debora
go build -o build/barak github.com/tendermint/tendermint/cmd/barak
build_race: get_deps
go build -race -o build/tendermint github.com/tendermint/tendermint/cmd/tendermint
go build -race -o build/debora github.com/tendermint/tendermint/cmd/debora
go build -race -o build/barak github.com/tendermint/tendermint/cmd/barak
test: build
go test github.com/tendermint/tendermint/...


cmd/debora/auth.go → cmd/barak/auth.go View File


cmd/debora/log.go → cmd/barak/log.go View File


cmd/debora/main.go → cmd/barak/main.go View File


cmd/debora/seed → cmd/barak/seed View File


Loading…
Cancel
Save