| Summary: | Tag Mars.1 (4.5.1) release | ||
|---|---|---|---|
| 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 | CC: | arunkumar.thondapu, curtis.windatt.public, daniel.rolka, daniel_megert, jarthana, Lars.Vogel, lshanmug, manoj.palat, markus.kell.r, mat.booth, Michael_Rennie, noopur_gupta, pascal, pwebster, sarika.sinha, sptaszkiewicz, srikanth_sankaran, stephan.herrmann, tjwatson, Vikas.Chandra |
| Version: | 4.5 | ||
| Target Milestone: | 4.5.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
David Williams
I'll repeat my usual directions here .. but, as always, improvements or corrections are welcome. = = = = = = = = = = = = = = = = = = = = I give these steps as "command line" instructions, although same result can be achieved with EGit. In your clone, be sure to pull (or fetch) everything, so your branches and tags are all up to date. Then ... git tag -a -m 'Bug 478237 - Tag Mars.1 (4.5.1) release' R4_5_1 M20150904-0015 and then don't forget to push the tag commit git push origin tag R4_5_1 As you tag a repository (or set of repositories) please post a comment here, so I'll know when we are done ... or, at least when I should run my script-test. I tagged: eclipse.platform.ui eclipse.platform.runtime eclipse.platform.ua eclipse.platform.ui.tools (In reply to Lars Vogel from comment #2) > I tagged: > > eclipse.platform.ui > eclipse.platform.runtime > eclipse.platform.ua > eclipse.platform.ui.tools Because you didn't read closely? Where is says "... so some time soon after October 2 would be a good time to do it."? Or, did you mean you already had, and just weren't familiar with our usual process? (In reply to David Williams from comment #3) > (In reply to Lars Vogel from comment #2) > > I tagged: > > > > eclipse.platform.ui > > eclipse.platform.runtime > > eclipse.platform.ua > > eclipse.platform.ui.tools > > Because you didn't read closely? Where is says "... so some time soon after > October 2 would be a good time to do it."? Or, did you mean you already had, > and just weren't familiar with our usual process? Ups sorry, while reading I mixed the incoming updates from Bug 469459 with this one, text was almost the same and it looked to me that everyone was doing the updates already. Tagged following repositories with R4_5_1 : eclipse.jdt.debug eclipse.platform.debug eclipse.platform Tagged the following repositories: eclipse.platform.swt eclipse.platform.swt.binaries Tagged PDE repositories: eclipse.pde.build.git eclipse.pde.git eclipse.pde.ui.git (In reply to David Williams from comment #0) > This is not something to do right now ... it's just a reminder to do it > after we officially release ... and that's just been delayed a week, so some > time soon after October 2 would be a good time to do it. Tagging can now be done. Tagged eclipse.jdt.ui. The following jdt.core repos have been tagged now: eclipse.jdt.core eclipse.jdt.core.binaries Tagged: eclipse.platform.resources eclipse.platform.team I've tagged - eclipse.platform.common - eclipse.platform.text - eclipse.jdt I tagged: rt.equinox.bundles rt.equinox.framework rt.equinox.p2 I have tagged (most) of the remaining ones: eclipse.platform.releng.aggregator eclipse.platform.releng eclipse.platform.releng.buildtools (just tagged HEAD, not literally built) I think there is one more, rt.equinox.binaries, that should be tagged. Below is the output of one of my utility scripts: = = = = The following projects are NOT tagged with R4_5_1 rt.equinox.binaries The following projects are tagged with R4_5_1 eclipse.jdt eclipse.jdt.core eclipse.jdt.core.binaries eclipse.jdt.debug eclipse.jdt.ui eclipse.pde eclipse.pde.build eclipse.pde.ui eclipse.platform eclipse.platform.common eclipse.platform.debug eclipse.platform.releng eclipse.platform.releng.aggregator eclipse.platform.releng.buildtools eclipse.platform.resources eclipse.platform.runtime eclipse.platform.swt eclipse.platform.swt.binaries eclipse.platform.team eclipse.platform.text eclipse.platform.ua eclipse.platform.ui eclipse.platform.ui.tools rt.equinox.bundles rt.equinox.framework rt.equinox.p2 (In reply to David Williams from comment #14) > I think there is one more, rt.equinox.binaries, that should be tagged. > > > Below is the output of one of my utility scripts: > > = = = = > > The following projects are NOT tagged with R4_5_1 > > rt.equinox.binaries > Done now. I always forget about this repo. . |