On 9 July 2013 13:48, Brad Riensche <[email protected]> wrote: > Hello, I'm new to the mailing list, but not new to openocd. I've used it > sporadically for some time. I started working with some cortex-a9 boards, > and have some submissions to improve discovery of coresight equipped > processors. >
Hello and welcome. > I'm hoping someone has a quick fix for this. . . > > I followed the instructions on the "Patch Guidelines", and everything worked > OK up until the final step: > > "git push review" > > at which point I get the response: > > Counting objects: 9, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (5/5), done. > Writing objects: 100% (5/5), 2.81 KiB, done. > Total 5 (delta 4), reused 0 (delta 0) > remote: Resolving deltas: 100% (4/4) > remote: Branch refs/heads/master: > remote: You are not allowed to perform this operation. > remote: To push into this reference you need 'Push' rights. > remote: User: briensche > remote: Please read the documentation and contact an administrator > remote: if you feel the configuration is incorrect > remote: Processing changes: refs: 1, done > To http://briensche:[email protected]/p/openocd.git > ! [remote rejected] master -> master (prohibited by Gerrit) > error: failed to push some refs to > 'http://briensche:[email protected]/p/openocd.git' > > Did I miss a step? I should note that I am using the http method of > connecting. > Think you missed setting up the review branch, it needs to be refs/publish/master or refs/for/master. They mean the same location. git config remote.review.push HEAD:refs/publish/master Cheers Spen ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
