]> git.proxmox.com Git - proxmox-acme-rs.git/commitdiff
build: upload to buster and bullseye
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 11 Jun 2021 12:00:55 +0000 (14:00 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 11 Jun 2021 12:00:55 +0000 (14:00 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index 6301c1744f11841e9e0c1d75ad36c90bbd035f66..383146f04fefc52548747382a32b6b1396d5ca34 100644 (file)
--- 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