From 4277302b8e7b5e9b49b23b1a5fb3226eec0cbf50 Mon Sep 17 00:00:00 2001 From: Steven Hartley Date: Wed, 13 Sep 2023 15:28:50 -0400 Subject: [PATCH] Create 3 additional projects (#3) * Update eclipse-uprotocol.jsonnet Added new project uprotocol-sdk-java, and documentation per project Signed-off-by: Steven Hartley * Adding more projects Adding 3 projects to the list --------- Signed-off-by: Steven Hartley Signed-off-by: Thomas Neidhart Co-authored-by: Thomas Neidhart --- otterdog/eclipse-uprotocol.jsonnet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/otterdog/eclipse-uprotocol.jsonnet b/otterdog/eclipse-uprotocol.jsonnet index 936ecaf..fa4ff03 100644 --- a/otterdog/eclipse-uprotocol.jsonnet +++ b/otterdog/eclipse-uprotocol.jsonnet @@ -52,6 +52,24 @@ orgs.newOrg('eclipse-uprotocol') { secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, }, + orgs.newRepo('uprotocol-sdk-python') { + allow_update_branch: false, + description: "uProtocol Python SDK", + secret_scanning_push_protection: "disabled", + web_commit_signoff_required: false, + }, + orgs.newRepo('uprotocol-platform-simulator') { + allow_update_branch: false, + description: "uProtocol Platform Simulator", + secret_scanning_push_protection: "disabled", + web_commit_signoff_required: false, + }, + orgs.newRepo('uprotocol-platform-android') { + allow_update_branch: false, + description: "Android uPlatform Implementation", + secret_scanning_push_protection: "disabled", + web_commit_signoff_required: false, + }, orgs.newRepo('uprotocol-spec') { allow_update_branch: false, description: "uProtocol Specifications",