Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Push tag in Git repo

Yong, can you remind me how to tag a plug-in after a commit, or better yet what the steps are to the commit, tag, update map file, push process we're using now?

Plus, couple of questions about the map plugins. 

1) I am unable to import the releng plugin from the enablement.general git repo in the master branch. Is it a valid project? 
2) I'm not seeing a related releng plugin for the 1.9 branch - does one need to be created? I have some enablement fixes to deliver and can't seem to find the enablement map file.

Thanks
--Fitz

_______________________________
Brian Fitzpatrick (aka "Fitz")
Senior Software Engineer, SOA-P
JBoss by Red Hat

----- Original Message -----
From: "Yong Jiang" <yjiang@xxxxxxxxxxx>
To: dtp-dev@xxxxxxxxxxx
Sent: Friday, August 12, 2011 2:36:02 AM
Subject: [dtp-dev] Push tag in Git repo





By default, the 'git push' doesn ’ t transfer tags to remote servers. 

You will have to explicitly push tags to remote repo after you tag the plugins and update map file. Otherwise DTP build will fail. 



Command line: 

git push origin v201108120600 



EGit UI: 

Team -> Remote -> Push... 

Click 'Add All Tags Spec' in Push dialog 

cid:image001.png@01CC5688.63098110





Thanks. 

Yong Jiang. 
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev

Back to the top