more updates.
This commit is contained in:
parent
829ed7864a
commit
f0493d8880
|
|
@ -20,8 +20,8 @@ before_install:
|
|||
#- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
- rvm install 2.0.0
|
||||
install:
|
||||
- dep ensure
|
||||
- rvm 2.0.0 do gem install --no-document fpm
|
||||
- dep ensure
|
||||
script:
|
||||
- rvm 2.0.0 do make release
|
||||
# get deploy key for golift/homebrew-mugs.
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -120,7 +120,7 @@ package_build_linux: readme man linux
|
|||
cp *.1.gz $@/usr/share/man/man1
|
||||
cp examples/*.conf.example $@/etc/$(BINARY)/
|
||||
cp examples/up.conf.example $@/etc/$(BINARY)/up.conf
|
||||
cp LICENSE *.html examples/{*dash.json,up.conf.example} $@/usr/share/doc/$(BINARY)/
|
||||
cp LICENSE *.html examples/*dash.json examples/up.conf.example $@/usr/share/doc/$(BINARY)/
|
||||
# These go to their own folder so the img src in the html pages continue to work.
|
||||
cp examples/*.png $@/usr/share/doc/$(BINARY)/examples
|
||||
cp init/systemd/$(BINARY).service $@/lib/systemd/system/
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ Issue and lets discuss.
|
|||
If you're a nerd you can probably figure it out. I'd still like some pretty
|
||||
pictures and maybe even a Twitch VOD. Update: The installation has been
|
||||
simplified tremendously with the
|
||||
[creation of binary packages](https://github.com/davidnewhall/unifi-poller/wiki/Package-Install).
|
||||
[creation of binary packages](https://github.com/davidnewhall/unifi-poller/wiki/Installation).
|
||||
More to come!
|
||||
|
||||
- Radios, Frequencies, Interfaces, vAPs
|
||||
|
|
@ -86,5 +86,5 @@ sites side-by-side. So easy! This screenshot barely does it justice.
|
|||
|
||||
## Copyright & License
|
||||
- Copyright © 2016 Garrett Bjerkhoel.
|
||||
- Copyright © 2018 David Newhall II.
|
||||
- See [MIT-LICENSE](MIT-LICENSE) for license information.
|
||||
- Copyright © 2018-2019 David Newhall II.
|
||||
- See [LICENSE](LICENSE) for license information.
|
||||
|
|
|
|||
Loading…
Reference in New Issue