Openbravo OBX
Introcuction
This document describes about the automatic generation of OBX, which is used to update from 2.50 to the latest 2.50 maintenance pack (e.g. 2.50MP8).
Work Flow
Objective is to generate OBX file more frequently over the stable code and not to wait till the MP.
- Prerequisite : Check the code is stable, stable we mean here is it passes all builds and test.
- Promote stable changeset to main repo
- Generate obx from main
How Integrated in builds.openbravo.com
Job has been created in builds.openbravo.com erp_devel_main-obx, which
- Monitors the main repo.
- Generate OBX
- Clone the main to $SOURCE_PATH
- Get the revision number from AD_MODULES.xml as <VERSION>
- cd SOURCE_PATH && zip -q -r OpenbravoERP-2.50.<VERSION>.obx
- Generate the shasum of it
- Publish the obx and its shasum in here