]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
buildsys: switch upload dist over to buster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 16:18:16 +0000 (18:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 16:18:16 +0000 (18:18 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 232eb1851a5b65af3999d74ae7b9c5815497ac48..f33d3635f5d04e2239c093f538fa19592c4d0e39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,5 +47,5 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB} ${SIMDEB}
-       tar cf - ${DEB} ${SIMDEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
+       tar cf - ${DEB} ${SIMDEB}|ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH}