Re: Announcing the release of Review Board 2.0!

2014-05-21 Thread Paul Fee
Thanks, it's working now following the python-djblets-0.8-7 update.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Announcing the release of Review Board 2.0!

2014-05-20 Thread Stephen Gallagher
On 05/19/2014 08:25 PM, Christian Hammond wrote:
 Hi everyone,
 
 We're finally there! Review Board 2.0 is out, and it's glorious.
 
 There's so much in this release, that I'm not going to repeat any of it
 here. Our announcement post
 http://www.reviewboard.org/news/2014/05/19/announcing-review-board-2-0/ 
 covers
 some of the highlights, and the release notes
 http://www.reviewboard.org/docs/releasenotes/reviewboard/2.0/ cover
 the rest.
 
 A big thanks to everybody who has helped us test this release and
 provide valuable feedback.
 
 If you're on 1.7.x or earlier, doing an upgrade will put you on 2.0.
 Like so:
 
 sudo easy_install -U ReviewBoard
 
 In the future, if you want to upgrade to a 1.7.x release, you can't use
 -U. You'll need to specify it on the command line, like:
 
 sudo easy_install ReviewBoard==1.7.26
 
 We expect we'll put out a couple 2.0.x releases over the coming weeks,
 as feedback begins to roll in, so keep an eye out!
 


I've built Review Board 2.0 for Fedora Rawhide (which will become Fedora
21). Additionally, as mentioned in the past, I've also built it for
Fedora 20 in my COPR located here:
http://copr.fedoraproject.org/coprs/sgallagh/ReviewBoard2

I'll work on EPEL 6 and EPEL 7 in the coming weeks as well. I haven't
decided yet if EPEL 6 will see an upgrade from 1.x or if I'll put that
in another COPR.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Announcing the release of Review Board 2.0!

2014-05-20 Thread Paul Fee
Hi Stephen,

I updated a rawhide machine to ReviewBoard-2.0-12.fc21.noarch.

Upon invoking rb-site, instead of usage help, I get the following error:
===
$ rb-site 
Traceback (most recent call last):
  File /usr/bin/rb-site, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/site-packages/pkg_resources.py, line 2713, in 
module
parse_requirements(__requires__), Environment()
  File /usr/lib/python2.7/site-packages/pkg_resources.py, line 567, in 
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Djblets=0.8,0.9
===

According to rpm the ReviewBoard package has its dependencies satisfied:

$ rpm -q --requires ReviewBoard | grep djblets
python-djblets = 0.8-6
$ rpm -q python-djblets
python-djblets-0.8-6.fc21.rc2.noarch

Any ideas why rb-site isn't satisfied at runtime with the version of 
Djblets?

Looking in 
/usr/lib/python2.7/site-packages/Djblets-0.8rc2-py2.7.egg-info/PKG-INFO, I 
see Version: 0.8rc2.  Would the rc2 interfere with the version comparison?

Thanks,
Paul

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Announcing the release of Review Board 2.0!

2014-05-20 Thread Stephen Gallagher
On 05/20/2014 12:15 PM, Paul Fee wrote:
 Hi Stephen,
 
 I updated a rawhide machine to ReviewBoard-2.0-12.fc21.noarch.
 
 Upon invoking rb-site, instead of usage help, I get the following error:
 ===
 $ rb-site
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File /usr/lib/python2.7/site-packages/pkg_resources.py, line 2713,
 in module
 parse_requirements(__requires__), Environment()
   File /usr/lib/python2.7/site-packages/pkg_resources.py, line 567, in
 resolve
 raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: Djblets=0.8,0.9
 ===
 
 According to rpm the ReviewBoard package has its dependencies satisfied:
 
 $ rpm -q --requires ReviewBoard | grep djblets
 python-djblets = 0.8-6
 $ rpm -q python-djblets
 python-djblets-0.8-6.fc21.rc2.noarch
 
 Any ideas why rb-site isn't satisfied at runtime with the version of
 Djblets?
 
 Looking in
 /usr/lib/python2.7/site-packages/Djblets-0.8rc2-py2.7.egg-info/PKG-INFO,
 I see Version: 0.8rc2.  Would the rc2 interfere with the version
 comparison?
 

Yes, yes it would. Thanks for letting me know; I'll push a new update
for ReviewBoard that forces it to pull in python-djblets-0.8-7.fc21

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Announcing the release of Review Board 2.0!

2014-05-19 Thread Christian Hammond
Hi everyone,

We're finally there! Review Board 2.0 is out, and it's glorious.

There's so much in this release, that I'm not going to repeat any of it
here. Our announcement
posthttp://www.reviewboard.org/news/2014/05/19/announcing-review-board-2-0/covers
some of the highlights, and the release
notes http://www.reviewboard.org/docs/releasenotes/reviewboard/2.0/ cover
the rest.

A big thanks to everybody who has helped us test this release and provide
valuable feedback.

If you're on 1.7.x or earlier, doing an upgrade will put you on 2.0. Like
so:

sudo easy_install -U ReviewBoard

In the future, if you want to upgrade to a 1.7.x release, you can't use -U.
You'll need to specify it on the command line, like:

sudo easy_install ReviewBoard==1.7.26

We expect we'll put out a couple 2.0.x releases over the coming weeks, as
feedback begins to roll in, so keep an eye out!

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Announcing the release of Review Board 2.0!

2014-05-19 Thread MoonWalker
Updated, so far so good :-). Thank you

On Tuesday, May 20, 2014 10:25:16 AM UTC+10, Christian Hammond wrote:

 Hi everyone,

 We're finally there! Review Board 2.0 is out, and it's glorious.

 There's so much in this release, that I'm not going to repeat any of it 
 here. Our announcement 
 posthttp://www.reviewboard.org/news/2014/05/19/announcing-review-board-2-0/covers
  some of the highlights, and the release 
 notes http://www.reviewboard.org/docs/releasenotes/reviewboard/2.0/cover 
 the rest.

 A big thanks to everybody who has helped us test this release and provide 
 valuable feedback.

 If you're on 1.7.x or earlier, doing an upgrade will put you on 2.0. Like 
 so:

 sudo easy_install -U ReviewBoard

 In the future, if you want to upgrade to a 1.7.x release, you can't use 
 -U. You'll need to specify it on the command line, like:

 sudo easy_install ReviewBoard==1.7.26

 We expect we'll put out a couple 2.0.x releases over the coming weeks, as 
 feedback begins to roll in, so keep an eye out!

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.