5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-22 21:33:50 +03:00

Makefile: add upload target

This commit is contained in:
Dietmar Maurer 2020-07-29 07:49:45 +02:00
parent 10086ac539
commit b3c43dad2e

View File

@ -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