Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Migrate from rawgit.com #61

Open
Mrmaxmeier opened this issue Nov 2, 2018 · 0 comments
Open

Migrate from rawgit.com #61

Mrmaxmeier opened this issue Nov 2, 2018 · 0 comments
Assignees

Comments

@Mrmaxmeier
Copy link
Owner

RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end.

GitHub repositories that served content through RawGit within the last month will continue to be served until at least October of 2019. URLs for other repositories are no longer being served.

If you're currently using RawGit, please stop using it as soon as you can.
~ https://rawgit.com/

We initially switched from raw.githubusercontent.com to rawgit.com due to python2-related certificate problems. These might have been fixed in the mean time.

if SUPPORTS_HTTPS:
yield "https://raw.githubusercontent.com/{}/{}/index.json".format(USER_REPO, branch)
yield "https://rawgit.com/{}/{}/index.json".format(USER_REPO, branch)
yield "http://raw.githack.com/{}/{}/index.json".format(USER_REPO, branch)
yield "http://rawgit.com/{}/{}/index.json".format(USER_REPO, branch)

@Mrmaxmeier Mrmaxmeier self-assigned this Nov 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant