Skip to content

Commit

Permalink
Split .gitmodules into a .gitmodules.anon and .gitmodules.ssh, permit…
Browse files Browse the repository at this point in the history
…ting non authors to checkout this project.
  • Loading branch information
rektide authored and Philip (flip) Kromer committed Jun 23, 2013
1 parent b7585fb commit 2a3b9c6
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .gitmodules

This file was deleted.

1 change: 1 addition & 0 deletions .gitmodules
45 changes: 45 additions & 0 deletions .gitmodules.anon
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: 45 additions & 0 deletions .gitmodules.ssh
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

0 comments on commit 2a3b9c6

Please sign in to comment.