Opened 8 years ago
Last modified 7 years ago
#2372 new defect
contrib/svn_buildbot.py doesn't work on Windows
Reported by: | glennr | Owned by: | |
---|---|---|---|
Priority: | patches-accepted | Milestone: | 0.9.+ |
Version: | 0.8.6p1 | Keywords: | svn windows contrib |
Cc: |
Description
This script uses command.getoutput(...), which is not supported on Windows. These calls should be changed to use the subprocess module instead.
Change History (3)
comment:1 Changed 8 years ago by tom.prince
- Keywords contrib added
- Milestone changed from undecided to 0.8.+
- Priority changed from major to minor
comment:2 Changed 8 years ago by tom.prince
- Priority changed from minor to patches-accepted
comment:3 Changed 7 years ago by dustin
- Milestone changed from 0.8.+ to 0.9.+
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed