Skip to content

Commit f7e9af6

Browse files
author
Maxim Khailo
committed
Using glide for orders anthill
So we get correct version of metamorphosis and library dependencies.
1 parent 19a36a2 commit f7e9af6

File tree

5 files changed

+69
-6
lines changed

5 files changed

+69
-6
lines changed

intelligence/consumers/orders-anthill/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ prepare:
1515
rm $(BUILD_ROOT_PATH) || true
1616
mkdir -p $(GOPATH)/src/github.com/FoxComm
1717
ln -s $(HIGHLANDER_PATH) $(BUILD_ROOT_PATH) || true
18-
go get github.com/FoxComm/metamorphosis
18+
cd $(BUILD_PATH) && glide install
19+
rm -rf $(BUILD_PATH)/vendor/github.com/FoxComm/highlander
1920

2021
build: prepare
2122
$(call header, Building)
22-
GOOS=linux CGO_ENABLED=0 go build -o orders-anthill ./*.go
23+
cd $(BUILD_PATH) && GOOS=linux CGO_ENABLED=0 go build -o orders-anthill ./*.go
2324

2425
test:
2526
$(call header, Testing)

intelligence/consumers/orders-anthill/glide.lock

+43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package: github.com/FoxComm/highlander/intelligence/consumers/orders-anthill
2+
ignore:
3+
- github.com/FoxComm/highlander
4+
import:
5+
- package: github.com/FoxComm/metamorphosis
6+
vcs: git
7+
version: 20936e0ceb33443962d90cdf24bc6892a73e438b
8+
- package: github.com/elodina/go-avro
9+
version: 0c8185d9a3ba82aeac98db3313a268a5b6df99b5
10+
- package: github.com/elodina/go-kafka-avro
11+
vcs: git
12+
version: 0c29ad915b6b7dc6cf416005fdae3d1c6b5d9672
13+
repo: git@github.com:FoxComm/go-kafka-avro.git
14+
- package: github.com/elodina/go_kafka_client
15+
version: 95d107b0c102fa81b8c1e5e556adc23352fad065
16+
- package: github.com/elodina/siesta
17+
version: fea3d8822e875ffef3895e68f5c2f172e0dd4300
18+
- package: github.com/elodina/siesta-producer
19+
version: a374fc36c515243efb438aed41c536af55d8b19b

intelligence/consumers/orders-sphex/glide.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intelligence/consumers/orders-sphex/glide.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ignore:
44
import:
55
- package: github.com/FoxComm/metamorphosis
66
vcs: git
7-
version: f357818171523aa95aafb58ca8cf419cb4f0e291
7+
version: 20936e0ceb33443962d90cdf24bc6892a73e438b
88
- package: github.com/elodina/go-avro
99
version: 0c8185d9a3ba82aeac98db3313a268a5b6df99b5
1010
- package: github.com/elodina/go-kafka-avro

0 commit comments

Comments
 (0)