From b3c43dad2e833730fc4b83da0cc14ef1b30f1d66 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 29 Jul 2020 07:49:45 +0200 Subject: [PATCH] Makefile: add upload target --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index f543e4d..9583342 100644 --- a/Makefile +++ b/Makefile @@ -26,3 +26,10 @@ deb: clean: rm -rf build *.deb *.buildinfo *.changes *.orig.tar.gz cargo clean + +upload: deb + cd build; \ + dcmd --deb rust-pxar_*.changes \ + | grep -v '.changes$$' \ + | tar -cf- -T- \ + | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster