Re: post-review deployment

2009-04-08 Thread Vesterbaek

Ended up with patching the python distribution we are using for our
scons build environment. Seemed like the easiest solution.

Thanks
 -- Jeppe
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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: post-review deployment

2009-04-08 Thread Christian Hammond
Look into py2exe then. You should be able to run it on post-review.

Christian

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


On Wed, Apr 8, 2009 at 12:03 AM, Vesterbaek  wrote:

>
> Hi Christian,
>
> Thanks for your reply. I am looking for a deployment that does not
> require any form of install. I would simply like to put all scripts
> and dependent tools (like gnu diffutils) in one folder -- that can be
> run from this folder with no install, zip it and distribute it like
> that.
>
> Jeppe
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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: post-review deployment

2009-04-08 Thread Vesterbaek

Hi Christian,

Thanks for your reply. I am looking for a deployment that does not
require any form of install. I would simply like to put all scripts
and dependent tools (like gnu diffutils) in one folder -- that can be
run from this folder with no install, zip it and distribute it like
that.

Jeppe
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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: post-review deployment

2009-04-07 Thread Christian Hammond
Go into rbtools and try running:

python setup.py bdist_msi

See if that works. It should generate a Windows installer for RBTools that
you can hand out.

Christian

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


On Tue, Apr 7, 2009 at 11:52 AM, Vesterbaek  wrote:

>
> Hi,
>
> I would like to package the post-review tool (+ whatever dependencies
> there may be) into a zip that I can easily distribute to other
> developers running either linux or windows. It should be possible to
> simply download and unzip the file and directly call the post-review
> script.
>
> All developers have python 2.5x installed. I would like to avoid them
> having to install setuptools, rbtools etc., i.e., have a simple
> download-and-unzip deployment of post-review.
>
> Has anyone done this?
>
> Thanks
>  -- Jeppe
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



post-review deployment

2009-04-07 Thread Vesterbaek

Hi,

I would like to package the post-review tool (+ whatever dependencies
there may be) into a zip that I can easily distribute to other
developers running either linux or windows. It should be possible to
simply download and unzip the file and directly call the post-review
script.

All developers have python 2.5x installed. I would like to avoid them
having to install setuptools, rbtools etc., i.e., have a simple
download-and-unzip deployment of post-review.

Has anyone done this?

Thanks
 -- Jeppe
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---