5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-16 10:50:38 +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-22 12:34:31 +02:00
parent 2907d3d9c9
commit ca0c586ef1

View File

@ -48,7 +48,7 @@ $(DSC): $(BUILDSRC)
.PHONY: upload
upload: $(DEBS)
tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist buster
distclean: clean