more updates.

This commit is contained in:
David Newhall II 2019-06-13 21:26:59 -07:00
parent 829ed7864a
commit f0493d8880
3 changed files with 5 additions and 5 deletions

View File

@ -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 #- 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 - rvm install 2.0.0
install: install:
- dep ensure
- rvm 2.0.0 do gem install --no-document fpm - rvm 2.0.0 do gem install --no-document fpm
- dep ensure
script: script:
- rvm 2.0.0 do make release - rvm 2.0.0 do make release
# get deploy key for golift/homebrew-mugs. # get deploy key for golift/homebrew-mugs.

View File

@ -120,7 +120,7 @@ package_build_linux: readme man linux
cp *.1.gz $@/usr/share/man/man1 cp *.1.gz $@/usr/share/man/man1
cp examples/*.conf.example $@/etc/$(BINARY)/ cp examples/*.conf.example $@/etc/$(BINARY)/
cp examples/up.conf.example $@/etc/$(BINARY)/up.conf 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. # 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 examples/*.png $@/usr/share/doc/$(BINARY)/examples
cp init/systemd/$(BINARY).service $@/lib/systemd/system/ cp init/systemd/$(BINARY).service $@/lib/systemd/system/

View File

@ -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 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 pictures and maybe even a Twitch VOD. Update: The installation has been
simplified tremendously with the 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! More to come!
- Radios, Frequencies, Interfaces, vAPs - Radios, Frequencies, Interfaces, vAPs
@ -86,5 +86,5 @@ sites side-by-side. So easy! This screenshot barely does it justice.
## Copyright & License ## Copyright & License
- Copyright © 2016 Garrett Bjerkhoel. - Copyright © 2016 Garrett Bjerkhoel.
- Copyright © 2018 David Newhall II. - Copyright © 2018-2019 David Newhall II.
- See [MIT-LICENSE](MIT-LICENSE) for license information. - See [LICENSE](LICENSE) for license information.