Re: easy_install not working for ReviewBoard

2013-05-30 Thread Stephen Gallagher
On 05/30/2013 02:34 PM, Robert Burkhall wrote:
> I'm required to utilized authorized repo's to acquire any opensource
> tools.  
> 

I'd suggest getting EPEL added to that list, at least in comparison to
PyPI. Anyone can push a package to PyPI. Getting a package into EPEL
requires a lot more effort and peer-review. EPEL also has a
strictly-enforced policy that it cannot replace or update any package
that's shipped by RHEL/CentOS core, which is not the case for PyPI. EPEL
must only be supplementary.

(That's not to imply that the ReviewBoard packages in PyPI are suspect;
they're certainly just fine).



> On Thursday, May 30, 2013 12:43:58 PM UTC-4, Matthew Woehlke wrote:
> 
> On 2013-05-30 11:42, Robert Burkhall wrote:
> >   I can't seem to get ReviewBoard to install on any CentOS 6.4
> installation
> > i've tried,  What's going on here?
> >
> > [Command]
> > easy_install ReviewBoard
> >
> > [Results]
> > Searching for ReviewBoard
> > Reading http://pypi.python.org/simple/ReviewBoard/
> 
> > No local packages or download links found for ReviewBoard
> > error: Could not find suitable distribution for
> > Requirement.parse('ReviewBoard')
> 
> While it is probably desirable to fix this, is there a reason you are
> not using Stephen's EPEL packaged version?
> 
> -- 
> 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
> ---
> 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.
>  
>  

-- 
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: easy_install not working for ReviewBoard

2013-05-30 Thread Robert Burkhall
I'm required to utilized authorized repo's to acquire any opensource tools. 
 

On Thursday, May 30, 2013 12:43:58 PM UTC-4, Matthew Woehlke wrote:
>
> On 2013-05-30 11:42, Robert Burkhall wrote: 
> >   I can't seem to get ReviewBoard to install on any CentOS 6.4 
> installation 
> > i've tried,  What's going on here? 
> > 
> > [Command] 
> > easy_install ReviewBoard 
> > 
> > [Results] 
> > Searching for ReviewBoard 
> > Reading http://pypi.python.org/simple/ReviewBoard/ 
> > No local packages or download links found for ReviewBoard 
> > error: Could not find suitable distribution for 
> > Requirement.parse('ReviewBoard') 
>
> While it is probably desirable to fix this, is there a reason you are 
> not using Stephen's EPEL packaged version? 
>
> -- 
> 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
--- 
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: easy_install not working for ReviewBoard

2013-05-30 Thread Robert Burkhall

Python 2.6 is currently installed.  Would this make a difference? If so, 
what is the recommended version?




On Thursday, May 30, 2013 1:19:29 PM UTC-4, Christian Hammond wrote:
>
> What version of Python is easy_install using? This shouldn't be happening. 
> It doesn't look like it's even trying our download links.
>
> Christian
>
> On May 30, 2013, at 8:42, Robert Burkhall > 
> wrote:
>
> Hi,
>  I can't seem to get ReviewBoard to install on any CentOS 6.4 installation 
> i've tried,  What's going on here?
>
>
>
> [Command]
> easy_install ReviewBoard
>
> [Results]
> Searching for ReviewBoard
> Reading http://pypi.python.org/simple/ReviewBoard/
> No local packages or download links found for ReviewBoard
> error: Could not find suitable distribution for 
> Requirement.parse('ReviewBoard')
>
>
>  -- 
> 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.




Re: easy_install not working for ReviewBoard

2013-05-30 Thread Christian Hammond
What version of Python is easy_install using? This shouldn't be happening. It 
doesn't look like it's even trying our download links.

Christian

On May 30, 2013, at 8:42, Robert Burkhall  wrote:

> Hi,
>  I can't seem to get ReviewBoard to install on any CentOS 6.4 installation 
> i've tried,  What's going on here?
> 
> 
> 
> [Command]
> easy_install ReviewBoard
> 
> [Results]
> Searching for ReviewBoard
> Reading http://pypi.python.org/simple/ReviewBoard/
> No local packages or download links found for ReviewBoard
> error: Could not find suitable distribution for 
> Requirement.parse('ReviewBoard')
> 
> 
> -- 
> 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.
>  
>  

-- 
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: easy_install not working for ReviewBoard

2013-05-30 Thread Stephen Gallagher
On 05/30/2013 11:42 AM, Robert Burkhall wrote:
> Hi,
>  I can't seem to get ReviewBoard to install on any CentOS 6.4
> installation i've tried,  What's going on here?
> 

You will have a much easier time installing on CentOS 6.4 by using the
EPEL (Extra Packages for Enterprise Linux) yum repository and installing
my ReviewBoard RPM packages.

Install the repo as explained here:
http://fedoraproject.org/wiki/EPEL

Then
yum install ReviewBoard

-- 
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: easy_install not working for ReviewBoard

2013-05-30 Thread Matthew Woehlke

On 2013-05-30 11:42, Robert Burkhall wrote:

  I can't seem to get ReviewBoard to install on any CentOS 6.4 installation
i've tried,  What's going on here?

[Command]
easy_install ReviewBoard

[Results]
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
No local packages or download links found for ReviewBoard
error: Could not find suitable distribution for
Requirement.parse('ReviewBoard')


While it is probably desirable to fix this, is there a reason you are 
not using Stephen's EPEL packaged version?


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