-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cloning from sourcehut (and non-git) #9
Comments
Well I'll start from the fact I don't even know how that stuff works. Does it have tags or some way of finding the code from a release? 😅 |
So, hg (that is the command line program name, the full name is Mercurial) is another version control system, just like git, Subversion and many others. For the most part git won. Mercurial is distributed (just like git, unlike subversion). We used to use mercurial at work (about a decade ago) before switching to git. I'm trying to remember how to use it. I believe it does have tags and branches (though branches are more than just the automatically moving tags they are in git). Unfortunately it seems this particular project did not use tags, so it wouldn't have helped anyway. |
This should be reported to oorandom maintainers so they fix the |
As for |
I like this idea. We could as part of #11 make a list of crates that need their repo links adjusted. I think the workaround will have to stay in place for a while. Fortunately there doesn't seem to be a way of exploiting it as a vulnerability. |
Well:
Digging further into this apparently the correct download link is
https://hg.sr.ht/~icefox/oorandom
(using hg!). This seems like such a rare edge case that I don't know if you want to bother with it.Thought I open a case for awareness still. Feel free to close if it is out of scope.
The text was updated successfully, but these errors were encountered: