8000 Iron Irwini Final Patch and EOL Checklist · Issue #1627 · ros2/ros2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Iron Irwini Final Patch and EOL Checklist #1627

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

Open
19 of 20 tasks
Yadunund opened this issue Nov 22, 2024 · 0 comments
Open
19 of 20 tasks

Iron Irwini Final Patch and EOL Checklist #1627

Yadunund opened this issue Nov 22, 2024 · 0 comments
Assignees

Comments

@Yadunund
Copy link
Member
Yadunund commented Nov 22, 2024

Checklist to track the progress with releasing the final patch for Iron Irwni before sunsetting the distro.

Release

EOL

// Disabled by running
import hudson.model.Cause

for (p in Jenkins.instance.allItems) {
  if (
    p.name.startsWith("Isrc_") ||
    p.name.startsWith("Ibin_") ||
    p.name.startsWith("Idev_") ||
    p.name.startsWith("Ibin_") ||
    p.name.startsWith("Idoc_") ||
    p.name.startsWith("Ipr_") ||
    p.name.startsWith("Ici_") ||
    p.name.startsWith("iron_") ||
    p.name.startsWith("Irel_"))
  {
   //  println(p.name)

    p.disable()
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign 4240 in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0