diff --git a/.travis.yml b/.travis.yml index 7a8d8f5a..79b654c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. diff --git a/Makefile b/Makefile index c28989d9..ddbe1ec8 100644 --- a/Makefile +++ b/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/ diff --git a/README.md b/README.md index 7857859a..345afe00 100644 --- a/README.md +++ b/README.md @@ -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.