DescriptionRename and refactor DownloadCurrentBuild and related functions.
This CL renames a couple functions in order to try to more accurately reflect what they do:
BuildCurrentRevision -> _ObtainBuild
DownloadCurrentBuild -> _DownloadAndUnzipBuild
This CL breaks two sub-functions out of DownloadCurrentBuild:
_WaitForBuildDownload
_UnzipAndMoveBuildProducts
Note: Later, I plan to replace _GetBuildArchiveForRevision with fetch_build.FetchBuild, and possibly change _UnzipAndMoveBuildProducts so that it doesn't do unzipping, since unzipping is done in fetch_build.FetchBuild. Either that, or make it so that unzipping isn't done in that function.
BUG=
Committed: https://crrev.com/472793788cbb265ce69176d0940922262c0649c5
Cr-Commit-Position: refs/heads/master@{#301029}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Rebased #Patch Set 4 : Rebased #Messages
Total messages: 7 (2 generated)
|