From 580ccacf1added10b76f186e518b37e00a3ad1a2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Jun 2021 09:46:54 +0200 Subject: [PATCH] buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce8aa0a..eacdd01 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ lint: ${JSSRC} .PHONY: upload upload: ${DEBS} - tar cf - ${WT_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster - tar cf - ${WT_DEV_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist buster + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye + tar cf - ${DEV_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye distclean: clean clean: -- 2.39.2