Skip to content

Update Windows startup script for Python 3.#1706

Merged
oliverchang merged 1 commit into
masterfrom
windows-startup-3
Apr 3, 2020
Merged

Update Windows startup script for Python 3.#1706
oliverchang merged 1 commit into
masterfrom
windows-startup-3

Conversation

@oliverchang

Copy link
Copy Markdown
Collaborator

No description provided.

# Schedule chkdsk on every reboot.
echo y | chkdsk C: /F /I /C

# Install Pipfile dependencies

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Any reason why these two blocks are not inside packageSetupFilePath ? They should be done once i think , not everytime.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This needs to happen after we download the source.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Makes sense as we change clusterfuzz source! LGTM

@oliverchang oliverchang merged commit 20fdb1e into master Apr 3, 2020

@mbarbella-chromium mbarbella-chromium left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@inferno-chromium inferno-chromium deleted the windows-startup-3 branch May 17, 2020 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes CLA signed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants