Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Build contribution process


In the interest of improving the quality of the debugger build contributions, I propose the following:

1. Every morning we version off our code, build the latest plugins, and distribute them to be used in our host.
2. At the end of every day (or earlier) we declare the latest plugins stable or instable, based on both our experience using the plugins and the results of testing scenarios (smoke tests?).
3. Each Tuesday we pick the most recent stable daily version and copy it from the HEAD stream to the STABLE stream. We submit this version from the STABLE stream.
4. Any bugs that are reported in our submission to the Tuesday build are fixed in the STABLE stream. Note: the STABLE stream always consists of either the Tuesday submission or the Tuesday submission plus fixes (not feature additions or refactorings) to the Tuesday submission.
5. On Thursday we submit the latest version of the STABLE stream, which consists of the Tuesday submission plus any fixes we made to that version.
6. HEAD stream development continues at all times at our current pace.

- Jared

Back to the top