[pve-devel] [PATCH kernel 4/4] buildsys: update make upload target for stretch
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Mar 10 13:25:23 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 94057c0..0caa632 100644
--- a/Makefile
+++ b/Makefile
@@ -442,7 +442,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 stretch --arch ${ARCH}
.PHONY: distclean
distclean: clean
--
2.1.4
More information about the pve-devel
mailing list