Skip to content

Fixes the upload script to purge the CDN correctly and display succes… #466

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

Merged
merged 1 commit into from
Mar 6, 2017

Conversation

zooba
Copy link
Member

@zooba zooba commented Mar 4, 2017

…s output.

@@ -8,6 +8,7 @@
<DownloadUrlBase Condition="'$(DownloadUrlBase)' == ''">$(TARGET)</DownloadUrlBase>
<DownloadUrlBase Condition="'$(DownloadUrlBase)' == ''">/srv/www.python.org/ftp/python</DownloadUrlBase>
<IncludeDoc Condition="'$(IncludeDoc)' == ''">true</IncludeDoc>
<BuildForRelease Condition="'$(BuildForRelease)' == ''">true</BuildForRelease>
Copy link
Member Author

Choose a reason for hiding this comment

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

This determines whether the version is "3.6.1rc1" (building for release) or "3.6.1dev1234" (not building for release).

Copy link
Member Author

Choose a reason for hiding this comment

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

And if we have the wrong version number, we purge the wrong paths from the CDN.

Copy link
Member

@zware zware left a comment

Choose a reason for hiding this comment

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

Passes my sanity check, but I can't actually test it and am not terribly familiar with it anyway.

@zooba zooba merged commit f6e6101 into python:master Mar 6, 2017
@zooba zooba deleted the fix-upload-script branch March 6, 2017 03:55
zooba added a commit to zooba/cpython that referenced this pull request Mar 6, 2017
zooba added a commit to zooba/cpython that referenced this pull request Mar 6, 2017
zooba added a commit that referenced this pull request Mar 6, 2017
zooba added a commit that referenced this pull request Mar 6, 2017
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request Mar 21, 2017
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants