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

index a92b7ef2f1755d5284dc3532dbdf000ddd59a5cb..1ca29720f0be6d201e1b7dc3d64b568ba45ddef9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ upload-pmg: ${PMG_DEB}
 
 .phony: upload-pve
 upload-pve: ${PVE_DEB}
-       tar cf - ${PVE_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${PVE_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster
 
 %.img:
        truncate -s 2G $@