[pve-devel] [PATCH stable-4 kernel 3/3] update make upload target
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Mar 9 12:43:36 CET 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bfd2048..e397fd2 100644
--- a/Makefile
+++ b/Makefile
@@ -456,7 +456,7 @@ ${FW_DEB} fw: control.firmware linux-firmware.git/WHENCE dvb-firmware.git/README
.PHONY: upload
upload: ${DEBS}
- tar cf - ${DEBS}|ssh repoman at repo.proxmox.com upload
+ tar cf - ${DEBS}|ssh repoman at repo.proxmox.com -- upload --product pve --dist jessie --arch amd64
.PHONY: distclean
distclean: clean
--
2.1.4
More information about the pve-devel
mailing list