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

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-21 21:08:05 +02:00
parent 8c0ad15e01
commit f7468cd95c

View File

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