Skip to content

Commit

Permalink
Adding up-subscription-rust, up-subscription-cpp, and up-discovery-cpp (
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Jun 17, 2024
1 parent 5ea0a31 commit d5c1767
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -508,5 +508,35 @@ orgs.newOrg('eclipse-uprotocol') {
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-subscription-rust') {
allow_update_branch: false,
description: "uSubscription service written in Rust",
topics+: [
"usubscription",
"rust",
"uprotocol",
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-subscription-cpp') {
allow_update_branch: false,
description: "uSubscription service written in C++",
topics+: [
"usubscription",
"cpp",
"uprotocol",
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-discovery-cpp') {
allow_update_branch: false,
description: "uDiscovery service written in C++",
topics+: [
"udiscovery",
"cpp",
"uprotocol",
],
web_commit_signoff_required: false,
},
],
}

0 comments on commit d5c1767

Please sign in to comment.