]> git.proxmox.com Git - pve-apiclient.git/commitdiff
buildsys: change upload dist to buster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 16:34:43 +0000 (18:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 16:34:43 +0000 (18:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index c02ba14fa87b0ec8357ec078346cdeb22d638d2f..c809b01d542cc5db6bd58994aacb012f8e7812c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ update-pve-common:
 
 .PHONY: upload
 upload: ${DEB}
 
 .PHONY: upload
 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 pmg,pve --dist buster
 
 distclean: clean
 
 
 distclean: clean