Mercurial > code > home > repos > homeauto
comparison service/pilight/makefile @ 149:c2647173b60a
only start dht monitoring loop if it works a first time
Ignore-this: d1062a582258369d559e823441a955e0
author | drewp@bigasterisk.com |
---|---|
date | Sat, 12 Jul 2014 22:31:46 -0700 |
parents | 30d0ba11603a |
children |
comparison
equal
deleted
inserted
replaced
148:1b6ed0fa2f5b | 149:c2647173b60a |
---|---|
10 src/github.com/go-martini/martini: | 10 src/github.com/go-martini/martini: |
11 go get github.com/go-martini/martini | 11 go get github.com/go-martini/martini |
12 | 12 |
13 setup: | 13 setup: |
14 ln -s . public | 14 ln -s . public |
15 @echo also need static/polymer/ to be polymer 0.2.3 | |
16 | 15 |
17 build-to-pi: deps | 16 build-to-pi: deps |
18 GOBIN=bin-pi GOARCH=arm go install pilight.go | 17 GOBIN=bin-pi GOARCH=arm go install pilight.go |
19 rsync -a bin-pi/pilight pi@192.168.1.157:projects/homeauto/service/pilight/bin/ | 18 rsync -a bin-pi/pilight pi@192.168.1.157:projects/homeauto/service/pilight/bin/ |