Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331146 - [releng] Git tagging must deal with IDs
Summary: [releng] Git tagging must deal with IDs
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.1 M5   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 12:49 EST by Paul Webster CLA
Modified: 2011-01-21 15:45 EST (History)
1 user (show)

See Also:


Attachments
patch (1.78 KB, patch)
2011-01-21 15:44 EST, Andrew Niefer CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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
.