mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-15 12:25:52 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9a75d60723
commit
d0a94a5372
3
Makefile
3
Makefile
@ -29,8 +29,9 @@ $(DSC): $(BUILDDIR)
|
||||
lintian $(DSC)
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEB)
|
||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye
|
||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
|
||||
|
||||
distclean: clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user