From: Thomas Lamprecht Date: Mon, 14 Feb 2022 07:07:46 +0000 (+0100) Subject: buildsys: change upload dist to bullseye X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c5582ba30e3fec9f27cc1e18cedcbb6380c67689;p=matthieu%2Fpve-network.git buildsys: change upload dist to bullseye Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index a162c11..3256fa0 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ install: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye