Skip to content

Commit 4009a22

Browse files
Replace search binary with kv.
1 parent 946d57e commit 4009a22

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ GO_BIN=go
77
# Build our binary
88
GOPATH=/tmp/go "$GO_BIN" get github.com/asggo/store
99
GOPATH=/tmp/go "$GO_BIN" build -o bin/scrape
10-
GOPATH=/tmp/go "$GO_BIN" build -o bin/search ./search/
10+
GOPATH=/tmp/go "$GO_BIN" build -o bin/kv github.com/asggo/store/src
1111

1212
# Stop Service
1313
sudo service scrape stop
1414

1515
cp bin/scrape ${INSTALL_DIR}
16-
cp bin/search ${INSTALL_DIR}
17-
16+
cp bin/kv ${INSTALL_DIR}
1817
# Start Service
1918
sudo service scrape start

search/search.go

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)