-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create jdk22u mirror repository #52
Conversation
Signed-off-by: Stewart X Addison <[email protected]>
This is your friendly self-service bot. Thank you for raising a pull request to update the configuration of your GitHub organization. The following conditions need to fulfilled for auto-merging to be available:
Otterdog commands and optionsYou can trigger otterdog actions by commenting on this PR:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
otterdog/adoptium.jsonnet
Outdated
@@ -580,6 +580,7 @@ orgs.newOrg('adoptium') { | |||
}, | |||
newMirrorRepo('jdk21u') {}, | |||
newMirrorRepo('jdk22') {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to archive this one too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I was asking that question in slack too as it's not yet in the docs to do so :-) Worst case I was going to do it as a separate PR but happy to updte this one for that now.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Stewart X Addison <[email protected]>
This is your friendly self-service bot. Diff for 65c66c5Organization adoptium[id=adoptium]
there have been 4 validation infos, enable verbose output with '-v' to to display them.
! repository[name="jdk22"] {
! archived = false -> true
! }
+ add repository[name="jdk22u"] {
+ allow_auto_merge = false
+ allow_forking = true
+ allow_merge_commit = true
+ allow_rebase_merge = true
+ allow_squash_merge = true
+ allow_update_branch = false
+ archived = false
+ default_branch = "master"
+ delete_branch_on_merge = false
+ dependabot_alerts_enabled = false
+ dependabot_security_updates_enabled = false
+ 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."
+ gh_pages_build_type = "disabled"
+ has_discussions = false
+ has_issues = false
+ has_projects = false
+ has_wiki = false
+ homepage = "https://adoptium.net"
+ is_template = false
+ merge_commit_message = "PR_TITLE"
+ merge_commit_title = "MERGE_MESSAGE"
+ name = "jdk22u"
+ private = false
+ private_vulnerability_reporting_enabled = true
+ secret_scanning = "disabled"
+ secret_scanning_push_protection = "disabled"
+ squash_merge_commit_message = "COMMIT_MESSAGES"
+ squash_merge_commit_title = "COMMIT_OR_PR_TITLE"
+ template_repository = null
+ topics = []
+ web_commit_signoff_required = false
+ }
+ add repo_workflow_settings[repository="jdk22u"] {
+ enabled = false
+ }
Plan: 2 to add, 1 to change, 0 to delete. |
This comment has been minimized.
This comment has been minimized.
This is your friendly self-service bot. The current configuration is in-sync with the live settings. 🚀 |
This comment has been minimized.
This comment has been minimized.
This is your friendly self-service bot.
In order to automatically merge and apply the changes, add a comment |
ok so we need to reduce the noise for automated comments, but it looks good to merge yourself. Will make the necessary adjustments in PMI after merging. |
@sxa looks like you can automerge now |
/otterdog merge |
This is your friendly self-service bot. The following changes have been successfully applied: Organization adoptium[id=adoptium]
there have been 4 validation infos, enable verbose output with '-v' to to display them.
! repository[name="jdk22"] {
! archived = false -> true
! }
+ add repository[name="jdk22u"] {
+ allow_auto_merge = false
+ allow_forking = true
+ allow_merge_commit = true
+ allow_rebase_merge = true
+ allow_squash_merge = true
+ allow_update_branch = false
+ archived = false
+ default_branch = "master"
+ delete_branch_on_merge = false
+ dependabot_alerts_enabled = false
+ dependabot_security_updates_enabled = false
+ 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."
+ gh_pages_build_type = "disabled"
+ has_discussions = false
+ has_issues = false
+ has_projects = false
+ has_wiki = false
+ homepage = "https://adoptium.net"
+ is_template = false
+ merge_commit_message = "PR_TITLE"
+ merge_commit_title = "MERGE_MESSAGE"
+ name = "jdk22u"
+ private = false
+ private_vulnerability_reporting_enabled = true
+ secret_scanning = "disabled"
+ secret_scanning_push_protection = "disabled"
+ squash_merge_commit_message = "COMMIT_MESSAGES"
+ squash_merge_commit_title = "COMMIT_OR_PR_TITLE"
+ template_repository = null
+ topics = []
+ web_commit_signoff_required = false
+ }
+ add repo_workflow_settings[repository="jdk22u"] {
+ enabled = false
+ }
Applying changes:
Done.
Executed plan: 2 added, 1 changed, 0 deleted. |
Yeah it is definitely quite talkative just now ;-) |
PMI has been updated. |
@netomi Is there any delay in the setup of new repositories - I'm getting |
so it can take up to 3h for the permissions to be setup correctly. I did it now manually, should work now. |
Upstream jdk22 development has moved for jdk22u, so we need to be able to mirror that one to build the release later this month.