Page MenuHomePhabricator

Remove setWorkingDirectory call on SFTP interface
ClosedPublic

Authored by hach-que on Aug 26 2014, 11:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 3:21 PM
Unknown Object (File)
Wed, Nov 20, 2:58 PM
Unknown Object (File)
Tue, Nov 19, 5:42 AM
Unknown Object (File)
Thu, Nov 14, 5:58 PM
Unknown Object (File)
Wed, Nov 13, 5:25 PM
Unknown Object (File)
Sun, Nov 10, 7:46 PM
Unknown Object (File)
Thu, Nov 7, 3:02 AM
Unknown Object (File)
Oct 18 2024, 11:12 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPddfa5cbdf67f: Remove setWorkingDirectory call on SFTP interface
Summary

I derped on this; the SFTP interface doesn't have setWorkingDirectory because it implements DrydockFilesystemInterface and not DrydockCommandInterface. So when you use the Upload File build step, the daemon will crash due to an undefined method.

Test Plan

Tested on my live server.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

hach-que retitled this revision from to Remove setWorkingDirectory call on SFTP interface.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Aug 26 2014, 4:01 PM
hach-que updated this revision to Diff 24942.

Closed by commit rPddfa5cbdf67f (authored by @hach-que).