From 4cab29c57a4a59529e088827a87cd83168450449 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 Feb 2022 11:10:00 +0100 Subject: [PATCH] make upload: drop buster Signed-off-by: Wolfgang Bumiller --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 383146f0..6d738f27 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,5 @@ upload: deb dcmd --deb rust-proxmox-acme-rs_*.changes \ | grep -v '.changes$$' \ | tar -cf "rust-proxmox-acme-rs-debs.tar" -T-; \ - cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster; \ cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye; \ rm -f rust-proxmox-acme-rs-debs.tar