Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 487983 - Tag Mars.2 (4.5.2) release
Summary: Tag Mars.2 (4.5.2) release
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.5.2   Edit
Assignee: David Williams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-18 03:44 EST by David Williams CLA
Modified: 2016-03-01 22:33 EST (History)
15 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2016-02-18 03:44:30 EST
The similar, previous "tag-a-release bug" was bug 478237. 

As always, do not do this right now. We will wait until we formally release in case we need an emergency respin. 

Since the release day is 2/26, I suggest we do this tagging from, say, 2/29 to 3/3?
Comment 1 David Williams CLA 2016-02-18 03:47:16 EST
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 487983 - Tag Mars.2 (4.5.2) release' R4_5_2  M20160212-1500

and then don't forget to push the tag commit

git push origin tag R4_5_2 

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.
Comment 2 Dani Megert CLA 2016-02-18 03:56:37 EST
(In reply to David Williams from comment #0)
> The similar, previous "tag-a-release bug" was bug 478237. 
> 
> As always, do not do this right now. We will wait until we formally release
> in case we need an emergency respin. 
> 
> Since the release day is 2/26, I suggest we do this tagging from, say, 2/29
> to 3/3?

Sounds good to me.
Comment 3 Arun Thondapu CLA 2016-02-29 08:19:25 EST
Tagged the following repositories with R4_5_2 :

eclipse.platform.swt
eclipse.platform.swt.binaries
Comment 4 Thomas Watson CLA 2016-02-29 09:11:34 EST
Tagged Equinox for R4_5_2

rt.equinox.binaries
rt.equinox.bundles
rt.equinox.framework
rt.equinox.p2
Comment 5 Lars Vogel CLA 2016-02-29 09:56:56 EST
Tagged Platform UI following comment 1 for: 

eclipse.platform.text               
eclipse.platform.ua                 
eclipse.platform.ui                 
eclipse.platform.ui.tools
Comment 6 Markus Keller CLA 2016-02-29 11:06:46 EST
Tagged:

eclipse.jdt
eclipse.jdt.ui
eclipse.platform
eclipse.platform.common
eclipse.platform.runtime
Comment 7 Jay Arthanareeswaran CLA 2016-03-01 00:19:58 EST
Tagged:

eclipse.jdt.core
eclipse.jdt.core.binaries
Comment 8 Dani Megert CLA 2016-03-01 06:27:05 EST
Tagged:

eclipse.platform.resources
eclipse.platform.team

eclipse.pde.git
eclipse.pde.ui.git
eclipse.pde.build.git
Comment 9 David Williams CLA 2016-03-01 13:25:29 EST
I have tagged 

eclipse.platform.releng
eclipse.platform.releng.aggregator


According to my "tag checker" script, only two more to go. 
= = = = = = 
The following projects are NOT tagged with R4_5_2


eclipse.jdt.debug
eclipse.platform.debug


The following projects are tagged with R4_5_2


eclipse.jdt
eclipse.jdt.core
eclipse.jdt.core.binaries
eclipse.jdt.ui
eclipse.pde
eclipse.pde.build
eclipse.pde.ui
eclipse.platform
eclipse.platform.common
eclipse.platform.releng
eclipse.platform.releng.aggregator
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.binaries
rt.equinox.bundles
rt.equinox.framework
rt.equinox.p2
Comment 10 Markus Keller CLA 2016-03-01 14:41:20 EST
Tagged:

eclipse.jdt.debug
eclipse.platform.debug

All done and verified. Closing.
Comment 11 David Williams CLA 2016-03-01 15:22:55 EST
All 26 of them ... 

        The following projects are tagged with R4_5_2


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.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.binaries
rt.equinox.bundles
rt.equinox.framework
rt.equinox.p2
Comment 12 Vikas Chandra CLA 2016-03-01 22:33:53 EST
Thanks Dani for taking care of PDE tagging.