Re: Can’t Enable Search

2013-01-20 Thread Christian Hammond
Hi Ian,

I'll take a look in the next couple days and see if there's anything we
need to fix for a new release, or if it looks to be a config problem. I
unfortunately won't be able to get to it before then.

Christian

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


On Sun, Jan 20, 2013 at 9:40 PM, Ian  wrote:

> That is to say I started with a brand new server yesterday.
>
>
> On Sunday, January 20, 2013 9:38:19 PM UTC-8, Ian wrote:
>>
>> Yep, they were both installed in one shot; just "sudo easy_install
>> ReviewBoard".  Installed cleanly as of yesterday.  Review Board itself
>> seems to work just fine; posting reviews, making comments, etc.; it’s only
>> rb-site index that seems to have a problem.
>>
>> Ian
>>
>> On Sunday, January 20, 2013 4:45:16 PM UTC-8, Christian Hammond wrote:
>>>
>>> And Review Board and Django were installed the same way?
>>>
>>> Does Review Board work otherwise? Just want to rule out a more general
>>> problem.
>>>
>>> Christian
>>>
>>>
>>> On Jan 20, 2013, at 16:20, Ian  wrote:
>>>
>>> They were installed as system packages I think?  sudo easy_install put
>>> them in /Library/Python/2.7/site-**packages
>>>
>>> Ian
>>>
>>> On Sunday, January 20, 2013 7:48:17 AM UTC-8, Christian Hammond wrote:

 It's failing to access either django.conf.settings or
 reviewboard.settings (it's not immediately clear which). Sounds like a
 Python import path problem.

 Where these packages installed in some virtualenv, or as system
 packages?

 Christian


 On Jan 20, 2013, at 1:12, Ian  wrote:

 I’m trying to set up search on Review Board 1.7.2, but it’s not
 working.  PyLucene appears to be installed properly, but rb-site doesn’t
 like me for some reason.

 $ sudo -u _www rb-site manage 
 /Library/Server/Web/Data/**Sites/Default/codereviews
 index -- --full

 [!] Unable to execute the manager command index: No module named
 settings

 It doesn’t matter which user I pick, although the last time I checked
 (maybe 1.5?) this worked.  Search is enabled in the admin UI and the index
 directory is /Library/Server/Web/Data/**Sites/Default/codereviews/**
 search_index

 $ ls -dl /Library/Server/Web/Data/**Sites/Default/codereviews/**
 search_index
 drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 /Library/Server/Web/Data/**
 Sites/Default/codereviews/**search_index

 It’s an empty directory though.  Anyone seen this one?

 Ian

 --
 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...@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
>
>
>

-- 
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




Re: Negative values in Starred reviews count

2013-01-20 Thread Christian Hammond
Hi,

There's a known bug about this, and we've made a couple stabs at fixing it,
but will be trying again.

You can run:

rb-site manage /path/to/site fixreviewcounts

to reset the counts. It can still happen again, though.

Christian

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


On Sun, Jan 20, 2013 at 11:16 PM, Peer  wrote:

> Hi Christian,
>
> We are having issue with Starred reviews count in dash board, getting
> negative values as in attached screenshot
>
> could you pls let us know how to avoid this, and get/reset to actual
> correct count
>
>
> 
>
>
> Thanks
>
> Peer
>
> --
> 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
>
>
>

-- 
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




Negative values in Starred reviews count

2013-01-20 Thread Peer


Hi Christian,

We are having issue with Starred reviews count in dash board, getting 
negative values as in attached screenshot

could you pls let us know how to avoid this, and get/reset to actual 
correct count




Thanks

Peer

-- 
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


<>

Re: Can’t Enable Search

2013-01-20 Thread Ian
That is to say I started with a brand new server yesterday.

On Sunday, January 20, 2013 9:38:19 PM UTC-8, Ian wrote:
>
> Yep, they were both installed in one shot; just "sudo easy_install 
> ReviewBoard".  Installed cleanly as of yesterday.  Review Board itself 
> seems to work just fine; posting reviews, making comments, etc.; it’s only 
> rb-site index that seems to have a problem.
>
> Ian
>
> On Sunday, January 20, 2013 4:45:16 PM UTC-8, Christian Hammond wrote:
>>
>> And Review Board and Django were installed the same way?
>>
>> Does Review Board work otherwise? Just want to rule out a more general 
>> problem.
>>
>> Christian
>>
>>
>> On Jan 20, 2013, at 16:20, Ian  wrote:
>>
>> They were installed as system packages I think?  sudo easy_install put 
>> them in /Library/Python/2.7/site-packages
>>
>> Ian
>>
>> On Sunday, January 20, 2013 7:48:17 AM UTC-8, Christian Hammond wrote:
>>>
>>> It's failing to access either django.conf.settings or 
>>> reviewboard.settings (it's not immediately clear which). Sounds like a 
>>> Python import path problem.
>>>
>>> Where these packages installed in some virtualenv, or as system packages?
>>>
>>> Christian
>>>
>>>
>>> On Jan 20, 2013, at 1:12, Ian  wrote:
>>>
>>> I’m trying to set up search on Review Board 1.7.2, but it’s not working. 
>>>  PyLucene appears to be installed properly, but rb-site doesn’t like me for 
>>> some reason.
>>>
>>> $ sudo -u _www rb-site manage 
>>> /Library/Server/Web/Data/Sites/Default/codereviews index -- --full
>>>
>>> [!] Unable to execute the manager command index: No module named
>>> settings
>>>
>>> It doesn’t matter which user I pick, although the last time I checked 
>>> (maybe 1.5?) this worked.  Search is enabled in the admin UI and the index 
>>> directory is /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>>
>>> $ ls -dl /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>> drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 
>>> /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>>
>>> It’s an empty directory though.  Anyone seen this one?
>>>
>>> Ian
>>>
>>> -- 
>>> 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...@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




Re: Can’t Enable Search

2013-01-20 Thread Ian
Yep, they were both installed in one shot; just "sudo easy_install 
ReviewBoard".  Installed cleanly as of yesterday.  Review Board itself 
seems to work just fine; posting reviews, making comments, etc.; it’s only 
rb-site index that seems to have a problem.

Ian

On Sunday, January 20, 2013 4:45:16 PM UTC-8, Christian Hammond wrote:
>
> And Review Board and Django were installed the same way?
>
> Does Review Board work otherwise? Just want to rule out a more general 
> problem.
>
> Christian
>
>
> On Jan 20, 2013, at 16:20, Ian > wrote:
>
> They were installed as system packages I think?  sudo easy_install put 
> them in /Library/Python/2.7/site-packages
>
> Ian
>
> On Sunday, January 20, 2013 7:48:17 AM UTC-8, Christian Hammond wrote:
>>
>> It's failing to access either django.conf.settings or 
>> reviewboard.settings (it's not immediately clear which). Sounds like a 
>> Python import path problem.
>>
>> Where these packages installed in some virtualenv, or as system packages?
>>
>> Christian
>>
>>
>> On Jan 20, 2013, at 1:12, Ian  wrote:
>>
>> I’m trying to set up search on Review Board 1.7.2, but it’s not working. 
>>  PyLucene appears to be installed properly, but rb-site doesn’t like me for 
>> some reason.
>>
>> $ sudo -u _www rb-site manage 
>> /Library/Server/Web/Data/Sites/Default/codereviews index -- --full
>>
>> [!] Unable to execute the manager command index: No module named
>> settings
>>
>> It doesn’t matter which user I pick, although the last time I checked 
>> (maybe 1.5?) this worked.  Search is enabled in the admin UI and the index 
>> directory is /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>
>> $ ls -dl /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>> drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 
>> /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>
>> It’s an empty directory though.  Anyone seen this one?
>>
>> Ian
>>
>> -- 
>> 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...@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




Re: Can’t Enable Search

2013-01-20 Thread Christian Hammond
And Review Board and Django were installed the same way?

Does Review Board work otherwise? Just want to rule out a more general problem.

Christian


On Jan 20, 2013, at 16:20, Ian  wrote:

> They were installed as system packages I think?  sudo easy_install put them 
> in /Library/Python/2.7/site-packages
> 
> Ian
> 
> On Sunday, January 20, 2013 7:48:17 AM UTC-8, Christian Hammond wrote:
>> 
>> It's failing to access either django.conf.settings or reviewboard.settings 
>> (it's not immediately clear which). Sounds like a Python import path problem.
>> 
>> Where these packages installed in some virtualenv, or as system packages?
>> 
>> Christian
>> 
>> 
>> On Jan 20, 2013, at 1:12, Ian  wrote:
>> 
>>> I’m trying to set up search on Review Board 1.7.2, but it’s not working.  
>>> PyLucene appears to be installed properly, but rb-site doesn’t like me for 
>>> some reason.
>>> 
>>> $ sudo -u _www rb-site manage 
>>> /Library/Server/Web/Data/Sites/Default/codereviews index -- --full
>>> 
>>> [!] Unable to execute the manager command index: No module named
>>> settings
>>> 
>>> It doesn’t matter which user I pick, although the last time I checked 
>>> (maybe 1.5?) this worked.  Search is enabled in the admin UI and the index 
>>> directory is /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>> 
>>> $ ls -dl /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>> drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 
>>> /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>>> 
>>> It’s an empty directory though.  Anyone seen this one?
>>> 
>>> Ian
>>> -- 
>>> 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
>  
>  

-- 
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




Re: Can’t Enable Search

2013-01-20 Thread Ian
They were installed as system packages I think?  sudo easy_install put them 
in /Library/Python/2.7/site-packages

Ian

On Sunday, January 20, 2013 7:48:17 AM UTC-8, Christian Hammond wrote:
>
> It's failing to access either django.conf.settings or reviewboard.settings 
> (it's not immediately clear which). Sounds like a Python import path 
> problem.
>
> Where these packages installed in some virtualenv, or as system packages?
>
> Christian
>
>
> On Jan 20, 2013, at 1:12, Ian > wrote:
>
> I’m trying to set up search on Review Board 1.7.2, but it’s not working. 
>  PyLucene appears to be installed properly, but rb-site doesn’t like me for 
> some reason.
>
> $ sudo -u _www rb-site manage 
> /Library/Server/Web/Data/Sites/Default/codereviews index -- --full
>
> [!] Unable to execute the manager command index: No module named
> settings
>
> It doesn’t matter which user I pick, although the last time I checked 
> (maybe 1.5?) this worked.  Search is enabled in the admin UI and the index 
> directory is /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>
> $ ls -dl /Library/Server/Web/Data/Sites/Default/codereviews/search_index
> drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 
> /Library/Server/Web/Data/Sites/Default/codereviews/search_index
>
> It’s an empty directory though.  Anyone seen this one?
>
> Ian
>
> -- 
> 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




Re: AD authentication not available after upgrade to 1.7.2

2013-01-20 Thread Colin Caughie
Thanks for your quick response. I figured it out (kind of) - the log 
files were reporting an incorrect version of Pygments:


raise VersionConflict(dist,req) # XXX put more info here
VersionConflict: (Pygments 1.4 
(/usr/local/lib/python2.6/dist-packages/Pygments-1.4-py2.6.egg), 
Requirement.parse('Pygments>=1.5'))


I upgraded Pygments using easy_install to the latest version and all is 
well now. What's strange though is that I already had the correct 
version of Pygments in the virtualenv in which RB was running, so I'm 
not sure why I had to upgrade it in the global Python install as well.


On 01/20/2013 11:09 AM, Christian Hammond wrote:

Hi Colin,

Sounds like an installation issue. Can you tell me how you performed the 
upgrade? RPMs, easy_install, pip?

Christian


On Jan 20, 2013, at 10:46, Colin Caughie  wrote:


I just upgraded a site from RB 1.6.3 to 1.7.2. The site was using Active Directory authentication, 
but after the upgrade this no longer works. Moreover, in the Authentication Settings admin page, 
the Authentication Method dropdown has only two options: "Standard Registration" and 
"Legacy Authentication Module". According to the docs there should be other options 
including Active Directory, but these seem to be missing.

Anyone have any ideas how I can re-enable this?

--
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




--
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




Re: AD authentication not available after upgrade to 1.7.2

2013-01-20 Thread Christian Hammond
Hi Colin,

Sounds like an installation issue. Can you tell me how you performed the 
upgrade? RPMs, easy_install, pip?

Christian


On Jan 20, 2013, at 10:46, Colin Caughie  wrote:

> I just upgraded a site from RB 1.6.3 to 1.7.2. The site was using Active 
> Directory authentication, but after the upgrade this no longer works. 
> Moreover, in the Authentication Settings admin page, the Authentication 
> Method dropdown has only two options: "Standard Registration" and "Legacy 
> Authentication Module". According to the docs there should be other options 
> including Active Directory, but these seem to be missing.
> 
> Anyone have any ideas how I can re-enable this?
> 
> -- 
> 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
> 
> 

-- 
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




AD authentication not available after upgrade to 1.7.2

2013-01-20 Thread Colin Caughie
I just upgraded a site from RB 1.6.3 to 1.7.2. The site was using Active 
Directory authentication, but after the upgrade this no longer works. 
Moreover, in the Authentication Settings admin page, the Authentication 
Method dropdown has only two options: "Standard Registration" and 
"Legacy Authentication Module". According to the docs there should be 
other options including Active Directory, but these seem to be missing.


Anyone have any ideas how I can re-enable this?

--
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




Re: Review Board 1.7.2 is released

2013-01-20 Thread Christian Hammond
Thanks Victoria!

Christian

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

On Jan 20, 2013, at 3:12 AM, victoria  wrote:

> 
> 
> On Thu, Jan 17, 2013 at 3:57 PM, Stephen Gallagher 
>  wrote:
> On 01/17/2013 01:58 AM, Christian Hammond wrote:
> > Hi everyone,
> >
> > Review Board 1.7.2 is out. Lots of bug fixes and a few new features. See
> > the news post and release notes for more info.
> >
> > http://www.reviewboard.org/news/2013/01/16/review-board-1-7-2-released/
> >
> > We'll have a new RBTools out pretty soon with some nice improvements as
> > well.
> 
> 
> BitNami installers, vms and cloud images for 1.7.2 are also available at 
> http://bitnami.org/stack/reviewboard
>  
> 
> Fedora packages are now available for testing:
> https://admin.fedoraproject.org/updates/ReviewBoard-1.7.2-1.fc18
> 
> --
> 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
> 
> 
> 
> 
> -- 
> 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
>  
>  

-- 
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




Re: Can’t Enable Search

2013-01-20 Thread Christian Hammond
It's failing to access either django.conf.settings or reviewboard.settings 
(it's not immediately clear which). Sounds like a Python import path problem.

Where these packages installed in some virtualenv, or as system packages?

Christian


On Jan 20, 2013, at 1:12, Ian  wrote:

> I’m trying to set up search on Review Board 1.7.2, but it’s not working.  
> PyLucene appears to be installed properly, but rb-site doesn’t like me for 
> some reason.
> 
> $ sudo -u _www rb-site manage 
> /Library/Server/Web/Data/Sites/Default/codereviews index -- --full
> 
> [!] Unable to execute the manager command index: No module named
> settings
> 
> It doesn’t matter which user I pick, although the last time I checked (maybe 
> 1.5?) this worked.  Search is enabled in the admin UI and the index directory 
> is /Library/Server/Web/Data/Sites/Default/codereviews/search_index
> 
> $ ls -dl /Library/Server/Web/Data/Sites/Default/codereviews/search_index
> drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 
> /Library/Server/Web/Data/Sites/Default/codereviews/search_index
> 
> It’s an empty directory though.  Anyone seen this one?
> 
> Ian
> -- 
> 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
>  
>  

-- 
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




Can’t Enable Search

2013-01-20 Thread Ian
I’m trying to set up search on Review Board 1.7.2, but it’s not working. 
 PyLucene appears to be installed properly, but rb-site doesn’t like me for 
some reason.

$ sudo -u _www rb-site manage 
/Library/Server/Web/Data/Sites/Default/codereviews index -- --full

[!] Unable to execute the manager command index: No module named
settings

It doesn’t matter which user I pick, although the last time I checked 
(maybe 1.5?) this worked.  Search is enabled in the admin UI and the index 
directory is /Library/Server/Web/Data/Sites/Default/codereviews/search_index

$ ls -dl /Library/Server/Web/Data/Sites/Default/codereviews/search_index
drwxr-xr-x  2 _www  admin  68 Jan 20 01:04 
/Library/Server/Web/Data/Sites/Default/codereviews/search_index

It’s an empty directory though.  Anyone seen this one?

Ian

-- 
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




Re: Review Board 1.7.2 is released

2013-01-20 Thread victoria
On Thu, Jan 17, 2013 at 3:57 PM, Stephen Gallagher <
step...@gallagherhome.com> wrote:

> On 01/17/2013 01:58 AM, Christian Hammond wrote:
> > Hi everyone,
> >
> > Review Board 1.7.2 is out. Lots of bug fixes and a few new features. See
> > the news post and release notes for more info.
> >
> > http://www.reviewboard.org/news/2013/01/16/review-board-1-7-2-released/
> >
> > We'll have a new RBTools out pretty soon with some nice improvements as
> > well.
>
>
BitNami installers, vms and cloud images for 1.7.2 are also available at
http://bitnami.org/stack/reviewboard


>
> Fedora packages are now available for testing:
> https://admin.fedoraproject.org/updates/ReviewBoard-1.7.2-1.fc18
>
> --
> 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
>
>
>

-- 
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




Re: Ready VM or Recommended distribution for Review Board 1.7

2013-01-20 Thread victoria
Hi,

On Tue, Jan 8, 2013 at 10:41 AM, victoria  wrote:

> On Mon, Jan 7, 2013 at 9:54 PM, Matthew Woehlke
>  wrote:
> > On 2013-01-07 12:20, Erik Putrycz wrote:
> >>
> >> Are there any downloadable appliances with Review Board 1.7? I found
> >> bitnami review board but they only have 1.6
>
> In BitNami we are already working on the installers and virtual
> appliances for Review Board 1.7. I will let you know as soon as they
> are ready.
>
>
I just wanted to let you know that the BitNami installers, virtual machines
and cloud images are already available for download. You can find them in
http://bitnami.org/stack/reviewboard

Best regards,

Victoria.



> Best regards,
>
> Victoria.
>
> >> Otherwise, which distribution would result in the easiest install? Would
> >> CentOS 6.3 work?
> >
> >
> > If you're willing to run non-LTS Fedora, and the still-in-beta version 18
> > thereof, I'm happily doing likewise using Stephen's packages of RB 1.7.1.
> >
> > --
> > Matthew
> >
> >
> > --
> > 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
> >
> >
>

-- 
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