ytoolshed / multipkg

Automation for package builds
67 stars 37 forks source link

broken support for local repo bases #12

Open nmeyerhans opened 13 years ago

nmeyerhans commented 13 years ago

Somewhere along the lines, support for repo bases (-b) on local filesystems got dropped. When using git-multipkg from commit 6ccefbf, the following succeeds: git-multipkg -b /home/noahm/src multipkg

But with more recent revisions(e.g. b94a318), it fails with "unsupported base at /usr/bin/git-multipkg line 176."

nmeyerhans commented 13 years ago

It also looks like support for read-only git protocol repo bases e.g. git://github.com/ytoolshed) is broken.

cuzelac commented 12 years ago

Thanks Noah. In truth, we need a real test suite for all these ytoolshed tools.

I'm poking around with this on branch ISSUE-12