Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Can Özmen
But in the case of a private org that would make 'foo' the owner, which is the 
name of the organization.

Then the 'Get your API Token' part asks for foo's password, which doesn't make 
sense since 'foo' is not an account that I can log-in with.  

--  
Can Özmen


On Wednesday, May 2, 2012 at 9:34 PM, Christian Hammond wrote:

 The Project Name is the foo in foo.git. The owner field would be the 
 account owning the repo. So, github.com/foo/bar.git 
 (http://github.com/foo/bar.git) would use foo as the owner and bar as the 
 project.
  
 Christian
  
  
 On May 2, 2012, at 10:03, Can Özmen canoz...@gmail.com 
 (mailto:canoz...@gmail.com) wrote:
  
  Hi Christian  Dan,
   
  I'm on 1.6.6 and trying to set up a Private Org. Repo on Github.
   
  I've got an API token via the web interface. I've generated a key pair and 
  uploaded the public part as a deploy key to the repo I want to connect to 
  ((RB asked me to confirm the host afterwards)).
   
  But I'm getting the 'a repository was not found at the specified path.' 
  error.
   
  In what format should I fill in the 'Project Name:' field and what logs 
  should I check for more info.
   
  Thanks,
  Can.
   
  On Tuesday, April 17, 2012 8:33:23 PM UTC+3, Christian Hammond wrote:
   They've been nice enough to give Review Board an extension on the one API 
   call we use, and are working on making the API token accessible somewhere 
   until then. Said it may be a couple days.

   In the meantime, I'm making progress on v3 support, which will also come 
   with a much easier repository setup process.

   Christian


   On Apr 17, 2012, at 10:03, Dan Z d...@modria.com 
   (mailto:d...@modria.com) wrote:

I finally got a response from GitHub. Here is it:
 
The API Token has been removed. We encourage all third  party 
applications to migrate to API v3. Please check our latest blog post 
for more details: https://github.com/blog/1090-github-api-moving-on;
 
Pretty much, they've said, We're shutting down the v1 and v2 APIs on 
May 1. Oh, and if you don't already have an API Token, then I guess for 
you, the APIs are shut down now. Brilliant.
 
-- Dan
 
  
--  
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 
(mailto: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 
  (mailto: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 
 (mailto: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: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Can Özmen
I first tried adding the SSH key to my GitHub account and then as a deploy key 
to the private repo's account.

Both fail with the same message:

2012-05-04 14:24:39,977 - DEBUG - Switch to new keys ...
2012-05-04 14:24:39,983 - DEBUG - Trying SSH key 
3e2bacb616553a8258f03dc1b70f3a9c
2012-05-04 14:24:40,204 - DEBUG - userauth is OK
2012-05-04 14:24:40,818 - INFO - Authentication (publickey) successful!
2012-05-04 14:24:40,912 - DEBUG - EOF in transport thread
2012-05-04 14:24:40,936 - ERROR - Git: Failed to find valid repository 
ssh://g...@github.com/PhonoClick/Pesto.git: error: cannot run rbssh: No such 
file or directory
fatal: unable to fork
  


--  
Can Özmen


On Friday, May 4, 2012 at 11:51 AM, Christian Hammond wrote:

 Do you have an SSH key configured and linked on that account? That could do 
 it.
  
 If you check the Review Board log file, there may be more information.
  
 Christian
  
 --  
 Christian Hammond - chip...@chipx86.com (mailto:chip...@chipx86.com)
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
  
  
 On Fri, May 4, 2012 at 1:24 AM, Can Özmen canoz...@gmail.com 
 (mailto:canoz...@gmail.com) wrote:
  I'm still getting the 'a repo was not found' error.
   
  Here's a screenshot showing how I fill the fields.
   
  Any other gotchas that I should be aware of?
   
  Thanks,
  Can.
   
  On Fri, May 4, 2012 at 11:10 AM, Christian Hammond chip...@chipx86.com 
  (mailto:chip...@chipx86.com) wrote:
   Try setting your own username as the hosting owner before getting the 
   token,
   and then switching to the organization after.
  
   We'll be deploying a version soon that switches to the new API.
  
   Christian
  
   --
   Christian Hammond - chip...@chipx86.com (mailto:chip...@chipx86.com)
   Review Board - http://www.reviewboard.org
   VMware, Inc. - http://www.vmware.com
  
  
  
   On Fri, May 4, 2012 at 12:11 AM, Can Özmen canoz...@gmail.com 
   (mailto:canoz...@gmail.com) wrote:
  
   But in the case of a private org that would make 'foo' the owner, which 
   is
   the name of the organization.
  
   Then the 'Get your API Token' part asks for foo's password, which doesn't
   make sense since 'foo' is not an account that I can log-in with.
  
   --
   Can Özmen
  
   On Wednesday, May 2, 2012 at 9:34 PM, Christian Hammond wrote:
  
   The Project Name is the foo in foo.git. The owner field would be the
   account owning the repo. So, github.com/foo/bar.git 
   (http://github.com/foo/bar.git) would use foo as the
   owner and bar as the project.
  
   Christian
  
  
   On May 2, 2012, at 10:03, Can Özmen canoz...@gmail.com 
   (mailto:canoz...@gmail.com) wrote:
  
   Hi Christian  Dan,
  
   I'm on 1.6.6 and trying to set up a Private Org. Repo on Github.
  
   I've got an API token via the web interface. I've generated a key pair 
   and
   uploaded the public part as a deploy key to the repo I want to connect to
   ((RB asked me to confirm the host afterwards)).
  
   But I'm getting the 'a repository was not found at the specified path.'
   error.
  
   In what format should I fill in the 'Project Name:' field and what logs
   should I check for more info.
  
   Thanks,
   Can.
  
   On Tuesday, April 17, 2012 8:33:23 PM UTC+3, Christian Hammond wrote:
  
   They've been nice enough to give Review Board an extension on the one API
   call we use, and are working on making the API token accessible somewhere
   until then. Said it may be a couple days.
  
   In the meantime, I'm making progress on v3 support, which will also come
   with a much easier repository setup process.
  
   Christian
  
  
   On Apr 17, 2012, at 10:03, Dan Z d...@modria.com 
   (mailto:d...@modria.com) wrote:
  
   I finally got a response from GitHub. Here is it:
  
   The API Token has been removed. We encourage all third  party
   applications to migrate to API v3. Please check our latest blog post for
   more details: https://github.com/blog/1090-github-api-moving-on;
  
   Pretty much, they've said, We're shutting down the v1 and v2 APIs on May
   1. Oh, and if you don't already have an API Token, then I guess for you, 
   the
   APIs are shut down now. Brilliant.
  
   -- Dan
  
  
   --
   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 
   (mailto:reviewboard%2bunsubscr...@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

Re: Having trouble setting up a GitHub (Private Organization) repository

2012-05-04 Thread Can Özmen
I'm on an EC2 instance that I got up through Bitnami. I then upgraded to 1.6.6 
((was on 1.6.5 originally)) with help from victoria.

For example the default site's log folder wasn't writeable after the upgrade so 
maybe some permissions are not set correctly.

Is there any way to check that?  

--  
Can Özmen


On Friday, May 4, 2012 at 20:56 , Christian Hammond wrote:

 How did you install Review Board? Looks like either a broken install or maybe 
 some tightened security disallowing it from running executables?
  
 Christian
  
  
  
 On May 4, 2012, at 4:29, Can Özmen canoz...@gmail.com 
 (mailto:canoz...@gmail.com) wrote:
  
  I first tried adding the SSH key to my GitHub account and then as a deploy 
  key to the private repo's account.
   
  Both fail with the same message:
   
  2012-05-04 14:24:39,977 - DEBUG - Switch to new keys ...
  2012-05-04 14:24:39,983 - DEBUG - Trying SSH key 
  3e2bacb616553a8258f03dc1b70f3a9c
  2012-05-04 14:24:40,204 - DEBUG - userauth is OK
  2012-05-04 14:24:40,818 - INFO - Authentication (publickey) successful!
  2012-05-04 14:24:40,912 - DEBUG - EOF in transport thread
  2012-05-04 14:24:40,936 - ERROR - Git: Failed to find valid repository 
  ssh://g...@github.com/PhonoClick/Pesto.git: error: cannot run rbssh: No 
  such file or directory
  fatal: unable to fork

   
   
  --  
  Can Özmen
   
   
  On Friday, May 4, 2012 at 11:51 AM, Christian Hammond wrote:
   
   Do you have an SSH key configured and linked on that account? That could 
   do it.

   If you check the Review Board log file, there may be more information.

   Christian

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


   On Fri, May 4, 2012 at 1:24 AM, Can Özmen canoz...@gmail.com 
   (mailto:canoz...@gmail.com) wrote:
I'm still getting the 'a repo was not found' error.
 
Here's a screenshot showing how I fill the fields.
 
Any other gotchas that I should be aware of?
 
Thanks,
Can.
 
On Fri, May 4, 2012 at 11:10 AM, Christian Hammond chip...@chipx86.com 
(mailto:chip...@chipx86.com) wrote:
 Try setting your own username as the hosting owner before getting the 
 token,
 and then switching to the organization after.

 We'll be deploying a version soon that switches to the new API.

 Christian

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



 On Fri, May 4, 2012 at 12:11 AM, Can Özmen canoz...@gmail.com 
 (mailto:canoz...@gmail.com) wrote:

 But in the case of a private org that would make 'foo' the owner, 
 which is
 the name of the organization.

 Then the 'Get your API Token' part asks for foo's password, which 
 doesn't
 make sense since 'foo' is not an account that I can log-in with.

 --
 Can Özmen

 On Wednesday, May 2, 2012 at 9:34 PM, Christian Hammond wrote:

 The Project Name is the foo in foo.git. The owner field would be 
 the
 account owning the repo. So, github.com/foo/bar.git 
 (http://github.com/foo/bar.git) would use foo as the
 owner and bar as the project.

 Christian


 On May 2, 2012, at 10:03, Can Özmen canoz...@gmail.com 
 (mailto:canoz...@gmail.com) wrote:

 Hi Christian  Dan,

 I'm on 1.6.6 and trying to set up a Private Org. Repo on Github.

 I've got an API token via the web interface. I've generated a key 
 pair and
 uploaded the public part as a deploy key to the repo I want to 
 connect to
 ((RB asked me to confirm the host afterwards)).

 But I'm getting the 'a repository was not found at the specified 
 path.'
 error.

 In what format should I fill in the 'Project Name:' field and what 
 logs
 should I check for more info.

 Thanks,
 Can.

 On Tuesday, April 17, 2012 8:33:23 PM UTC+3, Christian Hammond wrote:

 They've been nice enough to give Review Board an extension on the 
 one API
 call we use, and are working on making the API token accessible 
 somewhere
 until then. Said it may be a couple days.

 In the meantime, I'm making progress on v3 support, which will also 
 come
 with a much easier repository setup process.

 Christian


 On Apr 17, 2012, at 10:03, Dan Z d...@modria.com 
 (mailto:d...@modria.com) wrote:

 I finally got a response from GitHub. Here is it:

 The API Token has been removed. We encourage all third  party
 applications to migrate to API v3. Please check our latest blog post 
 for
 more details: https://github.com/blog/1090-github-api-moving-on;

 Pretty much, they've said, We're shutting down

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: Having trouble setting up a GitHub (Private Organization) repository

2012-05-02 Thread Can Özmen
Hi Christian  Dan,

I'm on 1.6.6 and trying to set up a Private Org. Repo on Github.

I've got an API token via the web interface. I've generated a key pair and 
uploaded the public part as a deploy key to the repo I want to connect to 
((RB asked me to confirm the host afterwards)).

But I'm getting the 'a repository was not found at the specified path.' 
error.

In what format should I fill in the 'Project Name:' field and what logs 
should I check for more info.

Thanks,
Can.

On Tuesday, April 17, 2012 8:33:23 PM UTC+3, Christian Hammond wrote:

 They've been nice enough to give Review Board an extension on the one API 
 call we use, and are working on making the API token accessible somewhere 
 until then. Said it may be a couple days.

 In the meantime, I'm making progress on v3 support, which will also come 
 with a much easier repository setup process.

 Christian


 On Apr 17, 2012, at 10:03, Dan Z d...@modria.com wrote:

 I finally got a response from GitHub. Here is it:

 The API Token has been removed. We encourage all third  party 
 applications to migrate to API v3. Please check our latest blog post for 
 more details: https://github.com/blog/1090-github-api-moving-on;

 Pretty much, they've said, We're shutting down the v1 and v2 APIs on May 
 1. Oh, and if you don't already have an API Token, then I guess for you, 
 the APIs are shut down now. Brilliant.

 -- Dan


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