Changes between Version 48 and Version 49 of UpdatingBugzilla
- Timestamp:
- Feb 10, 2017, 11:33:30 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v48 v49 63 63 == Update == 64 64 65 * Update git-svn of `Websites `bugs.webkit.org` in svn.65 * Update git-svn of `Websites/bugs.webkit.org` in svn. 66 66 {{{ 67 67 cd bugzilla.git … … 79 79 == Merge == 80 80 81 The instructions below assume that Bugzilla was previously merged to `release-4.2.11` and is being updated to `release-5.0.3`. 82 81 83 * Merge a new release of Bugzilla using an upstream tag. 82 84 {{{ … … 87 89 88 90 * Clean up any conflicts when the merge is done. 91 * To check if there were previously local changes on master: 92 {{{ 93 git diff release-4.2.11..master path/to/file 94 }}} 95 * To check for current differences to the merge target: 96 {{{ 97 git diff release-5.0.3 path/to/file 98 }}} 89 99 90 100 * Locate any customize templates that no longer exist: