buildsys: switch upload dist over to buster

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-05-22 10:22:39 +02:00
parent 7e289e3bd3
commit bef50766a5

View File

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