mirror of
https://git.proxmox.com/git/libpve-u2f-server-perl
synced 2025-10-04 14:40:05 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3eee98e673
commit
c6526cd994
3
Makefile
3
Makefile
@ -82,5 +82,6 @@ distclean: clean
|
||||
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEB)
|
||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_HOST_ARCH)
|
||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)
|
||||
|
Loading…
Reference in New Issue
Block a user