Skip to content

Commit

Permalink
Add jdk21u adoptium mirror repo (#30)
Browse files Browse the repository at this point in the history
* Add jdk21u adoptium mirror repo

Signed-off-by: Andrew Leonard <[email protected]>

* Disable dependabot warnings and updates for all mirrors repos from openjdk

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

---------

Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
andrew-m-leonard and netomi authored Sep 25, 2023
1 parent bc4a6e2 commit 8159f96
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ orgs.newOrg('adoptium') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
dependabot_alerts_enabled: false,
description: "JDK8u mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk8u. 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",
homepage: "",
web_commit_signoff_required: false,
Expand Down Expand Up @@ -567,6 +567,7 @@ orgs.newOrg('adoptium') {
orgs.newRepo('jdk17') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
description: "JDK17 mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk17. 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 of the code that is available at https://www.adoptium.net.",
homepage: "",
web_commit_signoff_required: false,
Expand All @@ -584,6 +585,7 @@ orgs.newOrg('adoptium') {
orgs.newRepo('jdk18') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
description: "JDK18 mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk18. 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 of the code that is available at https://adoptium.net.",
web_commit_signoff_required: false,
},
Expand All @@ -599,6 +601,7 @@ orgs.newOrg('adoptium') {
orgs.newRepo('jdk19') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
description: "jdk19 repository",
secret_scanning: "disabled",
web_commit_signoff_required: false,
Expand All @@ -608,14 +611,15 @@ orgs.newOrg('adoptium') {
allow_update_branch: false,
default_branch: "dev",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('jdk20') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
web_commit_signoff_required: false,
},
Expand All @@ -624,7 +628,7 @@ orgs.newOrg('adoptium') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
Expand All @@ -634,7 +638,17 @@ orgs.newOrg('adoptium') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
dependabot_alerts_enabled: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('jdk21u') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
Expand All @@ -653,6 +667,7 @@ orgs.newOrg('adoptium') {
orgs.newRepo('jdk8u_hg') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
description: "JDK8u mirror from mercurial from",
homepage: "http://hg.openjdk.java.net/jdk8u/jdk8u/",
web_commit_signoff_required: false,
Expand Down

0 comments on commit 8159f96

Please sign in to comment.