Skip to content

Commit

Permalink
Added PPA repository for BlueChi (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi authored Aug 6, 2024
1 parent a9cf5f8 commit 8901384
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions otterdog/eclipse-bluechi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,29 @@ orgs.newOrg('eclipse-bluechi') {
},
],
},
orgs.newRepo('bluechi-ppa') {
allow_update_branch: false,
description: "PPA repository for BlueChi's .deb packages",
has_projects: false,
has_wiki: false,
homepage: "https://bluechi.readthedocs.io/en/latest/",
topics+: [
"containers",
"controller",
"linux",
"podman",
"services",
"systemd"
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
requires_conversation_resolution: true,
requires_linear_history: true,
requires_strict_status_checks: true,
},
],
},
orgs.newRepo('bluechi-ansible-collection') {
allow_update_branch: false,
description: "Ansible collection for installing BlueChi controller and agents",
Expand Down

0 comments on commit 8901384

Please sign in to comment.