Page MenuHomePhabricator

Remove setWorkingDirectory call on SFTP interface
ClosedPublic

Authored by hach-que on Aug 26 2014, 11:00 AM.
Tags
None
Referenced Files
F13378305: D10351.diff
Sat, Jun 29, 4:43 AM
F13354247: D10351.diff
Mon, Jun 24, 3:23 AM
F13337385: D10351.diff
Wed, Jun 19, 9:31 AM
F13324857: D10351.diff
Sat, Jun 15, 1:03 AM
F13312276: D10351.diff
Tue, Jun 11, 6:21 AM
F13298257: D10351.diff
Fri, Jun 7, 6:30 AM
F13231913: D10351.diff
May 21 2024, 12:52 AM
F13213265: D10351.diff
May 17 2024, 7:34 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).