Skip to content

Commit

Permalink
Add recoprder & player and rename kalix project (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Jul 30, 2024
1 parent 6bf7f68 commit e395168
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ orgs.newOrg('eclipse-uprotocol') {
},
],
},
orgs.newRepo('up-kalix') {
orgs.newRepo('up-akka') {
aliases: ["up-kalix"],
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
Expand Down Expand Up @@ -560,5 +561,25 @@ orgs.newOrg('eclipse-uprotocol') {
],
web_commit_signoff_required: false,
},
],
orgs.newRepo('up-recorder-cpp') {
allow_merge_commit: true,
allow_update_branch: false,
description: "uProtocol Recorder",
topics+: [
"cpp",
"uprotocol",
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-player-cpp') {
allow_merge_commit: true,
allow_update_branch: false,
description: "uProtocol Recorder",
topics+: [
"cpp",
"uprotocol",
],
web_commit_signoff_required: false,
},
]
}

0 comments on commit e395168

Please sign in to comment.