ytoolshed / multipkg

Automation for package builds
67 stars 37 forks source link

git-multipkg: add support for ssh and packages that live deep in a git repo #7

Closed cuzelac closed 13 years ago

cuzelac commented 13 years ago

Add support for something like this:

$ git-multipkg -b https://github.com/ytoolshed/ range/libcrange

This is accomplished by changing a couple things:

I decided to add a 'clone' directory and use a symlink to TEMPDIR/src so as to not break convention.

A disadvantage to supporting this is that it can be slow for large repos when you only need a part of them.