Re: Review Board 1.6.6 released

2012-05-03 Thread victoria
On Wed, May 2, 2012 at 6:19 PM, Can Özmen canoz...@gmail.com wrote:
 Hey,

 I did Option B and I'm now on 1.6.6. Great :-)

 Thanks for the help. That was quick. I really appreciate it.

 P.S. rb-site died on me complaining about not finding libreadline5.so even
 when libreadline6 was installed. But I was logged in as bitnami and the
 bitnami environment was not loaded, maybe that's why. I'll be happy to send
 any outputs or logs.

Hi

I didn't get that error even if the bitnami environment is not loaded.
If you have the chance of try it and you reproduce it. Could you copy
the command that you executed and the output you get? In any case as
mentioned it may be just that bitnami environment was not loaded.

I'm glad that you got it working! :)


 --
 Can Özmen

 On Wednesday, May 2, 2012 at 6:59 PM, victoria wrote:

 On Wed, May 2, 2012 at 1:36 PM, Can Özmen canoz...@gmail.com wrote:

 Hello,

 I was able to install 1.6.6 with the -U option. Both the .egg and rb-site
 script seems to be updated correctly.

 I then had to install libreadline5 via apt-get to get rb-site working.

 But rb-site still fails with:
   pkg_resources.DistributionNotFound: ReviewBoard==1.6.6

 Is there way to see where setuptools is looking for packages/distributions?
 Should I delete the 1.6.5 .egg?


 Why did you need to install libreadline5? And when do you get that
 error? What are you executing? This is what I execute and works for
 me:

 sudo easy_install --prefix apps/reviewboard --script-dir
 apps/reviewboard/bin --install-dir apps/reviewboard/lib -U ReviewBoard

 Then if you execute the rb-site comand you will get the error below
 (sorry I previously missed this step)

 bitnami@xxx:~$ /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
 /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
 /opt/bitnami/python/bin/.python.bin: error while loading shared
 libraries: libpython2.6.so.1.0: cannot open shared object file: No
 such file or director

 This is because rb-site is not loading the bitnami environment. If you
 open the rb-site script you will see that it is pointing to
 .python.bin.

 You can:

 Option A.-
 Edit rb-site and change .python.bin with python.
 bitnami@xxx:~$ sudo /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
 /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.
 Creating tables ...
 Upgrading Review Board from 1.6.5 to 1.6.6
 Installing custom SQL ...
 Installing indexes ...
 No fixtures found.
 No evolution required.
 Resetting in-database caches.
 Upgrade complete.

 Option B.- Login as root and load the bitnami environment

 bitnami@xxx:~$ sudo su
 root@xxx:/home/bitnami# . /opt/bitnami/scripts/setenv.sh -- notice
 the space between the dot and the script path.
 root@domU-12-31-39-0A-25-90:/home/bitnami#
 /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
 /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.
 Creating tables ...
 Installing custom SQL ...
 Installing indexes ...
 No fixtures found.
 No evolution required.
 Resetting in-database caches.
 Upgrade complete.



 Thanks,
 Can.

 --
 Can Özmen

 On Wednesday, May 2, 2012 at 12:30 PM, victoria wrote:



 On May 1, 7:11 pm, Can Özmen canoz...@gmail.com wrote:

 Thank you Victoria,

 easy_install could only find 1.6.5 from Bitnami's repo the last I checked.
 I'll wait a few days more I guess.


 Hi,

 With easy_install you should download ReviewBoard from the official
 repository. I tested the steps on my side and with option -U
 ReviewBoard it worked for me and found the the new version 1.6.6
 (don't forget to use also the other options so it doesn't install the
 new version in a different location).

 Happy Workers Day,
 Can.







 On Tuesday, May 1, 2012 2:52:15 PM UTC+3, victoria wrote:

 On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com wrote:

 Hi All,


 Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
 instance.


 What's the upgrade procedure? Couldn't find it on the site or in the

 admin

 dashboard of the app.


 P.S. I have nothing in my install so I can wipe if necessary.


 For upgrading the BitNami installation you only need to take into
 account the path in which ReviewBoard is installed. According to the
 ReviewBoard official documentation the upgrade will involves two
 steps:


 1.- Upgrade ReviewBoard with easy_install. Load the BitNami
 environment and execute:


 easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
 bin --install-dir apps/reviewboard/lib -U ReviewBoard


 2.- Upgrade your sites. The default site is created in /opt/bitnami/
 apps/reviewboard/rb-sites/reviewboard


 /opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
 reviewboard/rb-sites/reviewboard


 In any case if as you mention you don't have any data yet, it may be
 easier just launched a new instance.


 Best regards,


 Victoria.


 On Wednesday, April 

