Skip to content

Commit

Permalink
Create jdk22 and temurin23-binaries repositories now upstream has for…
Browse files Browse the repository at this point in the history
…ked (#38)

* Create jdk22 and temurin23-binaries repositories now upstream has forked

Signed-off-by: Stewart X Addison <[email protected]>

* Update adoptium.jsonnet

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Stewart X Addison <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
sxa and netomi authored Dec 11, 2023
1 parent 8fb2761 commit c61f195
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ orgs.newOrg('adoptium') {
newMirrorRepo('jdk20u') {},
newMirrorRepo('jdk21') {},
newMirrorRepo('jdk21u') {},
newMirrorRepo('jdk22') {},
newMirrorRepo('jdk8u') {},
newMirrorRepo('jdk8u_hg') {
archived: true,
Expand Down Expand Up @@ -989,6 +990,15 @@ orgs.newOrg('adoptium') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('temurin23-binaries') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Temurin 23 binaries",
has_issues: false,
web_commit_signoff_required: false,
},
orgs.newRepo('temurin8-binaries') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit c61f195

Please sign in to comment.