Changes between Version 31 and Version 32 of UpdatingBugzilla


Ignore:
Timestamp:
Apr 20, 2012 9:39:18 AM (12 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v31 v32  
    136136 * Clean up any conflicts when the merge is done.
    137137
     138 * Locate any customize templates that no longer exist:
     139{{{
     140    for F in `find template/en/custom -type f | sed -e 's#/custom/#/default/#'`; do if [ ! -f $F ]; then echo $F; fi; done
     141}}}
     142 Note that these custom templates have no Bugzilla equivalent:
     143{{{
     144    template/en/custom/attachment/review.html.tmpl
     145    template/en/custom/attachment/reviewform.html.tmpl
     146    template/en/custom/attachment/rietveldreview.html.tmpl
     147}}}
     148
    138149 * Compare merged tree with bugzilla-4.2 branch to make sure there isn't any left-over cruft.  Remove any cruft found.
    139150{{{