Re: [Openocd-development] Show of hands for/against gerrit

2011-10-07 Thread jim norris
I'm also a +1. Jim ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Compile errors....

2011-10-07 Thread jim norris
I'm getting compile errors from a fresh clone of the tree in the files: src/target/armv7a.c src/target/cortex_a.c having to do with unused but set variables. Did I miss something? Jim ___ Openocd-development mailing list

Re: [Openocd-development] Atmel SAM3N with OpenOCD 0.5.0

2011-10-07 Thread jim norris
Atilla, I've been able to bring up your script, with the steps after 'pre init' commented out, using an Olimex ARM-USB-OCD and an Atmel SAM3N-EK development board. I configured OpenOCD with the following: ./configure --enable-maintainer-mode --enable-jlink --enable-ft2232_libftdi

Re: [Openocd-development] gerrit and OpenID

2011-10-14 Thread jim norris
Not at all, you can use any OpenID, but gerrit is picky and you have to include http:// at the start of the OpenID URL. Yup, missed the 'picky' part. Anyone know how to allow Firefox on Linux to do the redirection to the OpenID provider after the initial OpenID page? It works on Firefox with

[Openocd-development] git gui

2011-10-25 Thread jim norris
For those using a git gui, what are you using? ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] git question.....

2011-10-25 Thread jim norris
I do the following... git add file1.c git commit file1.c git push review git add file2.c git commit file2.c git push review git add file3.c git commit file3.c git push review I then

[Openocd-development] Another git question....

2011-10-26 Thread jim norris
Assuming I've done my commits. How do I see what the patch will look like before I do the 'git push review'? ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] git and gerrit questions

2011-10-26 Thread jim norris
How does gerrit determine whether a patch is a subsequent patch for a file? Or maybe the better question is: Are the steps outlined by Alex the only means to submit an amended patch? ___ Openocd-development mailing list

[Openocd-development] Can't push...

2011-10-26 Thread jim norris
I'm trying to do a 'git push review' and it just hangs. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Can't push...

2011-10-26 Thread jim norris
try now Nope. Still hangs. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Can't push...

2011-10-26 Thread jim norris
Here's the verbose output. $ git push -v review Pushing to ssh://jnor...@openocd.zylinx.com:29418/openocd.git ssh: connect to host openocd.zylinx.com port 29418: Connection timed out fatal: The remote end hung up unexpectedly ___

Re: [Openocd-development] Can't push...

2011-10-26 Thread jim norris
jim norris wrote: Pushing to ssh://jnor...@openocd.zylinx.com:29418/openocd.git Typo, there's an extra x in the domain name. Run: git config remote.review.url ssh://jnor...@openocd.zylin.com:29418/openocd.git And then try git push review again. Dolt! Thanks

[Openocd-development] Change in openocd[master]: 1) Change from '--global' to '--local' on the two config com...

2011-10-14 Thread Jim Norris (Code Review)
Jim Norris has uploaded a new change for review. Change subject: 1) Change from '--global' to '--local' on the two config commandsfor setting the git user name and user email. These settings should be local to the openocd git tree. 2) Add a couple more steps when setting up the Gerrit