Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Last active June 1, 2024 00:09
Show Gist options
  • Save rtanglao/64315cf92dde24f5cce1cd840026816e to your computer and use it in GitHub Desktop.
Save rtanglao/64315cf92dde24f5cce1cd840026816e to your computer and use it in GitHub Desktop.
how-does-build-and-release-work.md

tl;dr: Release management (relman) picks patches to add to a build based on what developers have flagged for that build in bugzilla and additional patches that relman deems necessary for that build. Build engineers merge those patches to the appropriate branch for that build. If a merge fails for a patch, build engineers (buildeng) use 3 way merge tools to manually merge. If that fails buildeng asks the developer to fix the patch so it can be merged.

blah blah blah :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment