Hacker News new | ask | show | jobs
by chubot 4247 days ago
This is cool. But, uh, how do I see the source to Manta? I read through all of the README on https://github.com/joyent/manta/, and cloned it, and can't figure it out.

Is there not a meta fetch/build tool like Chrome/Android have? I have built those two projects from scratch with no problems.

Or do you have to start with the sdc repo?

EDIT: I just cloned the repos manually. I thought that there would be some automated way to start from the manta repo and get all dependencies.

1 comments

FWIW, in the joyent/sdc repo there is an etc/repos.json so that you can do something like:

(mkdir -p repos; cd repos; json -f ../etc/repos.json -a git | xargs -n1 git clone)

We should add a etc/repos.json to manta.git as well.