From b900c87a8f47c3e6fc93a21fee543f83eb514947 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 20 Jul 2021 09:49:17 +0200 Subject: [PATCH] buildsys: drop bullseye from *stable* branch upload target Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f745392..6a070d6d 100644 --- a/Makefile +++ b/Makefile @@ -62,5 +62,4 @@ update: dcmd --deb rust-$*_*.changes \ | grep -v '.changes$$' \ | tar -cf "$@.tar" -T-; \ - cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster; \ - cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye + cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster