buildsys: fix upload target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-10 06:44:17 +01:00
parent 57f2d9e9b2
commit feb3929319

View File

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