From f28a85da5e9658b84956136d2789a0596c0abbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 11 Jun 2021 14:00:55 +0200 Subject: [PATCH] build: upload to buster and bullseye MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6301c174..383146f0 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,7 @@ upload: deb cd build; \ dcmd --deb rust-proxmox-acme-rs_*.changes \ | grep -v '.changes$$' \ - | tar -cf- -T- \ - | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster + | 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