[julia-users] Adding Julia package to METADATA.jl

2014-09-05 Thread Samuel S. Watson
I have a package I put on GitHub that I'd like to request be added to METADATA.jl. My understanding is that I'm supposed to fork JuliaLang/METADATA.jl, add my package, and then submit a pull request. My problem is with the add-my-package step. When I try to push from my package directory, it

Re: [julia-users] Adding Julia package to METADATA.jl

2014-09-05 Thread Mauro
I think it should work like this: Fork METADATA.jl on github web interface, get address of your fork and do $ git clone g...@github.com:your-user-name/METADATA.jl.git $ cd METADATA.jl make a new branch: $ git branch mypack $ git checkout mypack add the stuff for your package in a folder, say

Re: [julia-users] Adding Julia package to METADATA.jl

2014-09-05 Thread Kevin Squire
Hi Sam, Just for clarification, it sounds like you've registered other packages using Pkg.register, but don't intend for them to be included in METADATA.jl. Is this correct? Or are you concerned that packages that you have created (e.g., with Pkg.generate) would somehow be published by