[Development] where to push refs for qt5?

Graham Coleman ravelite at gmail.com
Mon Nov 11 17:30:48 CET 2013


Thanks Nicolás!

What is the difference between stable and dev? Where should I push a new
bug fix to?

regards,

Graham


On Mon, Nov 11, 2013 at 5:19 PM, Nicolás Alvarez
<nicolas.alvarez at gmail.com>wrote:

> You should push to the qtbase repository (not qt5), and the ref should
> be refs/for/stable or refs/for/dev (there's no master branch)
> depending on where the change is supposed to go.
>
> --
> Nicolás
>
> 2013/11/11 Graham Coleman <ravelite at gmail.com>:
> > Greetings,
> >
> > I've prepared my changes to gerrit for review on qt5 but having trouble
> > pushing them. Is the target branch or something else wrong? It should go
> to
> > refs/for/master or refs/for/HEAD, right? The changes are in
> > qtbase/src/gui/text.
> >
> > my errors below and best regards,
> >
> > Graham
> >
> > Graham at KATIUSCAS /c/qt5git/qtbase (stable)
> > $ git push gerrit HEAD:refs/for/master
> > Enter passphrase for key '/c/Users/Graham/.ssh/id_rsa':
> > Counting objects: 242764, done.
> > Delta compression using up to 4 threads.
> > Compressing objects: 100% (50028/50028), done.
> > Writing objects: 100% (242764/242764), 129.80 MiB | 878.00 KiB/s, done.
> > Total 242764 (delta 189923), reused 242003 (delta 189305)
> > remote: Resolving deltas: 100% (189923/189923)
> > To ssh://ravelite@codereview.qt-project.org/qt/qt5
> >  ! [remote rejected] HEAD -> refs/for/master (branch master not found)
> > error: failed to push some refs to
> > 'ssh://ravelite@codereview.qt-project.org/qt/qt5'
> >
> > Graham at KATIUSCAS /c/qt5git/qtbase (stable)
> > $ git push gerrit HEAD:refs/for/HEAD
> > Enter passphrase for key '/c/Users/Graham/.ssh/id_rsa':
> > Counting objects: 242764, done.
> > Delta compression using up to 4 threads.
> > Compressing objects: 100% (50028/50028), done.
> > Writing objects: 100% (242764/242764), 129.80 MiB | 66.00 KiB/s, done.
> > Total 242764 (delta 189923), reused 242003 (delta 189305)
> > remote: Resolving deltas: 100% (189923/189923)
> > To ssh://ravelite@codereview.qt-project.org/qt/qt5
> >  ! [remote rejected] HEAD -> refs/for/HEAD (branch HEAD not found)
> > error: failed to push some refs to
> > 'ssh://ravelite@codereview.qt-project.org/qt/qt5'
> >
> > _______________________________________________
> > Development mailing list
> > Development at qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/development
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20131111/1a35099b/attachment.html>


More information about the Development mailing list