NetBeansPatchesProcess
This page documents the process and responsibilities in patches to NetBeans releases.
|
How to nominate issues
- Bugs nomination (Anybody) : add 82patch-candidate into Whiteboard (SW) field in BugZilla (Potential candidates [query 1])
- Coordination (Coordinator) : chooses and approves candidates to be integrated into the next patch (change SW to 82patch1-candidate [query 2])
How to proceed with patch (Developers)
- wait until patch candidate is VERIFIED in trunk (if doesn't happen for long time please notify your QE or Coordinator)
- Issues integration:
- you can use hg graft or hg transplant to cherry-pick a bug fix from default branch into release82 branch in repository releases, details: HgHowTos#Working_with_release_branches
- Increasing spec. version numbers:
- increase the third version number by 1 (X.Y.Z -> X.Y.Z+1) of all patched modules (DO NOT for org.netbeans.modules.reglib, org.netbeans.modules.updatecenters)
- add following text into Long Description : For the list of included fixed bugs please check http://wiki.netbeans.org/NetBeans8.2PatchesInfo.
- change SW of appropriate issue from 82patch1-candidate to 82patch1-fixed and set Target Milestone accordingly (e.g. from "8.2" to "8.2.1" if "8.2.1" is available)
How to verify and test (QE)
- Pre-integration testing: verify fixes of issues with SW 82patch1-candidate in trunk (change status to VERIFIED [query 4])
- Issues verification:
- verify fixes in the build from releases/release82 branch
- change SW for appropriate issue from 82patch1-fixed [query 3] to 82patch1-verified [query 5]
- Regression testing
- Download/Installation testing: test all scenarios covering to installation/patching already released bits+patches
How to release patch (Coordinator, BE)
- Update NetBeans8.2PatchesInfo page (Coordinator): provide list of fixed issues and list of patched plugins & related version numbers
- Publishing patch (BE): published patch on live UC