From 5b6b5bba68e9c8ce675ca938f81b8b880d41703e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 8 Apr 2021 17:11:15 +0200 Subject: [PATCH] upload file restore package only to PVE for now Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 269bb80c..da04c15d 100644 --- 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