Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Important: Use "v" in your tag names...Re: Starting I-build

Sorry, the missing 'v' was my fault, I wrote a script for tagging since even the existing git-map.sh tagging script is a multi-step process.
In this script I only had the timestamp and was missing the 'v'.  This would not have failed the build.

The build failure is cause by an entry that is missing "tag="
...sshconfig.userprofile=GIT,v20110309-2156,repo=...
                                          ^

There are two general formats for map file entries.  The "old" format (3.2 and earlier) generally only works with CVS and is still used by the Eclipse Platform project.  It is just a comma separated list of tokens where order matters.  The "new" format (introduced in 3.3) is a repository identifier followed by a comma separated list of key=value pairs.  GIT map file entries only support the new format.

I will start a new build shortly.

-Andrew


From: John Arthorne/Ottawa/IBM@IBMCA
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 03/10/2011 09:07 AM
Subject: Re: [orion-dev] Important: Use "v" in your tag        names...Re:        Starting        I-build
Sent by: orion-dev-bounces@xxxxxxxxxxx





Yep, it shouldn't cause a problem but good to be consistent anyway. Our tagging scheme came from the CVS limitation that tags had to start with alphabetical characters, but Git doesn't have that limitation. However there are many good reasons for always incrementing tags and we should continue to keep our conventions.


Susan Franklin McCourt <susan_franklin@xxxxxxxxxx>
Sent by: orion-dev-bounces@xxxxxxxxxxx

03/10/2011 12:03 AM

Please respond to
Orion developer discussions <orion-dev@xxxxxxxxxxx>

To
Orion developer discussions <orion-dev@xxxxxxxxxxx>
cc
Subject
Re: [orion-dev] Important: Use "v" in your tag names...Re:        Starting        I-build







I just realized that the lack of "v" tag shouldn't break our map-file based builds.
It would break a p2-based update and aggregating builds that pull the latest versions from update sites, but neither of those is the case with us.

At any rate, we should try to be consistent because in update scenarios those tags could matter.

susan

Inactive hide details for Susan Franklin McCourt---03/09/2011 05:16:18 PM---I just tagged again to address three bugs I discussSusan Franklin McCourt---03/09/2011 05:16:18 PM---I just tagged again to address three bugs I discussed previously with Simon and Boris [1].

From:
Susan Franklin McCourt/Beaverton/IBM@IBMUS
To:
Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:
03/09/2011 05:16 PM
Subject:
[orion-dev] Important: Use "v" in your tag names...Re: Starting I-build
Sent by:
orion-dev-bounces@xxxxxxxxxxx




I just tagged again to address three bugs I discussed previously with Simon and Boris [1].
Changes were in org.eclipse.orion.client.core, but I decided to change the map file for all client-side bundles, since that was what I was testing against.

But then I noticed that some tags did not have the "v" prefix. For example, I used "v20110309-2000", but I noticed other bundles tagged with "20110309-1537".
Is this why our builds have been broken? Because we aren't picking up the later changes without the "v"?

So I changed all client and server bundles in the map file to use "v20110309-2000"
This was done manually, and I eyeballed it quite a few times, but it wouldn't hurt to have someone else double check the map file.

susan

[1]

https://bugs.eclipse.org/bugs/show_bug.cgi?id=339440
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339435
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339357



Inactive hide details for John Arthorne ---03/09/2011 02:51:04 PM---We are about to run an I-build towards 0.2 M6. All releasedJohn Arthorne ---03/09/2011 02:51:04 PM---We are about to run an I-build towards 0.2 M6. All released changes have been tagged. There will be

From:
John Arthorne <John_Arthorne@xxxxxxxxxx>
To:
orion-dev@xxxxxxxxxxx
Date:
03/09/2011 02:51 PM
Subject:
[orion-dev] Starting I-build
Sent by:
orion-dev-bounces@xxxxxxxxxxx




We are about to run an I-build towards 0.2 M6. All released changes have been tagged. There will be another I-build tomorrow morning at 2am EST. If you have further changes to release to that build, you will need to tag them yourself. We are trying to lock down for the milestone, so please ping Simon or Boris to review further changes tonight. Tomorrow we will be mostly focused on testing and documentation.


John
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx

http://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx

http://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx

http://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top