buildsys: upload to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-27 18:16:25 +02:00
parent f96c738f7d
commit b58bab78da

View File

@ -198,7 +198,7 @@ doc-install: index.html $(API_VIEWER_SOURCES) verify-images
.PHONY: upload .PHONY: upload
upload: ${GEN_DEB} ${DOC_DEB} upload: ${GEN_DEB} ${DOC_DEB}
tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye
.PHONY: update .PHONY: update
update: clean update: clean