David Blume's GitList
Repositories
dxb_channel.git
Code
Commits
Branches
Tags
Search
Tree:
ba02c2f
Branches
Tags
main
dxb_channel.git
Makefile
Add a certificates file to promote the failed request from -60 CURLE_SSL_CACERT to 400 Bad Request
David Blume
commited
ba02c2f
at 2020-03-12 16:42:28
Makefile
Blame
History
Raw
.PHONY: clean ZIPFILE=dxb.zip all: $(ZIPFILE) curl -s -S --user rokudev:$(DEVPASSWORD) --digest -F "archive=@$(ZIPFILE)" \ -F "mysubmit=Install" --output /dev/null --write-out "%{http_code}" \ http://$(ROKU_DEV_TARGET)/plugin_install $(ZIPFILE): manifest certificates/*.pem source/*.brs components/*.xml components/*.brs images/*.png zip $@ manifest certificates/*.pem source/*.brs components/*.xml components/*.brs images/*.png clean: rm $(ZIPFILE)