1110: Review board installation doesn't create windows-friendly entries in Scripts

alec*****@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
May 9, 2009
board.org/


What version are you running?
1.0RC1


What's the URL of the page this enhancement relates to, if any?


Describe the enhancement and the motivation for it.

When installing using easy_install, postreview and rb-site are created in 
the python Scripts folder. These are formatted as unix shell scripts, so 
they are much good on Windows. The creation of a simple .bat file that 
proxies them seems to work fine.



What operating system are you using? What browser?
Windows 2003 Server

Please provide any additional information below.
#1 javier.********@gmai***** (Google Code) (Is this you? Claim this profile.)
Do you have suce file? I would love to have it. I think this is related to:

http://code.google.com/p/reviewboard/issues/detail?id=1082&q=rb-site%
20windows&sort=milestone&colspec=ID%20Type%20Status%20Priority%20Component%20Owner%
20Summary%20Milestone

#2 alec*****@gmai***** (Google Code) (Is this you? Claim this profile.)
That seems related. I've attached my bat files (which are specific to Python25, so if 
you are using something else, you may have to edit them).

Also, they only accept up to 9 arguments, as I'm not sure what the escape sequence 
would be beyond that.
  • +
    c:\python25\Python.exe c:\python25\scripts\post-review %1 %2 %3 %4 %5 %6 %7 %8 %9
    +
    c:\python25\python.exe c:\python25\scripts\rb-site %1 %2 %3 %4 %5 %6 %7 %8 %9
chipx86
#3 chipx86
I'll have this fixed in RC3. I believe I now know what's needed to generate .exe
files for rb-site, but it will need some testing.
  • +Confirmed
  • +Milestone-Release1.0
    +OpSys-Windows
  • +chipx86
chipx86
#4 chipx86
Fixed in r1967. A rb-site.exe will be provided in RC3, or in tonight's nightly.
  • -Confirmed
    +Fixed
#5 javier.********@gmai***** (Google Code) (Is this you? Claim this profile.)
1084 is a duplicate of this issue.