Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Nightly builds

There are two types of builds that we run. [1]
Nightly "N" builds are built from the latest contents of the repo, any patches committed will show up here.
There is also an Integration "I" build, to get included in this build, changes needed to be tagged in the repo and releng map files need to be updated with that tag.   These builds are intended to be more stable, the tagging system allows us to only include the changes we want, which is more important approaching milestones.

Generally the owners of specific projects would tag their projects, but currently in practice nobody is really doing this so I end up just tagging the latest of everything before an I-Build runs, which makes it not much different from an N-Build.

For the specifics of tagging see "Submitting for a build" at [1]. Our map files are in org.eclipse.orion.server.git/releng/org.eclipse.orion.releng/maps.  For projects hosted in CVS there is a plugin that helps automate this [3], but there is no equivalent for GIT projects yet [4].

[1] http://wiki.eclipse.org/Platform-releng-faq#What.27s_the_difference_between_an_integration_and_nightly_build.3F
[2] http://wiki.eclipse.org/E4/Git
[3] http://wiki.eclipse.org/Platform-releng-faq#How_do_I_use_the_releng_plugin.3F
[4] https://bugs.eclipse.org/bugs/show_bug.cgi?id=328745



From: "John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx>
To: orion-dev@xxxxxxxxxxx
Date: 01/26/2011 11:06 AM
Subject: [orion-dev] Nightly builds
Sent by: orion-dev-bounces@xxxxxxxxxxx





Hi.

If a patch is committed to the repo, does it show up in the next nightly
build (assuming nothing crashes)?

Does the nightly build update itself in some way?

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



Back to the top