Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34977: Add Windows App Store package #11027

Merged
merged 6 commits into from Dec 11, 2018
Merged

bpo-34977: Add Windows App Store package #11027

merged 6 commits into from Dec 11, 2018

Conversation

@zooba
Copy link
Member

zooba commented Dec 7, 2018

Restores the original commit, plus the fix to ensure that when building on machines without recent MSVC/WinSDK we don't fail.

https://bugs.python.org/issue34977

@zooba zooba requested a review from python/windows-team as a code owner Dec 7, 2018
Copy link
Member

vstinner left a comment

Please move the venv and tests change into a separated PR.

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Dec 7, 2018

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

PC/launcher.c Outdated Show resolved Hide resolved
@vstinner

This comment has been minimized.

Copy link
Member

vstinner commented Dec 7, 2018

Please run a custom build on buildbot before merging this PR, I would prefer to not have to revert the change one more time :-)
https://bugs.python.org/issue34977#msg331322

@zooba

This comment has been minimized.

Copy link
Member Author

zooba commented Dec 7, 2018

How do you trigger a custom build these days? I couldn't find the UI.

@vstinner

This comment has been minimized.

Copy link
Member

vstinner commented Dec 7, 2018

How do you trigger a custom build these days? I couldn't find the UI.

It's basically just a Git push to the right branch:

$ git push upstream <local_branch_name>:buildbot-custom

See https://devguide.python.org/buildbots/#custom-builders for more info.

Then you can go to https://buildbot.python.org/all/#/builders for example to see results: check the custom workers ran your job and check that they are green ;-) You should ignore unstable buildbots like Alpine or Clang UBSan custom. Well, we mostly care about Windows here :-)

@zooba zooba force-pushed the zooba:bpo34977 branch from a859831 to c8bc5e7 Dec 10, 2018
zooba added a commit to zooba/cpython that referenced this pull request Dec 10, 2018
@zooba

This comment has been minimized.

Copy link
Member Author

zooba commented Dec 10, 2018

I have made the requested changes; please review again

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Dec 10, 2018

Thanks for making the requested changes!

@vstinner: please review the changes made to this pull request.

Copy link
Member

pfmoore left a comment

A couple of minor points, but generally this looks OK to me.

Doc/using/windows.rst Outdated Show resolved Hide resolved
Doc/using/windows.rst Outdated Show resolved Hide resolved
@zooba zooba dismissed vstinner’s stale review Dec 11, 2018

Outdated

@zooba zooba merged commit 0cd6391 into python:master Dec 11, 2018
5 checks passed
5 checks passed
Azure Pipelines PR #20181211.1 succeeded
Details
bedevere/issue-number Issue number 34977 found
Details
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@zooba zooba deleted the zooba:bpo34977 branch Dec 11, 2018
zooba added a commit that referenced this pull request Dec 11, 2018
Also adds the PC/layout script for generating layouts on Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.