Closed
Bug 1189597
Opened 9 years ago
Closed 8 years ago
tc-vcs fails to run on windows
Categories
(Taskcluster :: UI, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: amiyaguchi, Unassigned)
Details
(Whiteboard: [tc-vcs])
Taskcluster-vcs fails to run on windows, which is cause by one of two problems that are known to me at the moment.
The first involves the spawn call running commands inside of a /bin/bash context, which is fine for the linux and osx, but troublesome for windows. I plan to run all commands inside of a powershell context, which happens to provide wrappers for common utilities (rm -> Remove-Item, mkdir -> Make-Item, etc).
The second involves the behavior of the pathing module, which treats urls and paths as native system paths to join a path. Windows of course uses `\\` as a path separator in fsPath.join. I think this may be better handled by joining as a url.
Reporter | ||
Updated•9 years ago
|
Assignee: acmiyaguchi → nobody
Updated•9 years ago
|
Whiteboard: [tc-vcs]
Reporter | ||
Comment 1•8 years ago
|
||
With developments to replace tc-vcs with robustcheckout in bug 1247168, this is probably no longer worth attention.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•