Skip to content

Conversation

mozillazg
Copy link
Contributor

That issue is the result of #1389 .

Copy link
Member

@berkerpeksag berkerpeksag left a comment

Choose a reason for hiding this comment

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

Thank you! Just to clarify, this PR reverts to old Git-based implementation in development mode and python/peps#982 fixes the problem with reST links, right?

verbose("== Finished")

def get_artifacts_path(self, stack, verbose):
if settings.DEBUG and settings.PEP_REPO_PATH:
Copy link
Member

@berkerpeksag berkerpeksag Apr 9, 2019

Choose a reason for hiding this comment

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

I don't think we should go back to the old method. Downloading and extracting an artifact from S3 sounds like a better idea to me.

I think we can set settings.PEP_ARTIFACT_URL to os.path.join(settings.BASE, 'peps/tests/peps.tar.gz') in settings/local.py. This way contributors wouldn't need to clone python/peps repo if they would like to work on our PEP converter code.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👌

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.

2 participants