GunnarFarneback / LocalRegistry.jl

Create and maintain local registries for Julia packages.
Other
222 stars 22 forks source link

Clarify that repository URL may also be path, and must be a bare repo #42

Closed jakobnissen closed 3 years ago

jakobnissen commented 3 years ago

Add a few lines to README and create_registry docstring.

GunnarFarneback commented 3 years ago

I'm a bit torn on this. Whether the repo is at a local path seems somewhat secondary since the need for a bare repository is the same regardless, although it's less likely that you have anything else if you create a repo on a git hosting service.

jakobnissen commented 3 years ago

I can re-phrase it to be clearer that it must always be bare, but to be careful about this when specifying a local repo as repository "URL"?

jakobnissen commented 3 years ago

Rephrased now.

GunnarFarneback commented 3 years ago

Thanks for the contribution.