From a13913f78615dfdac075b138b03303c9b4fd531c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 3 Mar 2020 07:55:59 +0100 Subject: [PATCH] Makefile: add upload target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 0270de0..f866a2d 100644 --- a/Makefile +++ b/Makefile @@ -50,3 +50,9 @@ clean: .PHONY: dinstall dinstall: ${DEBS} dpkg -i ${DEBS} + +.PHONY: upload +upload: ${DEBS} + # check if working directory is clean + git diff --exit-code --stat && git diff --exit-code --stat --staged + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pbs --dist buster -- 2.39.5