From: Thomas Lamprecht Date: Mon, 6 Dec 2021 13:29:14 +0000 (+0100) Subject: buildsys: change upload product to devel X-Git-Url: https://git.proxmox.com/?p=pve-eslint.git;a=commitdiff_plain;h=69748fae3d581818b74efea9376fc756f77467d8 buildsys: change upload product to devel Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 789a3f5..ec492fa 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ ${BUILDSRC}: ${UPSTREAM} patches .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist bullseye + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye .PHONY: distclean distclean: clean