Re: Review Board 1.6.6 released

2012-05-02 Thread victoria


On May 1, 7:11 pm, Can Özmen canoz...@gmail.com wrote:
 Thank you Victoria,

 easy_install could only find 1.6.5 from Bitnami's repo the last I checked.
 I'll wait a few days more I guess.


Hi,

With easy_install you should download ReviewBoard from the official
repository. I tested the steps on my side and with option -U
ReviewBoard it worked for me and found the the new version 1.6.6
(don't forget to use also the other options so it doesn't install the
new version in a different location).

 Happy Workers Day,
 Can.







 On Tuesday, May 1, 2012 2:52:15 PM UTC+3, victoria wrote:

  On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com wrote:
   Hi All,

   Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
   instance.

   What's the upgrade procedure? Couldn't find it on the site or in the
  admin
   dashboard of the app.

   P.S. I have nothing in my install so I can wipe if necessary.

  For upgrading the BitNami installation you only need to take into
  account the path in which ReviewBoard is installed. According to the
  ReviewBoard official documentation the upgrade will involves two
  steps:

  1.- Upgrade ReviewBoard with easy_install. Load the BitNami
  environment and execute:

  easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
  bin --install-dir apps/reviewboard/lib -U ReviewBoard

  2.- Upgrade your sites. The default site is created in /opt/bitnami/
  apps/reviewboard/rb-sites/reviewboard

  /opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
  reviewboard/rb-sites/reviewboard

  In any case if as you mention you don't have any data yet, it may be
  easier just launched a new instance.

  Best regards,

  Victoria.

   On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:

Hey everyone,

Review Board 1.6.6 is out, and adds support for getting GitHub API
  tokens
for private repos.

See the news post and release notes at
   http://www.reviewboard.org/news/2012/04/25/review-board-166-released/

Christian

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

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

2012-05-02 Thread victoria
On Wed, May 2, 2012 at 1:36 PM, Can Özmen canoz...@gmail.com wrote:
 Hello,

 I was able to install 1.6.6 with the -U option. Both the .egg and rb-site
 script seems to be updated correctly.

 I then had to install libreadline5 via apt-get to get rb-site working.

 But rb-site still fails with:
   pkg_resources.DistributionNotFound: ReviewBoard==1.6.6

 Is there way to see where setuptools is looking for packages/distributions?
 Should I delete the 1.6.5 .egg?


Why did you need to install libreadline5? And when do you get that
error? What are you executing? This is what I execute and works for
me:

sudo easy_install --prefix apps/reviewboard --script-dir
apps/reviewboard/bin --install-dir apps/reviewboard/lib -U ReviewBoard

Then if you execute the rb-site comand you will get the error below
(sorry I previously missed this step)

bitnami@xxx:~$ /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
/opt/bitnami/apps/reviewboard/rb-sites/reviewboard
/opt/bitnami/python/bin/.python.bin: error while loading shared
libraries: libpython2.6.so.1.0: cannot open shared object file: No
such file or director

This is because rb-site is not loading the bitnami environment. If you
open the rb-site script you will see that it is pointing to
.python.bin.

You can:

Option A.-
Edit rb-site and change .python.bin with python.
bitnami@xxx:~$ sudo /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
/opt/bitnami/apps/reviewboard/rb-sites/reviewboard
Rebuilding directory structure
Updating database. This may take a while.
Creating tables ...
Upgrading Review Board from 1.6.5 to 1.6.6
Installing custom SQL ...
Installing indexes ...
No fixtures found.
No evolution required.
Resetting in-database caches.
Upgrade complete.

Option B.- Login as root and load the bitnami environment

