Skip to content
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

Update config command to use jsdelivr instead of rawgit #131

Open
mattstratton opened this issue Nov 6, 2018 · 3 comments
Open

Update config command to use jsdelivr instead of rawgit #131

mattstratton opened this issue Nov 6, 2018 · 3 comments
Labels
Status: Ready Issues that are ready for someone to work on Type: Bug

Comments

@mattstratton
Copy link
Member

See https://rawgit.com/ for more details

New URI should be https://cdn.jsdelivr.net/gh/devopsdays/devopsdays-web/metadata.json (via https://www.jsdelivr.com/rawgit)

@mattstratton
Copy link
Member Author

I've updated the released tags to now include metadata.json so the jsdelivr URL should work, although it's not yet. Maybe it's cached? Will try again later.

@mattstratton
Copy link
Member Author

Confirmed that the jsdelivr URL works, so this can be fixed soon.

@mattstratton mattstratton changed the title Checking config no longer works due to rawgit being shut down Update config command to use jsdelivr instead of rawgit Nov 1, 2019
@mattstratton
Copy link
Member Author

mattstratton commented Nov 1, 2019

The line to fix is
https://github.com/devopsdays/devopsdays-cli/blob/master/commands/config.go#L106

url := "https://rawgit.com/devopsdays/devopsdays-web/master/metadata.json"

GitHub
Maintenance application for devopsdays.org website - devopsdays/devopsdays-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Ready Issues that are ready for someone to work on Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant