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

Bug 331146

Summary: [releng] Git tagging must deal with IDs
Product: [Eclipse Project] e4 Reporter: Paul Webster <pwebster>
Component: UIAssignee: Paul Webster <pwebster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer
Version: unspecified   
Target Milestone: 4.1 M5   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
patch none

Description Paul Webster CLA 2010-11-25 12:49:41 EST
the git tagging scripts must work with both the project directory names and the actual IDs they contain.  Applies to both features and plugins.

From bug 331119 comment #2
The actual discovery feature id is "org.eclipse.platform.discovery", the
project in git is the org.eclipse.platform.discovery.feature.

PW
Comment 1 Andrew Niefer CLA 2011-01-21 15:44:24 EST
Created attachment 187329 [details]
patch

I am releasing this patch.
It handles mixed project-name & project-id 

It also changes the script output to print the date of the last commit like this:

Processing org.eclipse.orion.server.search
Last commit was at 2011-01-21 13:22:16 -0500
Map file entry is v20110118-1715
Needs to move from v20110118-1715 to v20110121-1430
Comment 2 Andrew Niefer CLA 2011-01-21 15:45:10 EST
.