bitnami@xxx:~$ sudo su
root@xxx:/home/bitnami# . /opt/bitnami/scripts/setenv.sh  -- notice
the space between the dot and the script path.
root@domU-12-31-39-0A-25-90:/home/bitnami#
/opt/bitnami/apps/reviewboard/bin/rb-site upgrade
/opt/bitnami/apps/reviewboard/rb-sites/reviewboard
Rebuilding directory structure
Updating database. This may take a while.
Creating tables ...
Installing custom SQL ...
Installing indexes ...
No fixtures found.
No evolution required.
Resetting in-database caches.
Upgrade complete.



 Thanks,
 Can.

 --
 Can Özmen

 On Wednesday, May 2, 2012 at 12:30 PM, victoria wrote:



 On May 1, 7:11 pm, Can Özmen canoz...@gmail.com wrote:

 Thank you Victoria,

 easy_install could only find 1.6.5 from Bitnami's repo the last I checked.
 I'll wait a few days more I guess.


 Hi,

 With easy_install you should download ReviewBoard from the official
 repository. I tested the steps on my side and with option -U
 ReviewBoard it worked for me and found the the new version 1.6.6
 (don't forget to use also the other options so it doesn't install the
 new version in a different location).

 Happy Workers Day,
 Can.







 On Tuesday, May 1, 2012 2:52:15 PM UTC+3, victoria wrote:

 On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com wrote:

 Hi All,


 Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
 instance.


 What's the upgrade procedure? Couldn't find it on the site or in the

 admin

 dashboard of the app.


 P.S. I have nothing in my install so I can wipe if necessary.


 For upgrading the BitNami installation you only need to take into
 account the path in which ReviewBoard is installed. According to the
 ReviewBoard official documentation the upgrade will involves two
 steps:


 1.- Upgrade ReviewBoard with easy_install. Load the BitNami
 environment and execute:


 easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
 bin --install-dir apps/reviewboard/lib -U ReviewBoard


 2.- Upgrade your sites. The default site is created in /opt/bitnami/
 apps/reviewboard/rb-sites/reviewboard


 /opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
 reviewboard/rb-sites/reviewboard


 In any case if as you mention you don't have any data yet, it may be
 easier just launched a new instance.


 Best regards,


 Victoria.


 On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:


 Hey everyone,


 Review Board 1.6.6 is out, and adds support for getting GitHub API

 tokens

 for private repos.


 See the news post and release notes at
 http://www.reviewboard.org/news/2012/04/25/review-board-166-released/


 Christian


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


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

Re: Review Board 1.6.6 released

2012-05-02 Thread Can Özmen
Hey,

I did Option B and I'm now on 1.6.6. Great :-)

Thanks for the help. That was quick. I really appreciate it.

P.S. rb-site died on me complaining about not finding libreadline5.so even when 
libreadline6 was installed. But I was logged in as bitnami and the bitnami 
environment was not loaded, maybe that's why. I'll be happy to send any outputs 
or logs.  

--  
Can Özmen


On Wednesday, May 2, 2012 at 6:59 PM, victoria wrote:

 On Wed, May 2, 2012 at 1:36 PM, Can Özmen canoz...@gmail.com 
 (mailto:canoz...@gmail.com) wrote:
  Hello,
   
  I was able to install 1.6.6 with the -U option. Both the .egg and rb-site
  script seems to be updated correctly.
   
  I then had to install libreadline5 via apt-get to get rb-site working.
   
  But rb-site still fails with:
