create package target #898
Merged
Conversation
the peps are built... may as well publish a tarball directly from travis. python.org hosting is being updated and i'm trying to move it away from local disk storage, which the current pep integration relies on. this will allow me python.org to pull the tarball out of S3 and do it's work.
|
Notes:
IAM policy:
|
ewdurbin
added a commit
to python/pythondotorg
that referenced
this pull request
Feb 24, 2019
ewdurbin
added a commit
to python/pythondotorg
that referenced
this pull request
Feb 24, 2019
ewdurbin
added a commit
to python/pythondotorg
that referenced
this pull request
Feb 25, 2019
* initial herokuification * create custom_storage for manifested pipeline files Note: - @import lines removed from css files cause it was confusing the manifest mixin - missing image restored from best guess of what should have been there * credit where due! * change elasticsearch providers * fixup elasticsearch * move new media storage to it's own prefix * add migration view for old media files * update generate_pep_pages to consume results of python/peps#898 * fix admin inline for files/images on pages * support local and non-local image storage * make PEP_ARTIFACT_URL configurable via env var for heroku * herokuify: last fiew page/image fixups * Jobs rss feed Markup fields should be rendered
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
the peps are built... may as well publish a tarball directly from travis.
python.org hosting is being updated and i'm trying to move it away from local
disk storage, which the current pep integration relies on.
this will allow python.org to pull the tarball out of S3 and do it's work.