-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install Registrator bot #16
Comments
Hi @femtotrader (and @roshii and all active JuliaFinance members), I'd like to put some thought into whether we register JuliaFinance packages on the General registry. I created a special JuliaFinance registry to support JuliaFinance packages. The idea started out as a simple experiment to see if it could be done and what is involved with doing it, but the experience convinced me that we should seriously consider curating our own packages. The new federated registry capability allows for better management of private organizations with private registries. The way I think of JuliaFinance is as a private organization that happens to be open 😊 There are pros and cons. One of the cons is that no package can be registered in the General registry if it has a dependency on a package from JuliaFinance registry (for the foreseeable future at least). This would make JulaFinance something of an island, like a private organization. I am open to any good ideas from active JuliaFinance members, but my leaning would be to keep the JuliaFinance registry separate. Edit: https://github.com/JuliaComputing/Registrator.jl/blob/master/docs.md |
Provided JuliaFinance code remains published under permissive license, I'm fine with this idea. Thanks @EricForgy :) |
Btw, I was looking at the source code for Registrator.jl. It consists of three files and one submodule: If I understand correctly, maybe with some slight modification, we can use |
Registrator is a GitHub app that automates creation of registration pull requests for your julia packages to the General registry.
https://github.com/JuliaComputing/Registrator.jl
A JuliaFinance owner should install it for each repository with Julia code
The text was updated successfully, but these errors were encountered: