-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
PEP 101: Remove DE tasks #4574
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
Open
hugovk
wants to merge
1
commit into
python:main
Choose a base branch
from
hugovk:pep101-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PEP 101: Remove DE tasks #4574
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,6 @@ release. The roles and their current experts are: | |
|
||
* WE = Windows - Steve Dower <[email protected]> | ||
* ME = Mac - Ned Deily <[email protected]> (US) | ||
* DE = Docs - Julien Palard <[email protected]> (Central Europe) | ||
|
||
.. note:: It is highly recommended that the RM contact the Experts the day | ||
before the release. Because the world is round and everyone lives | ||
|
@@ -388,8 +387,6 @@ and guides you to perform some manual steps. | |
``docs.nyc1.psf.io``. Make sure the files are in group ``docs`` and are | ||
group-writeable. | ||
|
||
- Let the DE check if the docs are built and work all right. | ||
|
||
- Note both the documentation and downloads are behind a caching CDN. If | ||
you change archives after downloading them through the website, you'll | ||
need to purge the stale data in the CDN like this:: | ||
|
@@ -422,8 +419,6 @@ and guides you to perform some manual steps. | |
|
||
- Have you gotten the green light from the ME? | ||
|
||
- Have you gotten the green light from the DE? | ||
|
||
If green, it's time to merge the release engineering branch back into | ||
the main repo. | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arguably this step could be kept (modulo whoever does the checking), there have been recent releases where the docs haven't built properly, so it was important to check, even though CI failing/hanging alerted us to this.
A
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's not actually a step in the automation scripts at https://github.com/python/release-tools that does this (or pauses to get someone to check it), other than the CI passing.
We could add one, if we can define something useful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arguably at minimum, the HTML files should seem fine at dip-test level, the EPUB file should pass EPUBcheck, the PDF archives should contain the expected files & not be corrupt, etc. These feel like reasonable checks?
A
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @AA-Turner's recommendation to add a minimum inspection of some of the doc artifacts. I would specifically add peeks at the HTML version of the What's New page and especially the changelog page as the latter is generated during the build process.