Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate bpkg? #14

Open
sgoings opened this issue Jan 23, 2015 · 1 comment
Open

Integrate bpkg? #14

sgoings opened this issue Jan 23, 2015 · 1 comment

Comments

@sgoings
Copy link

sgoings commented Jan 23, 2015

I haven't looked into this project too much, but for dependencies between all the shell modules... have you seen: http://www.bpkg.io/?

@raphaelcohn
Copy link
Member

Actually, I hadn't. It's possible we could you use it, but's there's a couple of design aspects where it doesn't fit as well:-

  • we need to make sure that everything works on all shells, not just bash (bpkg is bash only);
  • it seems to install packages which are more about executables, then functions

It may be that we can actually exploit gitmodules syntax in any event; newer git versions allow out-of tree submodules - so putting a .gitmodules into a module with its dependencies might work (newer git versions also track branches amongst submodules, making this more useful). Given that module installation is only for development, we only need a simple solution. An alternative would just be our own text file and a script wrapping git...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants