Skip to content

Commit

Permalink
Create jdk22 and openjdk23-binaries repositories now upstream has forked
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Dec 8, 2023
1 parent cafe30c commit 3cc2a57
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,23 @@ orgs.newOrg('adoptium') {
orgs.newBranchProtectionRule('master'),
],
},
orgs.newRepo('jdk22') {
allow_update_branch: false,
default_branch: "master",
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('temurin23-binaries') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Temurin 22 binaries",
has_issues: false,
web_commit_signoff_required: false,
},
newMirrorRepo('jdk') {
description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net.",
},
Expand Down

0 comments on commit 3cc2a57

Please sign in to comment.