Skip to content

Commit

Permalink
otterdog: create two new repositories for F-OH (#8)
Browse files Browse the repository at this point in the history
Oniro will work on f-oh as a example of an open source application store
for Oniro.

Signed-off-by: Stefan Schmidt <[email protected]>
  • Loading branch information
Stefan-Schmidt authored May 13, 2024
1 parent 8554812 commit 4ca95a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,21 @@ orgs.newOrg('eclipse-oniro4openharmony') {
description: "Fork of Eclipse Mosquitto for Oniro integration",
homepage: "",
},
orgs.newRepo('f-oh') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "oniro",
description: "Fork of F-OH application store for Oniro",
homepage: "",
},
orgs.newRepo('f-oh-data') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "oniro",
description: "Fork of F-OH backend for Oniro",
homepage: "",
},
],
}

0 comments on commit 4ca95a0

Please sign in to comment.