289
edits
Line 72: | Line 72: | ||
=== SUMOdev practices === | === SUMOdev practices === | ||
==== How pushes work ==== | |||
* Only trunk/ is used. | |||
* For a given milestone, we have a code freeze (no commits) for about a week after all bugs are fixed. | |||
* Once all bugs are verified, we push the site live during a push window (usually Tuesdays or Thursdays) | |||
==== Whiteboard strings ==== | ==== Whiteboard strings ==== | ||
* runsql -- This bug has a SQL patch that needs to be run on production before/after code push. | * runsql -- This bug has a SQL patch that needs to be run on production before/after code push. |
edits