nathanmarz / storm-contrib

A collection of spouts, bolts, serializers, DSLs, and other goodies to use with Storm
Eclipse Public License 1.0
580 stars 342 forks source link

Split .gitmodules into .anon and .ssh variants #30

Open rektide opened 11 years ago

rektide commented 11 years ago

Satisfying #29, this commit introduced a .gitmodules.anon and symlinks .gitmodules to it, and a .gitmodules.ssh holding the privileged addresses for the various submodules.

The result is that, by default, newcomers will be able to check out the submodules & thus benefit from storm-contrib. Users with privileges will still have the reference file available, and ready to swap in, for their special case.