[pve-devel] applied: [PATCH 6/8] buildsys: fix upload target
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Aug 21 17:25:24 CEST 2019
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 953f4b3..c8efe46 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ submodule:
.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 buster
.PHONY: clean
clean:
--
2.20.1
More information about the pve-devel
mailing list