Scylla is at the moment incompatible with the Seastar master branch, so in order to allow Scylla commits that depend on Seastar patches, we change the submodule to point to scylla-seastar and use a branch (master-20181217) to hold these dependent commits. Signed-off-by: Duarte Nunes <duarte@scylladb.com> Message-Id: <20181217153241.67514-1-duarte@scylladb.com>
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
[submodule "seastar"]
|
|
path = seastar
|
|
url = ../scylla-seastar
|
|
ignore = dirty
|
|
[submodule "swagger-ui"]
|
|
path = swagger-ui
|
|
url = ../scylla-swagger-ui
|
|
ignore = dirty
|
|
[submodule "xxHash"]
|
|
path = xxHash
|
|
url = ../xxHash
|
|
[submodule "libdeflate"]
|
|
path = libdeflate
|
|
url = ../libdeflate
|