Merge pull request #34 from davidnewhall/dn2_build_updates
More build updates.
This commit is contained in:
commit
a5b6e2b625
|
|
@ -7,6 +7,8 @@
|
||||||
/unifi-poller*.pkg
|
/unifi-poller*.pkg
|
||||||
/unifi-poller.macos
|
/unifi-poller.macos
|
||||||
/unifi-poller.linux
|
/unifi-poller.linux
|
||||||
|
/unifi-poller.rb
|
||||||
|
*.sha256
|
||||||
/vendor
|
/vendor
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*~
|
*~
|
||||||
|
|
@ -16,3 +18,4 @@ README
|
||||||
README.html
|
README.html
|
||||||
/md2roff
|
/md2roff
|
||||||
/unifi-poller_manual.html
|
/unifi-poller_manual.html
|
||||||
|
/homebrew-repo
|
||||||
|
|
|
||||||
28
.travis.yml
28
.travis.yml
|
|
@ -10,7 +10,7 @@ go:
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
before_install:
|
before_install:
|
||||||
- mkdir -p $GOPATH/bin
|
- mkdir -p $GOPATH/bin
|
||||||
# This deploy is not used atm.
|
# This deploy key is not used atm.
|
||||||
- openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in .github_deploy_key.enc -out github_deploy_key -d
|
- openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in .github_deploy_key.enc -out github_deploy_key -d
|
||||||
- chmod 600 github_deploy_key
|
- chmod 600 github_deploy_key
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
|
@ -26,13 +26,19 @@ install:
|
||||||
script:
|
script:
|
||||||
- rvm $brew_ruby do make release
|
- rvm $brew_ruby do make release
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
- provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
secure: GsvW0m+EnRELQMk8DjH63VXinqbwse4FJ4vNUslOE6CZ8PBXPrH0ZgaI7ic/uxRtm7CYj0sir4CZq62W5l6uhoXCCQfjOnmJspqnQcrFZ1xRdWktsNXaRwM6hlzaUThsJ/1PD9Psc66uKXBYTg0IlUz0yjZAZk7tCUE4libuj41z40ZKxUcbfcNvH4Njc9IpNB4QSA3ss+a9/6ZwBz4tHVamsGIrzaE0Zf99ItNBYvaOwhM2rC/NWIsFmwt8w4rIA2NIrkZgMDV+Z2Niqh4JRLAWCQNx/RjC5U52lG2yhqivUC3TromZ+q4O4alUltsyIzF2nVanLWgJmbeFo8uXT5A+gd3ovSkFLU9medXd9i4kap7kN/o5m9p5QZvrdEYHEmIU4ml5rjT2EQQVy5CtSmpiRAbhpEJIvA1wDtRq8rdz8IVfJXkHNjg2XdouNmMMWqa3OkEPw21+uxsqv4LscW/6ZjsavzL5SSdnBRU9n79EfGJE/tJLKiNumah/vLuJ5buNhgqmCdtX/Tg+DhQS1BOyYg4l4L8s9IIKZgFRwrOPsZnA/KsrWg4ZsjJ87cqKCaT/qs2EJx5odZcZWJYLBngeO8Tc6cQtLgJdieY2oEKo51Agq4rgikZDt21m6TY9/R5lPN0piwdpy3ZGKfv1ijXx74raMT03qskputzMCvc=
|
secure: GsvW0m+EnRELQMk8DjH63VXinqbwse4FJ4vNUslOE6CZ8PBXPrH0ZgaI7ic/uxRtm7CYj0sir4CZq62W5l6uhoXCCQfjOnmJspqnQcrFZ1xRdWktsNXaRwM6hlzaUThsJ/1PD9Psc66uKXBYTg0IlUz0yjZAZk7tCUE4libuj41z40ZKxUcbfcNvH4Njc9IpNB4QSA3ss+a9/6ZwBz4tHVamsGIrzaE0Zf99ItNBYvaOwhM2rC/NWIsFmwt8w4rIA2NIrkZgMDV+Z2Niqh4JRLAWCQNx/RjC5U52lG2yhqivUC3TromZ+q4O4alUltsyIzF2nVanLWgJmbeFo8uXT5A+gd3ovSkFLU9medXd9i4kap7kN/o5m9p5QZvrdEYHEmIU4ml5rjT2EQQVy5CtSmpiRAbhpEJIvA1wDtRq8rdz8IVfJXkHNjg2XdouNmMMWqa3OkEPw21+uxsqv4LscW/6ZjsavzL5SSdnBRU9n79EfGJE/tJLKiNumah/vLuJ5buNhgqmCdtX/Tg+DhQS1BOyYg4l4L8s9IIKZgFRwrOPsZnA/KsrWg4ZsjJ87cqKCaT/qs2EJx5odZcZWJYLBngeO8Tc6cQtLgJdieY2oEKo51Agq4rgikZDt21m6TY9/R5lPN0piwdpy3ZGKfv1ijXx74raMT03qskputzMCvc=
|
||||||
overwrite: true
|
overwrite: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: release/*
|
file: release/*
|
||||||
on:
|
on:
|
||||||
repo: davidnewhall/unifi-poller
|
repo: davidnewhall/unifi-poller
|
||||||
tags: true
|
tags: true
|
||||||
|
- provider: script
|
||||||
|
script: scripts/formula-deploy.sh ${TRAVIS_TAG}
|
||||||
|
on:
|
||||||
|
repo: davidnewhall/unifi-poller
|
||||||
|
tags: true
|
||||||
|
secure: "0yBdTabuF8LM8nQ8hSF1wjigQawal9N/v2NlR62oioMvzqWOy0zKo8R+mcfHK+pCByx0Ki/VWslms/WBKQnQvolGKY32UOg2cJvoVMoOemcwaezLK0kGZt8+O83ZQLr0CsiuzLQxJoqjiYf8ca6N2tjDFIowLPzSNPQR32mAP8cTe5fkxKyFAXgmA41BkzWMTx/V9R6udcX+Oofi8tpIZv1fyqSMNVlItHLxLFeP7F/r6OSM/Y87abAOt1U/ugPDufCL1MpmjRNhkL+NnHajSI30RsHFMv0c96hV3Va2g1VXrEVTB3F/0HhwBd9vwWwmiAGDMP/Nh7WfkQjHgHYCWVlbYgEdZj3rxeP9p14WEki3VavW2tZENjXoHpJswcT3UhB2m49p+pyV9NbzxZKeJDa2oniYBA9RfCrIURUIDI9Mk7vb+SVdcwx8JioiOebo568eRNHFI66KmQFrCGs+ZSuGFMk2ftaqhHSSctaD14EXzIurmWernw8xwmJAyiyBx6bKUIF969lBPlLVVCbl86ekNjm5xPxCaUM+Evugzo6nGsGckEUor85Ej54Q8qcxO/3m12F6gbHaEUUVK1splk+3dvDrSTZ6zJ+opxKkFph1MLjqQOIwqGU6DMMKy0JxMusjRg8n135LQQ/V05+Mzci4AF+kctidKfE42JDt5vA="
|
||||||
|
|
|
||||||
79
Makefile
79
Makefile
|
|
@ -1,22 +1,29 @@
|
||||||
|
# This Makefile is written as generic as possible.
|
||||||
|
# Setting these variables and creating the necesarry paths in your github repo will make this file work.
|
||||||
|
#
|
||||||
BINARY:=unifi-poller
|
BINARY:=unifi-poller
|
||||||
URL=https://github.com/davidnewhall/unifi-poller
|
URL:=https://github.com/davidnewhall/$(BINARY)
|
||||||
MAINT="David Newhall II <david at sleepers dot pro>"
|
MAINT=David Newhall II <david at sleepers dot pro>
|
||||||
DESC="This daemon polls a Unifi controller at a short interval and stores the collected metric data in an Influx Database."
|
DESC=This daemon polls a Unifi controller at a short interval and stores the collected metric data in an Influx Database.
|
||||||
PACKAGE:=./cmd/$(BINARY)
|
PACKAGE:=./cmd/$(BINARY)
|
||||||
ifeq ($(VERSION),)
|
ifeq ($(VERSION),)
|
||||||
VERSION:=$(shell git tag -l --merged | tail -n1 | tr -d v||echo development)
|
VERSION:=$(shell git tag -l --merged | tail -n1 | tr -d v||echo development)
|
||||||
endif
|
endif
|
||||||
ITERATION:=$(shell git rev-list --count HEAD||echo 0)
|
ITERATION:=$(shell git rev-list --count HEAD||echo 0)
|
||||||
|
OSX_PKG_PREFIX=com.github.davidnewhall
|
||||||
|
GOLANGCI_LINT_ARGS=--enable-all -D gochecknoglobals
|
||||||
|
|
||||||
|
RPMVERSION:=$(shell echo $(VERSION) | tr -- - _)
|
||||||
|
|
||||||
all: man build
|
all: man build
|
||||||
|
|
||||||
# Prepare a release. Called in Travis CI.
|
# Prepare a release. Called in Travis CI.
|
||||||
release: clean test $(BINARY)-$(VERSION)-$(ITERATION).x86_64.rpm $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb $(BINARY)-$(VERSION).pkg
|
release: clean test $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb $(BINARY)-$(VERSION).pkg
|
||||||
# Prepareing a release!
|
# Prepareing a release!
|
||||||
mkdir -p release
|
mkdir -p release
|
||||||
gzip -9 $(BINARY).linux
|
gzip -9 $(BINARY).linux
|
||||||
gzip -9 $(BINARY).macos
|
gzip -9 $(BINARY).macos
|
||||||
mv $(BINARY)-$(VERSION)-$(ITERATION).x86_64.rpm $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb \
|
mv $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb \
|
||||||
$(BINARY)-$(VERSION).pkg $(BINARY).macos.gz $(BINARY).linux.gz release/
|
$(BINARY)-$(VERSION).pkg $(BINARY).macos.gz $(BINARY).linux.gz release/
|
||||||
# Generating File Hashes
|
# Generating File Hashes
|
||||||
openssl dgst -sha256 release/* | tee release/$(BINARY)_checksums_$(VERSION)-$(ITERATION).txt
|
openssl dgst -sha256 release/* | tee release/$(BINARY)_checksums_$(VERSION)-$(ITERATION).txt
|
||||||
|
|
@ -24,8 +31,8 @@ release: clean test $(BINARY)-$(VERSION)-$(ITERATION).x86_64.rpm $(BINARY)_$(VER
|
||||||
# Delete all build assets.
|
# Delete all build assets.
|
||||||
clean:
|
clean:
|
||||||
# Cleaning up.
|
# Cleaning up.
|
||||||
rm -f $(BINARY){.macos,.linux,.1,}{,.gz}
|
rm -f $(BINARY){.macos,.linux,.1,}{,.gz} $(BINARY).rb
|
||||||
rm -f $(BINARY){_,-}*.{deb,rpm,pkg} md2roff
|
rm -f $(BINARY){_,-}*.{deb,rpm,pkg} md2roff v$(VERSION).tar.gz.sha256
|
||||||
rm -f cmd/$(BINARY)/README{,.html} README{,.html} ./$(BINARY)_manual.html
|
rm -f cmd/$(BINARY)/README{,.html} README{,.html} ./$(BINARY)_manual.html
|
||||||
rm -rf package_build_* release
|
rm -rf package_build_* release
|
||||||
|
|
||||||
|
|
@ -39,7 +46,7 @@ md2roff:
|
||||||
man: $(BINARY).1.gz
|
man: $(BINARY).1.gz
|
||||||
$(BINARY).1.gz: md2roff
|
$(BINARY).1.gz: md2roff
|
||||||
# Building man page. Build dependency first: md2roff
|
# Building man page. Build dependency first: md2roff
|
||||||
./md2roff --manual $(BINARY) --version $(VERSION) --date "$$(date)" cmd/unifi-poller/README.md
|
./md2roff --manual $(BINARY) --version $(VERSION) --date "$$(date)" cmd/$(BINARY)/README.md
|
||||||
gzip -9nc cmd/$(BINARY)/README > $(BINARY).1.gz
|
gzip -9nc cmd/$(BINARY)/README > $(BINARY).1.gz
|
||||||
mv cmd/$(BINARY)/README.html $(BINARY)_manual.html
|
mv cmd/$(BINARY)/README.html $(BINARY)_manual.html
|
||||||
|
|
||||||
|
|
@ -48,7 +55,6 @@ readme: README.html
|
||||||
README.html: md2roff
|
README.html: md2roff
|
||||||
# This turns README.md into README.html
|
# This turns README.md into README.html
|
||||||
./md2roff --manual $(BINARY) --version $(VERSION) --date "$$(date)" README.md
|
./md2roff --manual $(BINARY) --version $(VERSION) --date "$$(date)" README.md
|
||||||
@rm -f README # Delete useless "man" formatted version.
|
|
||||||
|
|
||||||
# Binaries
|
# Binaries
|
||||||
|
|
||||||
|
|
@ -68,20 +74,20 @@ $(BINARY).macos:
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
|
|
||||||
rpm: clean $(BINARY)-$(VERSION)-$(ITERATION).x86_64.rpm
|
rpm: clean $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm
|
||||||
$(BINARY)-$(VERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux
|
$(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux
|
||||||
@echo "Building 'rpm' package for $(BINARY) version '$(VERSION)-$(ITERATION)'."
|
@echo "Building 'rpm' package for $(BINARY) version '$(RPMVERSION)-$(ITERATION)'."
|
||||||
fpm -s dir -t rpm \
|
fpm -s dir -t rpm \
|
||||||
--name $(BINARY) \
|
--name $(BINARY) \
|
||||||
--rpm-os linux \
|
--rpm-os linux \
|
||||||
--version $(VERSION) \
|
--version $(RPMVERSION) \
|
||||||
--iteration $(ITERATION) \
|
--iteration $(ITERATION) \
|
||||||
--after-install scripts/after-install.sh \
|
--after-install scripts/after-install.sh \
|
||||||
--before-remove scripts/before-remove.sh \
|
--before-remove scripts/before-remove.sh \
|
||||||
--license MIT \
|
--license MIT \
|
||||||
--url $(URL) \
|
--url $(URL) \
|
||||||
--maintainer $(MAINT) \
|
--maintainer "$(MAINT)" \
|
||||||
--description $(DESC) \
|
--description "$(DESC)" \
|
||||||
--chdir package_build_linux
|
--chdir package_build_linux
|
||||||
|
|
||||||
deb: clean $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb
|
deb: clean $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb
|
||||||
|
|
@ -95,8 +101,8 @@ $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb: check_fpm package_build_linux
|
||||||
--before-remove scripts/before-remove.sh \
|
--before-remove scripts/before-remove.sh \
|
||||||
--license MIT \
|
--license MIT \
|
||||||
--url $(URL) \
|
--url $(URL) \
|
||||||
--maintainer $(MAINT) \
|
--maintainer "$(MAINT)" \
|
||||||
--description $(DESC) \
|
--description "$(DESC)" \
|
||||||
--chdir package_build_linux
|
--chdir package_build_linux
|
||||||
|
|
||||||
osxpkg: clean $(BINARY)-$(VERSION).pkg
|
osxpkg: clean $(BINARY)-$(VERSION).pkg
|
||||||
|
|
@ -107,18 +113,18 @@ $(BINARY)-$(VERSION).pkg: check_fpm package_build_osx
|
||||||
--version $(VERSION) \
|
--version $(VERSION) \
|
||||||
--iteration $(ITERATION) \
|
--iteration $(ITERATION) \
|
||||||
--after-install scripts/after-install.sh \
|
--after-install scripts/after-install.sh \
|
||||||
--osxpkg-identifier-prefix com.github.davidnewhall \
|
--osxpkg-identifier-prefix $(OSX_PKG_PREFIX) \
|
||||||
--license MIT \
|
--license MIT \
|
||||||
--url $(URL) \
|
--url $(URL) \
|
||||||
--maintainer $(MAINT) \
|
--maintainer "$(MAINT)" \
|
||||||
--description $(DESC) \
|
--description "$(DESC)" \
|
||||||
--chdir package_build_osx
|
--chdir package_build_osx
|
||||||
|
|
||||||
# OSX packages use /usr/local because Apple doesn't allow writing many other places.
|
# OSX packages use /usr/local because Apple doesn't allow writing many other places.
|
||||||
package_build_osx: readme man macos
|
package_build_osx: readme man macos
|
||||||
# Building package environment for macOS.
|
# Building package environment for macOS.
|
||||||
mkdir -p $@/usr/local/bin $@/usr/local/etc/$(BINARY) $@/Library/LaunchAgents
|
mkdir -p $@/usr/local/bin $@/usr/local/etc/$(BINARY) $@/Library/LaunchAgents
|
||||||
mkdir -p $@/usr/local/share/man/man1 $@/usr/local/share/doc/$(BINARY)/examples $@/usr/local/var/log/unifi-poller
|
mkdir -p $@/usr/local/share/man/man1 $@/usr/local/share/doc/$(BINARY)/examples $@/usr/local/var/log/$(BINARY)
|
||||||
# Copying the binary, config file and man page into the env.
|
# Copying the binary, config file and man page into the env.
|
||||||
cp $(BINARY).macos $@/usr/local/bin/$(BINARY)
|
cp $(BINARY).macos $@/usr/local/bin/$(BINARY)
|
||||||
cp *.1.gz $@/usr/local/share/man/man1
|
cp *.1.gz $@/usr/local/share/man/man1
|
||||||
|
|
@ -126,7 +132,7 @@ package_build_osx: readme man macos
|
||||||
cp *.html examples/{*dash.json,up.conf.example} $@/usr/local/share/doc/$(BINARY)/
|
cp *.html examples/{*dash.json,up.conf.example} $@/usr/local/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/local/share/doc/$(BINARY)/examples
|
cp examples/*.png $@/usr/local/share/doc/$(BINARY)/examples
|
||||||
cp init/launchd/com.github.davidnewhall.$(BINARY).plist $@/Library/LaunchAgents/
|
cp init/launchd/$(OSX_PKG_PREFIX).$(BINARY).plist $@/Library/LaunchAgents/
|
||||||
|
|
||||||
# Build an environment that can be packaged for linux.
|
# Build an environment that can be packaged for linux.
|
||||||
package_build_linux: readme man linux
|
package_build_linux: readme man linux
|
||||||
|
|
@ -146,6 +152,15 @@ package_build_linux: readme man linux
|
||||||
check_fpm:
|
check_fpm:
|
||||||
@fpm --version > /dev/null || (echo "FPM missing. Install FPM: https://fpm.readthedocs.io/en/latest/installing.html" && false)
|
@fpm --version > /dev/null || (echo "FPM missing. Install FPM: https://fpm.readthedocs.io/en/latest/installing.html" && false)
|
||||||
|
|
||||||
|
# This builds a Homebrew formula file that can be used to install this app from source.
|
||||||
|
formula: $(BINARY).rb
|
||||||
|
v$(VERSION).tar.gz.sha256:
|
||||||
|
# Calculate the SHA from the Github source file.
|
||||||
|
curl -sL $(URL)/archive/v$(VERSION).tar.gz | openssl dgst -sha256 | tee v$(VERSION).tar.gz.sha256
|
||||||
|
$(BINARY).rb: v$(VERSION).tar.gz.sha256
|
||||||
|
# Creating formula from template using sed.
|
||||||
|
sed "s/{{Version}}/$(VERSION)/g;s/{{SHA256}}/$$(<v$(VERSION).tar.gz.sha256)/g;s/{{Desc}}/$(DESC)/g;s%{{URL}}%$(URL)%g" templates/$(BINARY).rb.tmpl | tee $(BINARY).rb
|
||||||
|
|
||||||
# Extras
|
# Extras
|
||||||
|
|
||||||
# Run code tests and lint.
|
# Run code tests and lint.
|
||||||
|
|
@ -154,15 +169,15 @@ test: lint
|
||||||
go test -race -covermode=atomic $(PACKAGE)
|
go test -race -covermode=atomic $(PACKAGE)
|
||||||
lint:
|
lint:
|
||||||
# Checking lint.
|
# Checking lint.
|
||||||
golangci-lint run --enable-all -D gochecknoglobals
|
golangci-lint run $(GOLANGCI_LINT_ARGS)
|
||||||
|
|
||||||
# Deprecated.
|
# Deprecated.
|
||||||
install: man readme $(BINARY)
|
install: man readme $(BINARY)
|
||||||
@echo - Done Building! -
|
@echo - Done Building! -
|
||||||
@echo - Local installation with the Makefile is only supported on macOS.
|
@echo - Local installation with the Makefile is only supported on macOS.
|
||||||
@echo If you wish to install the application manually on Linux, check out the wiki: https://github.com/davidnewhall/unifi-poller/wiki/Installation
|
@echo If you wish to install the application manually on Linux, check out the wiki: $(URL)/wiki/Installation
|
||||||
@echo - Otherwise, build and install a package: make rpm -or- make deb
|
@echo - Otherwise, build and install a package: make rpm -or- make deb
|
||||||
@echo See the Package Install wiki for more info: https://github.com/davidnewhall/unifi-poller/wiki/Package-Install
|
@echo See the Package Install wiki for more info: $(URL)/wiki/Package-Install
|
||||||
@[ "$$(uname)" = "Darwin" ] || (echo "Unable to continue, not a Mac." && false)
|
@[ "$$(uname)" = "Darwin" ] || (echo "Unable to continue, not a Mac." && false)
|
||||||
@[ "$(PREFIX)" != "" ] || (echo "Unable to continue, PREFIX not set. Use: make install PREFIX=/usr/local" && false)
|
@[ "$(PREFIX)" != "" ] || (echo "Unable to continue, PREFIX not set. Use: make install PREFIX=/usr/local" && false)
|
||||||
# Copying the binary, config file, unit file, and man page into the env.
|
# Copying the binary, config file, unit file, and man page into the env.
|
||||||
|
|
@ -181,16 +196,16 @@ uninstall:
|
||||||
@echo " ==> You must run make uninstall as root on Linux. Recommend not running as root on macOS."
|
@echo " ==> You must run make uninstall as root on Linux. Recommend not running as root on macOS."
|
||||||
[ -x /bin/systemctl ] && /bin/systemctl disable $(BINARY) || true
|
[ -x /bin/systemctl ] && /bin/systemctl disable $(BINARY) || true
|
||||||
[ -x /bin/systemctl ] && /bin/systemctl stop $(BINARY) || true
|
[ -x /bin/systemctl ] && /bin/systemctl stop $(BINARY) || true
|
||||||
[ -x /bin/launchctl ] && [ -f ~/Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist ] \
|
[ -x /bin/launchctl ] && [ -f ~/Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist ] \
|
||||||
&& /bin/launchctl unload ~/Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist || true
|
&& /bin/launchctl unload ~/Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist || true
|
||||||
[ -x /bin/launchctl ] && [ -f /Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist ] \
|
[ -x /bin/launchctl ] && [ -f /Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist ] \
|
||||||
&& /bin/launchctl unload /Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist || true
|
&& /bin/launchctl unload /Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist || true
|
||||||
rm -rf /usr/local/{etc,bin,share/doc}/$(BINARY)
|
rm -rf /usr/local/{etc,bin,share/doc}/$(BINARY)
|
||||||
rm -f ~/Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist
|
rm -f ~/Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist
|
||||||
rm -f /Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist || true
|
rm -f /Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist || true
|
||||||
rm -f /etc/systemd/system/$(BINARY).service /usr/local/share/man/man1/$(BINARY).1.gz
|
rm -f /etc/systemd/system/$(BINARY).service /usr/local/share/man/man1/$(BINARY).1.gz
|
||||||
[ -x /bin/systemctl ] && /bin/systemctl --system daemon-reload || true
|
[ -x /bin/systemctl ] && /bin/systemctl --system daemon-reload || true
|
||||||
@[ -f /Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist ] && echo " ==> Unload and delete this file manually:" && echo " sudo launchctl unload /Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist" && echo " sudo rm -f /Library/LaunchAgents/com.github.davidnewhall.$(BINARY).plist" || true
|
@[ -f /Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist ] && echo " ==> Unload and delete this file manually:" && echo " sudo launchctl unload /Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist" && echo " sudo rm -f /Library/LaunchAgents/$(OSX_PKG_PREFIX).$(BINARY).plist" || true
|
||||||
|
|
||||||
# Don't run this unless you're ready to debug untested vendored dependencies.
|
# Don't run this unless you're ready to debug untested vendored dependencies.
|
||||||
deps:
|
deps:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Deploys a new unifi-poller.rb formula file to golift/homebrew-tap.
|
||||||
|
|
||||||
|
make unifi-poller.rb
|
||||||
|
VERSION=$(grep -E '^\s*version\s*"' unifi-poller.rb | cut -d\" -f 2)
|
||||||
|
|
||||||
|
git config user.name "unifi-poller-bot"
|
||||||
|
git config user.email "unifi@poller.bot"
|
||||||
|
|
||||||
|
rm -rf homebrew-repo
|
||||||
|
git clone https://$GITHUB_API_KEY@github.com/golift/homebrew-repo.git
|
||||||
|
|
||||||
|
cp unifi-poller.rb homebrew-repo/Formula
|
||||||
|
pushd homebrew-repo
|
||||||
|
echo "Showing diff:"
|
||||||
|
git diff
|
||||||
|
git commit -m "Update unifi-poller on Release: v${VERSION}" Formula/unifi-poller.rb
|
||||||
|
git push
|
||||||
|
popd
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
This folder contains build templates.
|
||||||
|
Used to create packages and homebrew formula.
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
# Homebrew Formula, still under development - June 2019
|
||||||
|
require "language/go"
|
||||||
|
|
||||||
|
class UnifiPoller < Formula
|
||||||
|
version "{{Version}}"
|
||||||
|
sha256 "{{SHA256}}"
|
||||||
|
url "{{URL}}/archive/v#{version}.tar.gz"
|
||||||
|
head "{{URL}}"
|
||||||
|
desc "{{Desc}}"
|
||||||
|
homepage "{{URL}}"
|
||||||
|
|
||||||
|
depends_on "go" => :build
|
||||||
|
depends_on "dep"
|
||||||
|
|
||||||
|
def install
|
||||||
|
ENV["GOPATH"] = buildpath
|
||||||
|
|
||||||
|
bin_path = buildpath/"src/github.com/davidnewhall/unifi-poller"
|
||||||
|
# Copy all files from their current location (GOPATH root)
|
||||||
|
# to $GOPATH/src/github.com/davidnewhall/unifi-poller
|
||||||
|
bin_path.install Dir["*"]
|
||||||
|
cd bin_path do
|
||||||
|
system "dep", "ensure"
|
||||||
|
system "make", "install", "VERSION=#{version}", "PREFIX=#{prefix}"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
assert_match "unifi-poller v#{version}", shell_output("#{bin}/unifi-poller -v 2>&1", 2)
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue