From 46d7ecd09e0c87d4720777b8b014951f4501abc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 28 Mar 2017 09:03:54 +0200 Subject: [PATCH] buildsys: add upload target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7706415..66d346f 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,10 @@ update_modules: submodules submodules dvb-firmware.git/README linux-firmware.git/WHENCE: test -f "linux-firmware.git/WHENCE" || git submodule update --init +.PHONY: upload +upload: ${DEBS} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch + .PHONY: clean clean: rm -rf fwdata *.deb *.buildinfo *.dsc *.changes