From 89d14b4729b68345d9829ced5261401ff23856dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 14 May 2021 12:08:50 +0200 Subject: [PATCH] buildsys: upload to both, buster and bullseye for now Signed-off-by: Thomas Lamprecht --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0ab80a2..ebaf1138 100644 --- a/Makefile +++ b/Makefile @@ -61,5 +61,6 @@ update: cd build; \ dcmd --deb rust-$*_*.changes \ | grep -v '.changes$$' \ - | tar -cf- -T- \ - | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster + | 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