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

Fixed rockspec #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed rockspec #41

wants to merge 1 commit into from

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