]> git.proxmox.com Git - vncterm.git/commitdiff
buildsys: drop PMG from upload target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Jul 2020 09:08:23 +0000 (11:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Jul 2020 09:08:24 +0000 (11:08 +0200)
not a dependency there and never uploaded for buster.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 8f8611f45de728459d13f231d18003a7f50f8b43..1ee289da5484da6afc76c85b0979be8392995027 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist buster
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster
 
 .PHONY: clean
 clean: