Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 438637

Summary: No release tag for GEF 3.9.100
Product: [Tools] GEF Reporter: Mat Booth <mat.booth>
Component: RelEngAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Mat Booth CLA 2014-07-01 09:23:52 EDT
Hi,

Please consider tagging the 3.9.100 release in the git repo so that if/when fixes go into the maintenance branch, the exact code that comprised the version that was released as 3.9.100 is easily visible and builds easily reproducible.

Something like:

git tag -a -m 'Tag Luna Release' R3_9_100 b63ec56b20b75fc5af90fbb1e85911bed35997dc

And then don't forget to push the tag:

git push origin tag R3_9_100
Comment 1 Alexander Nyßen CLA 2014-07-01 14:16:46 EDT
Well, the revision that was released can be easily observed on https://hudson.eclipse.org/hudson/job/gef-master/1130/. It is actually ab961d4c1c913a4f9f58cb666d709ba3b66c56dc. b63ec56b20b75fc5af90fbb1e85911bed35997dc is the last commit before creating the R3_9_100_maintenance branch. Up to then I updated the target to Luna and added the 3.9.100 baseline.
Comment 2 Mat Booth CLA 2014-07-01 14:31:13 EDT
(In reply to Alexander Nyssen from comment #1)
> Well, the revision that was released can be easily observed on
> https://hudson.eclipse.org/hudson/job/gef-master/1130/. It is actually
> ab961d4c1c913a4f9f58cb666d709ba3b66c56dc.
> b63ec56b20b75fc5af90fbb1e85911bed35997dc is the last commit before creating
> the R3_9_100_maintenance branch. Up to then I updated the target to Luna and
> added the 3.9.100 baseline.

Aha, as a downstream consumer I did not know about that hudson job, which in itself seems like a good reason for also tagging the release in git :-)
Comment 3 Alexander Nyßen CLA 2014-07-09 03:58:09 EDT
Tagged ab961d4c1c913a4f9f58cb666d709ba3b66c56dc as R3_9_100 and pushed tag to origin. Resolving as fixed.