From: Fabian Grünbichler Date: Wed, 8 Mar 2017 09:17:49 +0000 (+0100) Subject: buildsys: make upload style X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1508a1f31b37d35a31ac319b3e67ce306607665b;hp=7cc10b8580fae29721b512c84dd16e7ae76eee95;p=corosync-pve.git buildsys: make upload style --- diff --git a/Makefile b/Makefile index 11a7c41..7b570a3 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload -dist jessie -arch ${ARCH} -product pve + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie --arch ${ARCH} distclean: clean