Enhancement #669

Updated by J. Moringen over 12 years ago

Since most build jobs have to be touched for the release of version 0.5 anyway, I would like to use this opportunity and rename all build jobs such that they conform to the following scheme

<pre>
rsb[-SUBPROJECT][-IMPLEMENTATIONLANGUAGE][-VERSION]
</pre>

where
* @IMPLEMENTATIONLANGUAGE@, if present, would be one of @cpp@, @java@, @python@, @cl@
* @VERSION@, if not trunk, @VERSION@ would be something like @0.5@ (instead of @stable@)

Sounds good?

Back