LocalRegistry.jl
LocalRegistry.jl copied to clipboard
Create and maintain local registries for Julia packages.
Functionality to merge registries or copy selected packages from one registry to another.
Hey All. First of all great package. This makes everything really seamless. I am hosting a private registry on a company gitlab(selfhosted) and would like to be able to run...
Hi @GunnarFarneback recently Github dropped the support for new rsa ssh keys https://github.blog/2021-09-01-improving-git-protocol-security-github/ How could we change this part Set Up Persistent git ssh Authentication that Julia Recognizes of the...
[This line](https://github.com/GunnarFarneback/LocalRegistry.jl/blob/fb3e9160c73eb1523a4a405d32a465d3b99017eb/src/LocalRegistry.jl#L81) is hard-coded to use `master`, but it is becoming more popular to have default branches other than `master`. Is there a way to get the default branch name...
Hi, thanks for creating this package. I was wondering if it would be possible for LocalRegistry to create PRs when registering packages so that it can be used in conjunction...
Going forward I'd like to make some changes, some of which need to be breaking. This issue is intended to announce what's coming up and giving a chance to discuss...
This PR removes the prerequisite to have a working `git` installed in your `PATH` and instead employs the `Git` package to use a bundled `git` from the `git_jll` package. ~However,...
So this is not exactly elegant, but... I can't figure out how to check if remote is bare. Instead, if the user specifies the remote URL as a path, it...
When modifying a local repo, just created, I get an error. This happens because LocalRegistry.jl tries to push to the original repo, and you cannot push to the currently checked...