5
0
mirror of git://git.proxmox.com/git/vncterm.git synced 2025-01-10 09:17:38 +03:00

buildsys: drop PMG from upload target

not a dependency there and never uploaded for buster.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-15 11:08:23 +02:00
parent f17d59f604
commit fc8f3c5e23

View File

@ -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: