Skip to content

Conversation

@jclusso
Copy link

@jclusso jclusso commented Aug 18, 2021

No description provided.

@DDevine
Copy link

DDevine commented Aug 25, 2021

I made the same change and it worked for me.

But if you have a Dockerfile and you need an immediate workaround try:
wget https://raw.githubusercontent.com/cloudflare/raven-lua/master/raven-lua-scm-1.rockspec && sed -i 's/url = \"https/url = \"git/g' raven-lua-scm-1.rockspec && sudo luarocks install raven-lua-scm-1.rockspec

Update: Github now requires this in my dockerfile as they no longer support the old git protocol:
sed -i 's/url = \"https/url = \"git\+https/g' raven-lua-scm-1.rockspec

@dromer
Copy link

dromer commented Sep 21, 2021

This is a totally trivial change.

Please merge this asap!

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.

3 participants