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:
parent
f17d59f604
commit
fc8f3c5e23
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ ${DEB}:
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user