]> git.proxmox.com Git - pve-omping.git/commitdiff
buildsys: switch upload dist over to buster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 15:04:54 +0000 (17:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 15:04:54 +0000 (17:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index e05e47d024826f507526ec5d9b14dc578739ea68..bd5fb88efe39a4c96a3611091a25bc0150723172 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ${DEBS}: ${PKGSRC}
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
+       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH}
 
 distclean: clean