Ticket #262 (new enhancement)
win32 buildbot2.bat not included in scripts directory when installing
| Reported by: | epu | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.8.+ |
| Version: | 0.7.7 | Keywords: | windows |
| Cc: |
Description
while trying to figure out why the buildbot2.bat wasn't installed for me on windows xp, I wrote a patch to:
1. only install service if on NT (i don't remember older winX having service manager)
2. only install buildbot.bat if not NT (references python23, which seemed non-modern)
3. rename buildbot2.bat to buildbot.cmd so it can be called by same name and live in source tree in same place
4. separate setup arg value assignment from the dictionary key assignment
5. assign setuptools dictionary keys clearly
6. move long_description to top so it works as __doc__ string.
7. add comments to explain why I did all that.
8. add ez_install.py and setup.cfg for it to tree, but did not force enabling of setuptools
Please keep what you like and ignore the rest.
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)
