Skip to content

bake-1.0.17

Compare
Choose a tag to compare
@kyleburton kyleburton released this 15 Nov 21:17
· 5 commits to master since this release
033b0bd

Fix git import for packages

This fixes importing for packages coming from git. It adds support
for importing over ssh and gets rid of dependencies on sed ( because
OSX's sed is trash ) and awk.

The only thing not supported is packages that want to use the
Git daemon protocol, but it's recommended that you wrap that in
ssh/https anyways, due to it's concerning lack of auth.