https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208598

--- Comment #3 from Raphael Kubo da Costa <rak...@freebsd.org> ---
The process is actually very simple; don't be put off by that bug report, that
usually happens when people send patches through their bug tracker because they
cannot accept those due to their use of a Contributor License Agreement (all
patches must be sent through Gerrit).

I can summarize the whole process in a few steps (most of it is just your usual
Gerrit setup workflow):
1. Create an account in Qt's bug tracker (http://bugreports.qt.io)
2. Log into Gerrit with the same credentials and set up your name, SSH key  etc
(http://codereview.qt-project.org/#settings,contact)
3. Accept Qt's CLA.
4. git clone git://code.qt.io/qt/qtmultimedia.git
5. cd qtmultimedia
6. git remote add gerrit
ssh://usern...@codereview.qt-project.org:29418/qt/qtmultimedia.git
7. scp -P 29418 usern...@codereview.qt-project.org:hooks/commit-msg .git/hooks
8. git fetch gerrit
9. git checkout -b my-work-branch
10. hack hack hack, commit
11. git push gerrit my-work-branch:refs/for/5.6
12. Go to the URL that's shown to you
13. CC relevant people. You can also CC me there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to