]> git.proxmox.com Git - proxmox-backup.git/commitdiff
buildsys: upload client packages also to PMG repo
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Sep 2020 14:48:10 +0000 (16:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Sep 2020 14:48:31 +0000 (16:48 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 4b26074befcf61d1bcb14b099eaee1fd44393796..949bd11180567031214ef895477cd40831eebae9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,4 +150,4 @@ upload: ${SERVER_DEB} ${CLIENT_DEB} ${DOC_DEB}
        # check if working directory is clean
        git diff --exit-code --stat && git diff --exit-code --stat --staged
        tar cf - ${SERVER_DEB} ${SERVER_DBG_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com upload --product pbs --dist buster
-       tar cf - ${CLIENT_DEB} ${CLIENT_DBG_DEB} | ssh -X repoman@repo.proxmox.com upload --product "pbs,pve" --dist buster
+       tar cf - ${CLIENT_DEB} ${CLIENT_DBG_DEB} | ssh -X repoman@repo.proxmox.com upload --product "pbs,pve,pmg" --dist buster