Changes between Version 30 and Version 31 of QtWebKitContrib


Ignore:
Timestamp:
Apr 6, 2009 5:49:08 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v30 v31  
    9999
    100100To obtain check in privileges to the git repository the contributor should send a public ssh key to the [mailto:webkit-admin@staikos.net administrator] of the repository.
     101
     102== Cherry-Picking bugfixes from the trunk ==
     103
     104If you've found a bugfix in the trunk that should go into the next stable Qt patch release, follow these steps:
     105
     106  1. Clone [http://code.staikos.net/cgi-bin/gitweb.cgi?p=webkit-tools;a=summary webkit-tools]
     107  1. Clone and checkout the {{{qtwebkit-4.5}}} branch of the [http://code.staikos.net/cgi-bin/gitweb.cgi?p=webkit;a=summary Git Repository]
     108  1. Run {{{webkit-cherry-pick sha1}}}
     109  1. Run git commit if the cherry-pick produced conflicts.