[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[gemini-dev] Hudson job naming convention for
|
Hi,
I was going to apply for an Eclipse Hudson job and found the following information:
http://wiki.eclipse.org/Common_Build_Infrastructure/Getting_Started/Build_In_Hudson
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276270
There does not seem to be a unique and general naming convention for the Hudson jobs, but it would be nice if the Gemini subprojects could try head towards a common naming convention.
So far, the Eclipse Hudson host the following Gemini jobs:
- virgo.gemini-web-container.snapshot
- gemini-management
The web-container is a special case...
According to the link above, a suggestion convention could look like:
build_system-project_name-version-qualifier
possible suggestions:
1) gemini-dbaccess.snapshot
2) gemini.dbaccess.snapshot
3) rt.gemini.dbaccess.snapshot
Should the version be include? For a version 1.1.x that could look like
gemini-dbaccess.11.snapshot
Or rather:
gemini-dbaccess.snapshot which goes to gemini-dbaccess.11 after its release.
Any suggestions, thoughts?
-- Juergen