PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0 error while installing Reviewboard on centos5 system

2013-04-24 Thread mamta . nanavati
Hi,
I'm trying to install Reviewboard on centos5. 
Using : Python2.7, Reviewboard -1.7.x and Django-1.4x 
with Apache2.2

I also rebuild mod_wsgi with python2.7 and --enable-shared.
After solving one thing that led to another, I'm finally stuck on a seg 
fault. 
On doing a core dump and inspecting it, I see the following error:
PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0

I've now hit a roadblock , Can someone please provide some pointers?

Thanks,
M

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0 error while installing Reviewboard on centos5 system

2013-04-24 Thread Mamta Nanavati
Hi Christian,
I'm actually using system packages , the only thing I had to rebuild was 
mod_wsgi since it was using the version for python2.4 with httpd.  
Would you recommend any particular route that I should take?


Thanks,
Mamta
On Wednesday, April 24, 2013 1:06:45 PM UTC-7, Christian Hammond wrote:
>
> Hi,
>
> Looks like it's still using Python 2.4. Something in your stack isn't 
> updated to use Python 2.7.
>
> Curious why you're building from source and not using system packages? 
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
> On Apr 24, 2013, at 12:54 PM, mamta.n...@gmail.com  wrote:
>
> Hi,
> I'm trying to install Reviewboard on centos5. 
> Using : Python2.7, Reviewboard -1.7.x and Django-1.4x 
> with Apache2.2
>
> I also rebuild mod_wsgi with python2.7 and --enable-shared.
> After solving one thing that led to another, I'm finally stuck on a seg 
> fault. 
> On doing a core dump and inspecting it, I see the following error:
> PyErr_Restore () from /usr/lib64/libpython2.4.so.1.0
>
> I've now hit a roadblock , Can someone please provide some pointers?
>
> Thanks,
> M
>
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard...@googlegroups.com 
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to reviewboard...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Trying to upload an id_rsa gives Uploading SSH key failed: This SSH key is not a valid RSA or DSS key error.

2013-04-30 Thread mamta . nanavati
Hi, 
I'm trying to upload an id_rsa private key to reviewboard to authenticate 
with Git repo, but it fails with the error
Uploading SSH key failed: This SSH key is not a valid RSA or DSS key

Permissions on id_rsa were set using chmod 600

Thanks,
M

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Gatekeeping mechanism in Reviewboard?

2013-05-03 Thread mamta . nanavati
Hi,
My company is currently evaluating between Gerrit and Reviewboard and one 
of the points that we are debating on is Gatekeeping.

Gerrit automatically runs tests after a review is approved and ready to be 
merged into jenkis. Is there any mechanism in reviewboard to do the same- : 
eg: Worflow to submit code , review it, run test as ultimately merge it 
into the desired repository?

Thanks,
M

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Automated merge after review && continuous integration

2013-05-03 Thread mamta . nanavati
Hey David,
This is an older post but i"m actually looking for exactly these things 
currently and was wondering if these features have been built into 
reviewboard now  / via plugins or are they still in pipeline?

Thanks,
M

On Wednesday, April 20, 2011 3:34:59 PM UTC-7, David Trowbridge wrote:
>
> #2 would be great; I know a lot of people have requested the ability to 
> have some indication that the patch submitted will (a) apply cleanly and 
> (b) build (maybe even including automated testing).
>
> #1 is often requested, but it's something which we've been wary of because 
> of the complexities of user authentication, audit chains, and the abilities 
> it would introduce to break things. It would be a cool feature, but I think 
> we'd need to approach it carefully.
>
> -David
>
>
> On Thu, Apr 14, 2011 at 10:19 AM, Jan Koprowski 
> 
> > wrote:
>
>> Hi,
>>
>> Recently i look at Gerrit - review tool dedicated for git guys. Two 
>> things bring my attention:
>>
>> 1) Gerrit try to merge code automatically after review. This is great 
>> ability. As far I'm aware when merge won't end with success developer get 
>> message to rebase their code and send to review again. It will be cool to 
>> get something similar at reviewboard. I think this approach will for for 
>> Git and probably for Mercurial too.
>>
>> 2) Build system integration. I saw Hudson & Gerrit integration which 
>> assume additional field for build system which check is project build with 
>> new versions or not. It is well  exposed at 
>> http://source.android.com/source/life-of-a-patch.html. Will be something 
>> nice to make accessible some by API "checkbox field" for build system and 
>> approach such workflow in reviewboard - optional ofcourse.
>>
>> What do You think?
>>
>> Regards,
>>
>> Jan
>>
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.