Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - 7 Dec 2011

On Wed, Dec 7, 2011 at 11:29 AM, Thomas Watson <tjwatson@xxxxxxxxxx> wrote:
I had meant to bring this up during the call today for discussion:

When merging master into integration branch for the I-Builds is there a
recommended way to generate the releng notes that we used to get with the
CVS releng tools and the previous git report scripts?

Should the build simply generate this report automatically for each
I-Build?


I think we hope to generate that report as part of the tagging phase at the beginning of the build.  I've already modified my version to generate a build-submission email.  ex: http://dev.eclipse.org/mhonarc/lists/e4-dev/msg05973.html

If you'd like a preview report, you can still run the git-submission.sh script before you do your integration branch merge and push. In my case for a couple of repos:

bash$ for f in eclipse.platform.*; do cd $f; git fetch ; cd ..; done
bash$ /bin/bash git-submission.sh $(pwd)/R42 \
  git://git.eclipse.org/gitroot/platform/eclipse.platform.runtime.git origin/integration origin/master \
  git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git origin/integration origin/master

That'll give you the diff between the last pushed integration branch and the current origin/master

Later,
PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top