pkg_resources.DistributionNotFound: ReviewBoard==1.6.6
   
  Is there way to see where setuptools is looking for packages/distributions?
  Should I delete the 1.6.5 .egg?
   
  
  
 Why did you need to install libreadline5? And when do you get that
 error? What are you executing? This is what I execute and works for
 me:
  
 sudo easy_install --prefix apps/reviewboard --script-dir
 apps/reviewboard/bin --install-dir apps/reviewboard/lib -U ReviewBoard
  
 Then if you execute the rb-site comand you will get the error below
 (sorry I previously missed this step)
  
 bitnami@xxx:~$ /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
 /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
 /opt/bitnami/python/bin/.python.bin: error while loading shared
 libraries: libpython2.6.so.1.0: cannot open shared object file: No
 such file or director
  
 This is because rb-site is not loading the bitnami environment. If you
 open the rb-site script you will see that it is pointing to
 .python.bin.
  
 You can:
  
 Option A.-
 Edit rb-site and change .python.bin with python.
 bitnami@xxx:~$ sudo /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
 /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.
 Creating tables ...
 Upgrading Review Board from 1.6.5 to 1.6.6
 Installing custom SQL ...
 Installing indexes ...
 No fixtures found.
 No evolution required.
 Resetting in-database caches.
 Upgrade complete.
  
 Option B.- Login as root and load the bitnami environment
  
 bitnami@xxx:~$ sudo su
 root@xxx:/home/bitnami# . /opt/bitnami/scripts/setenv.sh (http://setenv.sh) 
 -- notice
 the space between the dot and the script path.
 root@domU-12-31-39-0A-25-90:/home/bitnami#
 /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
 /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.
 Creating tables ...
 Installing custom SQL ...
 Installing indexes ...
 No fixtures found.
 No evolution required.
 Resetting in-database caches.
 Upgrade complete.
  
  
  
  Thanks,
  Can.
   
  --
  Can Özmen
   
  On Wednesday, May 2, 2012 at 12:30 PM, victoria wrote:
   
   
   
  On May 1, 7:11 pm, Can Özmen canoz...@gmail.com (http://gmail.com) wrote:
   
  Thank you Victoria,
   
  easy_install could only find 1.6.5 from Bitnami's repo the last I checked.
  I'll wait a few days more I guess.
   
   
  Hi,
   
  With easy_install you should download ReviewBoard from the official
  repository. I tested the steps on my side and with option -U
  ReviewBoard it worked for me and found the the new version 1.6.6
  (don't forget to use also the other options so it doesn't install the
  new version in a different location).
   
  Happy Workers Day,
  Can.
   
   
   
   
   
   
   
  On Tuesday, May 1, 2012 2:52:15 PM UTC+3, victoria wrote:
   
  On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com (http://gmail.com) wrote:
   
  Hi All,
   
   
  Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
  instance.
   
   
  What's the upgrade procedure? Couldn't find it on the site or in the
   
  admin
   
  dashboard of the app.
   
   
  P.S. I have nothing in my install so I can wipe if necessary.
   
   
  For upgrading the BitNami installation you only need to take into
  account the path in which ReviewBoard is installed. According to the
  ReviewBoard official documentation the upgrade will involves two
  steps:
   
   
  1.- Upgrade ReviewBoard with easy_install. Load the BitNami
  environment and execute:
   
   
  easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
  bin --install-dir apps/reviewboard/lib -U ReviewBoard
   
   
  2.- Upgrade your sites. The default site is created in /opt/bitnami/
  apps/reviewboard/rb-sites/reviewboard
   
   
  /opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
  reviewboard/rb-sites/reviewboard
   
   
  In any case if as you mention you don't have any data yet, it may be
  easier just launched a new instance.
   
   
  Best regards,
   
   
  Victoria.
   
   
  On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:
   
   
  Hey 

Re: Review Board 1.6.6 released

2012-05-01 Thread victoria


On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com wrote:
 Hi All,

 Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
 instance.

 What's the upgrade procedure? Couldn't find it on the site or in the admin
 dashboard of the app.

 P.S. I have nothing in my install so I can wipe if necessary.


For upgrading the BitNami installation you only need to take into
account the path in which ReviewBoard is installed. According to the
ReviewBoard official documentation the upgrade will involves two
steps:

1.- Upgrade ReviewBoard with easy_install. Load the BitNami
environment and execute:

easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
bin --install-dir apps/reviewboard/lib -U ReviewBoard

2.- Upgrade your sites. The default site is created in /opt/bitnami/
apps/reviewboard/rb-sites/reviewboard

/opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
reviewboard/rb-sites/reviewboard

Best regards,

Victoria.







 On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:

  Hey everyone,

  Review Board 1.6.6 is out, and adds support for getting GitHub API tokens
  for private repos.

  See the news post and release notes at
 http://www.reviewboard.org/news/2012/04/25/review-board-166-released/

  Christian

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

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

2012-05-01 Thread victoria


On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com wrote:
 Hi All,

 Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
 instance.

 What's the upgrade procedure? Couldn't find it on the site or in the admin
 dashboard of the app.

 P.S. I have nothing in my install so I can wipe if necessary.




For upgrading the BitNami installation you only need to take into
account the path in which ReviewBoard is installed. According to the
ReviewBoard official documentation the upgrade will involves two
steps:

1.- Upgrade ReviewBoard with easy_install. Load the BitNami
environment and execute:

easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
bin --install-dir apps/reviewboard/lib -U ReviewBoard

2.- Upgrade your sites. The default site is created in /opt/bitnami/
apps/reviewboard/rb-sites/reviewboard

/opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
reviewboard/rb-sites/reviewboard

In any case if as you mention you don't have any data yet, it may be
easier just launched a new instance.

Best regards,

Victoria.







 On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:

  Hey everyone,

  Review Board 1.6.6 is out, and adds support for getting GitHub API tokens
  for private repos.

  See the news post and release notes at
 http://www.reviewboard.org/news/2012/04/25/review-board-166-released/

  Christian

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

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

2012-05-01 Thread Can Özmen
Thank you Victoria,

easy_install could only find 1.6.5 from Bitnami's repo the last I checked. 
I'll wait a few days more I guess.

Happy Workers Day,
Can.

On Tuesday, May 1, 2012 2:52:15 PM UTC+3, victoria wrote:



 On Apr 30, 4:50 pm, Can Özmen canoz...@gmail.com wrote: 
  Hi All, 
  
  Great work. I have a fresh 1.6.5 installed through BitNami on an EC2 
  instance. 
  
  What's the upgrade procedure? Couldn't find it on the site or in the 
 admin 
  dashboard of the app. 
  
  P.S. I have nothing in my install so I can wipe if necessary. 
  
  
  

 For upgrading the BitNami installation you only need to take into 
 account the path in which ReviewBoard is installed. According to the 
 ReviewBoard official documentation the upgrade will involves two 
 steps: 

 1.- Upgrade ReviewBoard with easy_install. Load the BitNami 
 environment and execute: 

 easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/ 
 bin --install-dir apps/reviewboard/lib -U ReviewBoard 

 2.- Upgrade your sites. The default site is created in /opt/bitnami/ 
 apps/reviewboard/rb-sites/reviewboard 

 /opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/ 
 reviewboard/rb-sites/reviewboard 

 In any case if as you mention you don't have any data yet, it may be 
 easier just launched a new instance. 

 Best regards, 

 Victoria. 



  
  
  
  
  On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote: 
  
   Hey everyone, 
  
   Review Board 1.6.6 is out, and adds support for getting GitHub API 
 tokens 
   for private repos. 
  
   See the news post and release notes at 
  http://www.reviewboard.org/news/2012/04/25/review-board-166-released/ 
  
   Christian 
  
   -- 
   Christian Hammond - chip...@chipx86.com 
   Review Board -http://www.reviewboard.org 
   VMware, Inc. -http://www.vmware.com

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

2012-04-30 Thread Can Özmen
Hi All,

Great work. I have a fresh 1.6.5 installed through BitNami on an EC2 
instance.

What's the upgrade procedure? Couldn't find it on the site or in the admin 
dashboard of the app.

P.S. I have nothing in my install so I can wipe if necessary.

On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:

 Hey everyone,

 Review Board 1.6.6 is out, and adds support for getting GitHub API tokens 
 for private repos.

 See the news post and release notes at 
 http://www.reviewboard.org/news/2012/04/25/review-board-166-released/

 Christian

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


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

2012-04-29 Thread Po-Chien Lin
Thanks for your efforts. :-)

But if there is any reason why some patches has been commit into git master 
branch still don't merge into the newest release? :!

In my case, I mean this 
one: https://github.com/reviewboard/reviewboard/commit/b0d0228
which cause an installation error on FreeBSD machine.

I wish it will be fixed as soon :-)
Thanks again.

