Skip to content

Commit

Permalink
New Projects for uProtocol (#24)
Browse files Browse the repository at this point in the history
* Adding zenoh Linux uPlatform

* Also adding sommr ulink library
  • Loading branch information
Steven Hartley authored Nov 30, 2023
1 parent 2a40c0f commit b203da4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ orgs.newOrg('eclipse-uprotocol') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "Android uPlatform Implementation",
description: "Android uPlatform Implementation using Binder uTransport",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -207,5 +207,21 @@ orgs.newOrg('eclipse-uprotocol') {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('uprotocol-platform-linux-zenoh') {
allow_update_branch: false,
description: "Linux uPlatform that is based off the Zenoh uTransport",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('uprotocol-cpp-ulink-sommr') {
allow_update_branch: false,
description: "C++ uLink Library for sommr (SOME/IP) transport",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
],
}

0 comments on commit b203da4

Please sign in to comment.