From 893cc0455db04914f0214d65203ea1e4adc92a09 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 20 Jul 2021 08:59:51 +0200 Subject: [PATCH] buildsys: drop buster from upload target we are not really compatible with pbs1, needs a stable-1 branch if we need to backport something Signed-off-by: Thomas Lamprecht --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 4f745392..662da1d4 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