From 082c868535e6fadb7eaefaed917187be9ec2ad85 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 30 Jun 2021 13:34:27 +0200 Subject: [PATCH] buildsys: upload: switch product to devel and dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7f07251..9324a647 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,8 @@ dinstall: $(DEB) dpkg -i $(DEB) .PHONY: upload -upload: $(DEB) $(DBG_DEB) - tar cf - $(DEB) $(DBG_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pbs,pmg,pve --dist buster --arch $(DEB_BUILD_ARCH) +upload: $(DEB) + tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye --arch $(DEB_BUILD_ARCH) .PHONY: distclean distclean: clean