Skip to content

Commit

Permalink
Simpler resolution for nathanmarz#29, use https:// in a .gitmodules, …
Browse files Browse the repository at this point in the history
…authors of individual modules can do as they need to.
  • Loading branch information
rektide committed Apr 8, 2013
1 parent cf8f3af commit baf41d8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 91 deletions.
1 change: 0 additions & 1 deletion .gitmodules

This file was deleted.

45 changes: 45 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[submodule "storm-cassandra"]
path = storm-cassandra
url = https://github.com/hmsonline/storm-cassandra.git
[submodule "storm-jms"]
path = storm-jms
url = https://github.com/ptgoetz/storm-jms.git
[submodule "storm-signals"]
path = storm-signals
url = https://github.com/ptgoetz/storm-signals.git
[submodule "storm-examples"]
path = storm-examples
url = https://github.com/stormprocessor/storm-examples.git
[submodule "storm-backport"]
path = storm-backport
url = https://github.com/stormprocessor/storm-backport.git
[submodule "storm-benchmark"]
path = storm-benchmark
url = https://github.com/stormprocessor/storm-benchmark.git
[submodule "storm-clockspout"]
path = storm-clockspout
url = https://github.com/stormprocessor/storm-clockspout.git
[submodule "storm-mongo"]
path = storm-mongo
url = https://github.com/stormprocessor/storm-mongo.git
[submodule "storm-sqs"]
path = storm-sqs
url = https://github.com/stormprocessor/storm-sqs.git
[submodule "storm-hbase"]
path = storm-hbase
url = https://github.com/stormprocessor/storm-hbase.git
[submodule "storm-ml"]
path = storm-ml
url = https://github.com/stormprocessor/storm-ml.git
[submodule "storm-redis-pubsub"]
path = storm-redis-pubsub
url = https://github.com/stormprocessor/storm-redis-pubsub.git
[submodule "storm-scribe"]
path = storm-scribe
url = https://github.com/stormprocessor/storm-scribe.git
[submodule "storm-state"]
path = storm-state
url = https://github.com/stormprocessor/storm-state.git
[submodule "storm-growl"]
path = storm-growl
url = https://github.com/tjun/storm-growl.git
45 changes: 0 additions & 45 deletions .gitmodules.anon

This file was deleted.

45 changes: 0 additions & 45 deletions .gitmodules.ssh

This file was deleted.

0 comments on commit baf41d8

Please sign in to comment.