Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] stable-3.0 branch created

Hi Jeff,

We were hoping to be able to push without review patches that have been cherry-picked from a patch that was already reviewed on master branch. Is it OK to push through the gerrit remote with HEAD:refs/heads/stable-3.0?

By the way is it only the stable-3.0 branch that doesn't allow pushing directly, or does that also apply for master branch? I wouldn't have noticed since I haven't tried that for months...

Patrick


On Mon, May 26, 2014 at 3:33 PM, Jeff Johnston <jjohnstn@xxxxxxxxxx> wrote:
By any chance did you try pushing directly to the branch?  You need
to push to a gerrit remote which specifies that branch as the target:

[remote "review-3.0"]
        url = "" href="http://jjohnston@xxxxxxxxxxxxxxx:29418/linuxtools/org.eclipse.linuxtools.git" target="_blank">jjohnston@xxxxxxxxxxxxxxx:29418/linuxtools/org.eclipse.linuxtools.git
        push = HEAD:refs/for/stable-3.0
        pushurl = ssh://jjohnston@xxxxxxxxxxxxxxx:29418/linuxtools/org.eclipse.linuxtools.git
        fetch = refs/notes/*:refs/notes/*

-- Jeff J.

----- Original Message -----
> From: "Patrick Tasse" <patrick.tasse@xxxxxxxxx>
> To: "Linux Tools developer discussions" <linuxtools-dev@xxxxxxxxxxx>
> Sent: Monday, May 26, 2014 3:23:28 PM
> Subject: Re: [linuxtools-dev] stable-3.0 branch created
>
> Hi Jeff,
>
> I'm unable to push to the stable-3.0 branch.
>
> remote: error: insufficient permission for adding an object to repository
> database ./objects
>
> Patrick
>
>
> On Mon, May 26, 2014 at 12:06 PM, Jeff Johnston < jjohnstn@xxxxxxxxxx >
> wrote:
>
>
> Please be advised that I have created the stable-3.0 branch. Any subsequent
> changes meant for Luna RC2, RC3, or RC4 should be cherry-picked from master.
> Please
> update your remotes to add a gerrit instance for stable-3.0.
>
> -- Jeff J.
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>
>
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top