Ticket #262 (new enhancement)

Opened 2 years ago

Last modified 3 months ago

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.

Attachments

win32-setup-reorg.patch Download (23.3 KB) - added by epu 2 years ago.
patch to trunk for setup.py

Change History

Changed 2 years ago by epu

patch to trunk for setup.py

Changed 2 years ago by epu

um, the text lines aren't visible in the patch on trac (maybe I need a different file extension?), but if you choose 'original format' link, it downloads ok.

Changed 19 months ago by dustin

  • milestone changed from undecided to 0.7.+

Ugh, I have no idea how to apply a darcsish patch without using darcs. Do you still have this in a darcs repo? Can you post the

darcs diff --unified

Changed 19 months ago by epu

uh. I probably have this. I don't know what other clutter might be in the change, this was almost 1 yr ago. Let me dig ...

Changed 19 months ago by epu

Argh. When trying to get a unified diff, darcs on win32 is barfing with a 'The system cannot find the file specified.' Maybe part of my disc is hosed. Will try moving my win32 repository to linux and see if darcs commands just work.

Changed 19 months ago by epu

ok, a darcs send to file works ok on windows, but it looks very similar to the output here. I don't think this output uploaded here is a patch file, I think it was the output of darcs. Will look over the diff tomorrow and send it over.

Changed 3 months ago by dustin

  • keywords windows added
Note: See TracTickets for help on using tickets.