README for d1_stable_build_control ================================== This project contains control values used by Hudson when building stable releases. Hudson uses the file 'current_release_control.properties' to determine what to build with. When updating 'current_release_control.properties', Tag the previous release with the following call:: svn copy -m"tagging the x.x.x cn release" https://repository.dataone.org/software/cicore/trunk/d1_stable_build_control https://repository.dataone.org/software/cicore/tags/D1_STABLE_BUILD_CONTROL_vx.x.x Where x.x.x is the Coordinating Node release. Please use the d1_staging_build_control project if preparing a release for pre-rollout testing. The below information is of historical interest =============================================== Each release consists of a set of subversion tag names which are used by Hudson to determine where the should for each component should be derived. There is one such file per release, and each file should be named with the date of the release in the format:: YYYYMMDD_control.properties Where:: YYYY = Full Year MM = Month of year (01 = January) DD = Day of month (01 = first day of month) The format of a control file is a simple list of key=value pairs, where the key is some environment variable name expected by a project and the value is the name of the subversion tag that is used to build the release. For example:: D1_JIBX_EXTENSIONS=D1_JIBX_EXTENSIONS_v1.0.0-RC1 D1_COMMON_JAVA_RELEASE=D1_COMMON_JAVA_v1.0.1-RC2