Changes between Version 5 and Version 6 of ITERATION_03/Release/Process
- Timestamp:
- 12/20/08 16:31:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ITERATION_03/Release/Process
v5 v6 11 11 * Bugfixing 12 12 13 == Opening==13 === Opening === 14 14 This are the first things that the team should do after the official sprint opening: 15 15 * Create a branch from the trunk. The name should be further determined(perhaps something like release01 or release01-pre-alpha-2) … … 19 19 * Disable nonworking functinality that is not supposed to be available and is messing the other code. 20 20 21 == Testing==21 === Testing === 22 22 This refers to the last phase of a task's revision lifecycle. 23 23 … … 40 40 * Have a look at related bugs - this means look if there are new bugs in the related tests. 41 41 42 == Reviews==42 === Reviews === 43 43 * We should do reviews on implementations done by functional teams 44 44 * It this is needed we could help with desgin reviews 45 45 46 == Release Asembly==46 === Release Asembly === 47 47 * Final bugfixes 48 48 * Find workarounds for those bugs that cannot be fixed but … … 50 50 * Make the download page 51 51 * Make the downloadanbles 52 53 === Bugfixing === 54 55 * Choose bugs to fix from the opened ones in Trac 56 * Take the bug ticket 57 * Research for a bugfix 58 * If a fix is available its resul must be described in the ticket 59 * Change the status of the ticket 60 61 == Iteration schedule == 62 * The iteration begins with the general sprint opening - 1d 63 * Do release team opening as described above - 2d 64 * Start testing and bugfixing. 65 * Start making reviews. We should always keep the tasks pending for a review as less as possible. 66 * As the iteration progresses the less effort is spent on testing and more on reviewing. 67 * Do the rekease assembly - 4d 68 * Do the demo and the sprint closing 69 70 You can also look at the attached photos.