| Summary: | prep for 4.5.2 (Mars.2) builds | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | David Williams <david_williams> |
| Component: | Releng | Assignee: | David Williams <david_williams> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.5.1 | ||
| Target Milestone: | 4.5.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 502535 | ||
|
Description
David Williams
8. For "good hygiene" should change URL of "eclipse run" URL to the final 4.5.1 URL. 9. Same goes for JDT, though, I hope it is already accurate ... but, should check. 10. There as is an post-build API Report step that was tweaked to use Neon, due to a bug .. that bug was back ported, so for good releng hygiene, should switch it back to use standard released version of 4.5.1. Confirmed JDT version was up to date, we were using 3.11.1.v20150902-1521, and that is what is in the final release. 11. Just as well fix splash to say "MARS.2" (and, change font ... "Sans" font looked pretty good in some quick experiments. (In reply to David Williams from comment #0) > A few things need to be updated to build 4.5.2 stream. I'll track them here > ... as I think of them :) > > 1. mb4M.sh needs updating to say "stream = 4.5.2" done > 2. The parent pom needs to be changed to 4.5.2 -- which will require > coordinated updates from all components that point to it. done > 3. build_eclipse_org.shsource should be updated to default stream to 4.5.2 > (not strictly required, since we update mb4M.sh ... but ... probably less > confusing. done > 4a. All the "products" in org.eclipse.platform.releng.tychoeclipsebuilder > need their artifactId version incremented to 4.5.2. done > 4b. Plus, similar changes in product definitions. done > 5. branding bundles have a version used in "about box" that should be > updated. ** Not needed. The "about box" values were automated long ago. > 6. update .eclipseproduct done > 7. some "label" values in parent pom updated done (In reply to David Williams from comment #1) > 8. For "good hygiene" should change URL of "eclipse run" URL to the final > 4.5.1 URL. done > 9. Same goes for JDT, though, I hope it is already accurate ... but, should > check. done (already accurate) > 10. There as is an post-build API Report step that was tweaked to use Neon, > due to a bug .. that bug was back ported, so for good releng hygiene, should > switch it back to use standard released version of 4.5.1. This was the "biggest change". Instead of point to api tools in M1, I reverted to point to api tools in 4.5.1 repository, since the fix was back ported. (In reply to David Williams from comment #3) > 11. Just as well fix splash to say "MARS.2" (and, change font ... "Sans" > font looked pretty good in some quick experiments. done And 12. be sure cron job is turned back on :) done! (In reply to David Williams from comment #4) > > > 10. There as is an post-build API Report step that was tweaked to use Neon, > > due to a bug .. that bug was back ported, so for good releng hygiene, should > > switch it back to use standard released version of 4.5.1. > > This was the "biggest change". Instead of point to api tools in M1, I > reverted to point to api tools in 4.5.1 repository, since the fix was back > ported. > To correct this statement, the first M-build (M20151007-1000) was "wrong" and still used the 4.6 M1 level of "API Tools", due to bug 479191. That bug has been fixed, so the next M-build (M20151014-1000) will use the 4.5.1 version of API Tools and that build would be the one to use to verify all is well. |