Seems like this has been asked before. But the exact search query is eluding 
me. 

One can do `raco pkg install http://url/to/public/git/repo`.

Is it possible to use a private repo as the target of `raco pkg install`? 
(IIRC, no.)

What is the least painful workaround? Make a local clone of the private repo 
with git, and then do `raco pkg install /path/to/local/clone/of/private/repo`? 
(And then subsequent updates can be `git pull` + `raco setup`)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to