Confirmed users
194
edits
Line 154: | Line 154: | ||
BuildAPI updates are handled like any other webapp, through pushes. See also [[ReleaseEngineering/How_To/Update_BuildAPI]] for a bit more detail. | BuildAPI updates are handled like any other webapp, through pushes. See also [[ReleaseEngineering/How_To/Update_BuildAPI]] for a bit more detail. | ||
The steps are roughly as follows: | The steps are roughly as follows, from the base directory of buildapi: | ||
* Push new version of BuildAPI to HG | * Push new version of BuildAPI to HG | ||
** Edit setup.py to show the updated version (ie version='0.3.0' becomes version='0.3.1') | ** Edit setup.py to show the updated version (ie version='0.3.0' becomes version='0.3.1') |