Skip to content

Commit

Permalink
Create 3 additional projects (#3)
Browse files Browse the repository at this point in the history
* Update eclipse-uprotocol.jsonnet

Added new project uprotocol-sdk-java, and documentation per project

Signed-off-by: Steven Hartley <[email protected]>

* Adding more projects

Adding 3 projects to the list

---------

Signed-off-by: Steven Hartley <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
Steven Hartley and netomi authored Sep 13, 2023
1 parent e154f3e commit 4277302
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4277302

Please sign in to comment.