Sincerely,
linpc


Hey everyone,


 Review Board 1.6.6 is out, and adds support for getting GitHub API tokens 
 for private repos.

 See the news post and release notes at 
 http://www.reviewboard.org/news/2012/04/25/review-board-166-released/

 Christian

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


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

2012-04-29 Thread Christian Hammond
Hi,

Our master branch represents the in-development 1.7 release. That particular 
change would break all timestamps for existing installs without the other work 
that's going into 1.7, which requires Django 1.4.

If you need this particular change, you can always override in your 
conf/settings_local.py.

Christian



On Apr 29, 2012, at 10:02, Po-Chien Lin pptpb...@gmail.com wrote:

 Thanks for your efforts. :-)
 
 But if there is any reason why some patches has been commit into git master 
 branch still don't merge into the newest release? :!
 
 In my case, I mean this one: 
 https://github.com/reviewboard/reviewboard/commit/b0d0228
 which cause an installation error on FreeBSD machine.
 
 I wish it will be fixed as soon :-)
 Thanks again.
 
 Sincerely,
 linpc
 
 
 Hey everyone,
 
 Review Board 1.6.6 is out, and adds support for getting GitHub API tokens for 
 private repos.
 
 See the news post and release notes at 
 http://www.reviewboard.org/news/2012/04/25/review-board-166-released/
 
 Christian
 
 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 -- 
 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: Review Board 1.6.6 released

