]> git.proxmox.com Git - lxcfs.git/commitdiff
buildsys: switch upload dist over to buster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 10:05:25 +0000 (12:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 10:05:25 +0000 (12:05 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index f584f74692740b60fa1597fae1a24a1c6c807187..5364bfcff89e527127e402ea7415ba93a19ba513 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ $(DEB): $(BUILDDIR)
 
 .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
 
 .PHONY: clean distclean
 clean: