Skip to content

Commit

Permalink
Add new repository basyx-python-framework (#4)
Browse files Browse the repository at this point in the history
With the current development in the BaSyx Python
landscape, we decided to create a new repository
that contains code using the generated aas-core
Python SDK as dependency.
This will allow us to keep the basyx-python-sdk
backward compatible while also developing new
features in this new repository.
  • Loading branch information
s-heppner authored Aug 2, 2024
1 parent ed50c43 commit 1210abb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/eclipse-basyx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ orgs.newOrg('eclipse-basyx') {
},
],
},
orgs.newRepo('basyx-python-framework') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "read",
},
},
orgs.newRepo('basyx-rust-sdk') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 1210abb

Please sign in to comment.