5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-03-11 16:58:18 +03:00

build: switch upload target to bullseye

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-06-09 11:39:15 +02:00
parent 523e947366
commit 239fe671c3

View File

@ -29,7 +29,7 @@ ${DSC}: ${BUILDDIR}
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye
distclean: clean