mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-06 03:00:52 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c7dca629bb
commit
382756c3ec
5
Makefile
5
Makefile
@ -36,9 +36,10 @@ lint: $(JSSRC)
|
||||
$(MAKE) -C src lint
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEBS)
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
|
||||
tar cf - $(DEV_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST)
|
||||
tar cf - $(DEV_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist $(UPLOAD_DIST)
|
||||
|
||||
distclean: clean
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user