mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-04-28 14:57:06 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
85b72cc3df
commit
5ede1cc3ff
3
Makefile
3
Makefile
@ -26,8 +26,9 @@ ${KERNEL_DEB}: debian
|
||||
lintian ${DEBS}
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: ${DEBS}
|
||||
tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
|
||||
tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST)
|
||||
|
||||
.PHONY: clean distclean
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user