On Wed, Feb 29, 2012 at 12:23:40PM +0200, Matti Airas wrote:
On 28.02.2012 20:40, ext Andy Kittner wrote:
I could probably also do at least some of them.

Great! :-)

Since I never worked with gerrit before I looked around a bit and found:

  http://wiki.qt-project.org/Gerrit_Introduction
  http://wiki.qt-project.org/Setting_up_Gerrit

I guess they apply to PySide as well (including the mentioned
commit-hooks?)

Yes, these instructions apply to PySide as well.

If I understood everything correctly essentially I would need to:
 - clone the repository
 - set up the hooks
 - make the change
 - push the change back to the master
?
Anything else I need to consider?

The push needs to be for the refs/for/master as the target ref. And
after this, you need to either notify some reviewers about the new
contribution (using this mailing list or the IRC channel) or manually
add reviewers using the Gerrit web interface. Then, the patches can be
reviewed and hopefully approved.

I just gave it a try with #5, and apparently it worked:
http://codereview.qt-project.org/#change,18299
Issue #4 also sounded vaguely familiar, so I gave it a shot as well ;)
http://codereview.qt-project.org/#change,18300

I also looked at issue 3, but assertNotEqual does not appear in the mentioned file, and the test passes for me as well (I'm using a debug build of the 2.7 branch from the cpython mercurial repo, about a week old or so).


Regards,
Andy
--
APL is a write-only language.  I can write programs in APL, but I can't
read any of them.
                -- Roy Keir

Attachment: pgpRR5XZ87A10.pgp
Description: PGP signature

_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to