5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-01-08 21:18:02 +03:00

buildsys: change upload dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-10-04 10:21:12 +02:00
parent a545da70da
commit 46b962f6b1

View File

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