Re: What happened to the 2.4 nightly ReviewBoard downloads?

2009-03-12 Thread Christian Hammond
Just looks like the buildbot server is down. I'm looking into it but may not
be able to fix it until I'm physically at it tonight. I'll post when I get
it up and running again.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Thu, Mar 12, 2009 at 3:37 PM, mary ciaom...@gmail.com wrote:


 Hi,

 I need to pick up a ReviewBoard patch but as of yesterday I don't see
 any python 2.4 ReviewBoard nightlies available on the download site:
 http://downloads.review-board.org/nightlies/

 Are python 2.4 nightlies coming back?

 Thanks!
 Mary
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



trouble installing on openSUSE

2009-03-12 Thread Kimon

Hi,

I've installed all the prereqs and run rb-site install successfully,
but I'm a bit of an apache newbie and I'm not quite sure what to do
with apache-modpython.conf

I tried to simply load it from http.conf, but it complains about the
SetEnv directives as syntax errors.

Also, I'm unclear as to whether I really want to use the VirtualHost
option... I'd rather just place it under

  http://myhost/reviewboard

I don't seem to have sites-available or sites-enabled directories ad
indicated in the doc.

Any pointers would be appreciated...

I'm running Apache/2.2.10 (Linux/SUSE) mod_python/3.3.1

Thanks,

Kimon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



Integration with Bugzilla

2009-03-12 Thread roshanpius

We've been using reviewboard in our project for the past 3-4
months.And we've absolutely loved it !!!

In fact we want to take it a step further and make it a mandatory
process before code checkins.
Our SCM is Perforce and we use Bugzilla to track bugs.

So we've decided to add a new field in the Bugzilla Reviewed By
which will be part of each code checked in for a bug fix.
So what i want to do is to somehow update this field automatically in
Bugzilla from reviewboard once the review request status is changed to
submitted in reviewbaord.

Is there a way to do it ?

I was thinking of running an executable or a script which would fetch
the reviewers from the reviewrequest table in the reviewboard database
and then send it over to bugzilla where i'll run a daemon or something
which will listen for a connection and update the  Reviewed By
field in the corresponding bug number in bugzilla database.

Is there a simpler way ? If not, can you help me in doing this ?

First of all is it possible to trigger an executable when the user
closes the reviewrequest ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



Issue 952 in reviewboard: Mirror path support for all scm tools

2009-03-12 Thread codesite-noreply
Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 952 by hugues.lismonde: Mirror path support for all scm tools
http://code.google.com/p/reviewboard/issues/detail?id=952

What's the URL of the page this enhancement relates to, if any?

/admin/db/scmtools

Describe the enhancement and the motivation for it.

Mirror path should be supported for all scm tolls available. We have  
Mercurial repositories
accessed by SSH but review-board cannot connect correctly to them.  
Web-access works perfectly
though so having mirror path working would solve our SSH issues.

What operating system are you using? What browser?

Centos 5.2 on server, Mac OS X 10.5 + Safari 4ß/Firefox 3.0.7


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 953 in reviewboard: Diff viewer does not work on Mercurial ssh repositories

2009-03-12 Thread codesite-noreply
Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 953 by hugues.lismonde: Diff viewer does not work on Mercurial  
ssh repositories
http://code.google.com/p/reviewboard/issues/detail?id=953

*NOTE: Do not post confidential information in this bug report.*

What's the URL of the page containing the problem?

http://[host]/r/9/diff/#index_header

What steps will reproduce the problem?
1. setup a Mercurial repository in review board with ssh access
2. post a review request (using post-review)
3. trying to view the diff in review-board

What is the expected output? What do you see instead?

Should display the patch but I get an exception:
The file 'helloworld.php' (r36e4e1329c74) could not be found in the  
repository: 'sshrepository'
object has no attribute 'changectx'

Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/views.py, line 145, in view_diff
 interdiffset, highlighting, True)[0]
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/diffutils.py, line 619, in get_diff_files
 large_data=True)

File 
/usr/lib/python2.4/site-packages/Djblets-0.5alpha3-py2.4.egg/djblets/util/misc.py,
line 143, in cache_memoize
 data = lookup_callable()
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/diffutils.py, line 618, in lambda
 enable_syntax_highlighting),
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/diffutils.py, line 341, in get_chunks
 old = get_original_file(filediff)
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/diffutils.py, line 248, in  
get_original_file
 large_data=True)[0]

File 
/usr/lib/python2.4/site-packages/Djblets-0.5alpha3-py2.4.egg/djblets/util/misc.py,
line 143, in cache_memoize
 data = lookup_callable()
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/diffutils.py, line 247, in lambda
 data = cache_memoize(key, lambda: [fetch_file(file, revision)],
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/diffviewer/diffutils.py, line 227, in fetch_file
 data = tool.get_file(file, revision)
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/scmtools/hg.py, line 22, in get_file
 return self.client.cat_file(path, str(revision))
   File /usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-
py2.4.egg/reviewboard/scmtools/hg.py, line 130, in cat_file
 raise FileNotFoundError(path, rev, str(e))
FileNotFoundError: The file 'helloworld.php' (r36e4e1329c74) could not be  
found in the
repository: 'sshrepository' object has no attribute 'changectx'

What operating system are you using? What browser?
Centos 5.2 on server, OSX 10.5 Safari 4ß/Firefox 3.0.7

Please provide any additional information below.

Apache has a readonly access to our repositories with a public key  
authentication.
When under Apache account, clone works correctly without password needed,  
no exception.
The same repository can be accessed via hgwebdir but mirror path is not  
working (see #952)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---