From ec8c0f111ce5f898e669b21082bfbffe348139f7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 6 Jun 2020 17:20:30 +0200 Subject: [PATCH] add pbs to upload target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13f88d6..bc1d6e9 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ install: proxmoxlib.js .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster distclean: clean clean: -- 2.39.2