Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix local system as remote machine issue #1852 #1856

Merged
merged 31 commits into from
Dec 18, 2019

Conversation

chicm-ms
Copy link
Contributor

No description provided.

chicm-ms and others added 29 commits August 6, 2019 11:19
Filter prune algo implementation (microsoft#1655)
@chicm-ms chicm-ms requested review from SparkSnail, 20shivangi, QuanluZhang and liuzhe-lz and removed request for 20shivangi December 16, 2019 10:22
@scarlett2018 scarlett2018 mentioned this pull request Dec 16, 2019
44 tasks
const tmpTarName: string = `${uniqueString(10)}.tar.gz`;
const localTarPath: string = path.join(os.tmpdir(), tmpTarName);
const remoteTarPath: string = unixPathJoin(getRemoteTmpDir(remoteOS), tmpTarName);
const localTarPath: string = path.join(os.tmpdir(), `L${uniqueString(10)}.tar.gz`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add a more meaningful name for tmpTarName (from @yds05 )

@chicm-ms chicm-ms merged commit 6d9f545 into microsoft:master Dec 18, 2019
@leckie-chn leckie-chn mentioned this pull request Dec 25, 2019
19 tasks
@chicm-ms chicm-ms deleted the fix_local_as_rm branch March 25, 2020 10:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants