mirror of
https://git.proxmox.com/git/framework7
synced 2026-02-04 23:46:25 +00:00
buildsys: add upload target
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
5b6744fe43
commit
077ef3ca86
6
Makefile
6
Makefile
@ -81,6 +81,12 @@ material-icons:
|
||||
.PHONY: download
|
||||
download: framework7 framework7-icons material-icons
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEB)
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
||||
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf *.tar.* $(BUILDDIR) build/ *.deb *.dsc *.build *.buildinfo *.changes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user