]> git.proxmox.com Git - proxmox-backup.git/commitdiff
upload file restore package only to PVE for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Apr 2021 15:11:15 +0000 (17:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Apr 2021 16:45:30 +0000 (18:45 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 269bb80c21a5deabec940ceb1f049f1a7f336180..da04c15de516b78b7a96658fefc6ffb7fd174641 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -168,4 +168,4 @@ upload: ${SERVER_DEB} ${CLIENT_DEB} ${RESTORE_DEB} ${DOC_DEB}
        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,pmg" --dist buster
-       tar cf - ${RESTORE_DEB} ${RESTORE_DBG_DEB} | ssh -X repoman@repo.proxmox.com upload --product "pbs,pve,pmg" --dist buster
+       tar cf - ${RESTORE_DEB} ${RESTORE_DBG_DEB} | ssh -X repoman@repo.proxmox.com upload --product "pve" --dist buster