2012-04-26 Thread Alfred von Campe
On Apr 25, 2012, at 5:50, Christian Hammond wrote:

 Review Board 1.6.6 is out, and adds support for getting GitHub API tokens for 
 private repos.

I'm running ReviewBoard 1.5.4 on Centos 5.8, and would like to upgrade to 
something more recent (i.e., 1.6.6). However, I've only upgraded once before 
and it didn't go so well (Christian, you helped me out back then -- thanks 
again!), so I have been reluctant to upgrade.  What are the recommended steps 
to take before an upgrade in case you have to back out other than backing up 
your database?

Also, when I initially configured RB it was for a very small project and I 
didn't configure memcached.  Now the server is being used for a lot of projects 
and performance is beginning to suffer.  How do I configure RB to use memcached 
after the fact (I've already done a yum install memcached and a easy_install 
python_memcached).  Finally, what does it take to move a site to a different 
server should I decided to take that route?

Alfred

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

2012-04-26 Thread Christian Hammond
Hi Alfred,

I'd say back up the database and site directory. If you have to revert, you
may need to also manually uninstall the latest Djblets and Django packages
and reinstall the old ones, but that should be fine.

In general, an upgrade should be very smooth.

For memcached, 1.6.x has a setting for configuring the memcached URL, but
for 1.5.x, just add the following to your conf/settings_local.py:

CACHE_BACKEND = 'memcached://localhost:11211/'

Christian

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


On Thu, Apr 26, 2012 at 1:21 PM, Alfred von Campe alf...@von-campe.comwrote:

 On Apr 25, 2012, at 5:50, Christian Hammond wrote:

 Review Board 1.6.6 is out, and adds support for getting GitHub API tokens
 for private repos.


 I'm running ReviewBoard 1.5.4 on Centos 5.8, and would like to upgrade to
 something more recent (i.e., 1.6.6). However, I've only upgraded once
 before and it didn't go so well (Christian, you helped me out back then --
 thanks again!), so I have been reluctant to upgrade.  What are the
 recommended steps to take before an upgrade in case you have to back out
 other than backing up your database?

 Also, when I initially configured RB it was for a very small project and I
 didn't configure memcached.  Now the server is being used for a lot of
 projects and performance is beginning to suffer.  How do I configure RB to
 use memcached after the fact (I've already done a yum install memcached
 and a easy_install python_memcached).  Finally, what does it take to move
 a site to a different server should I decided to take that route?

 Alfred

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

Review Board 1.6.6 released

2012-04-25 Thread Christian Hammond
Hey everyone,

Review Board 1.6.6 is out, and adds support for getting GitHub API tokens
for private repos.

See the news post and release notes at
http://www.reviewboard.org/news/2012/04/25/review-board-166-released/

Christian

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

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