Continuous Integration - how to add a bugfix to a live build? -


we in process of implementing continuous integration in our organisation, , 1 of questions arose how fix bug in live build.

  1. do add fix continuous integration branch , release?
  2. maintain/create release branch live version , add bugfix that?

option 1 seems advocated continuous integration, seems high risk. option 2 has been done historically, , low risk.

it depends ! if think bugfix envolving deep changes should create branch on you work, otherwise (and normaly) bugfixes not risky, assumption 1 fixing bug knows doing, can done on head.

ps. making branch force merge later can annoying if head gets lot of changes in while implementing bugfix.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -