mirror of
https://github.com/ceph/ceph
synced 2025-03-07 16:58:39 +00:00
This reverts commitcb8087dfac
. The seastar submodule's .gitmodules links to `../dpdk` which is no longer present after removing dpdk from ceph.git's .gitmodules. ``` <dwfreed> the ceph/seastar repo uses awful URLs for the submodules <dwfreed> and those awful URLs are the real reason it's failing <dwfreed> dgalloway: ^^^ <dwfreed> seastar's .gitmodules references repos in the parent directory, so that when it's checked out as a submodule of ceph, you don't download the repos twice (and git will probably also use references instead of duplicating the local .git); however, ceph doesn't have a submodule for dpdk anymore <dwfreed> so seastar's referencing a dpdk repo that doesn't exist <dgalloway> i think i follow. so you're suggesting revertcb8087dfac
? <dwfreed> yep <dwfreed> that'd be one way to fix it ... <joshd> dgalloway: I'd suggest revert for now, and let the crimson folks figure out the longer term fix when they're back ``` Signed-off-by: David Galloway <dgallowa@redhat.com>
73 lines
2.2 KiB
Plaintext
73 lines
2.2 KiB
Plaintext
[submodule "cephadm-adoption-corpus"]
|
|
path = cephadm-adoption-corpus
|
|
url = https://github.com/ceph/cephadm-adoption-corpus.git
|
|
[submodule "ceph-object-corpus"]
|
|
path = ceph-object-corpus
|
|
url = https://github.com/ceph/ceph-object-corpus.git
|
|
[submodule "src/civetweb"]
|
|
path = src/civetweb
|
|
url = https://github.com/ceph/civetweb
|
|
[submodule "src/erasure-code/jerasure/jerasure"]
|
|
path = src/erasure-code/jerasure/jerasure
|
|
url = https://github.com/ceph/jerasure.git
|
|
branch = v2-ceph
|
|
[submodule "src/erasure-code/jerasure/gf-complete"]
|
|
path = src/erasure-code/jerasure/gf-complete
|
|
url = https://github.com/ceph/gf-complete.git
|
|
branch = v3-ceph
|
|
[submodule "src/rocksdb"]
|
|
path = src/rocksdb
|
|
url = https://github.com/ceph/rocksdb
|
|
ignore = dirty
|
|
[submodule "ceph-erasure-code-corpus"]
|
|
path = ceph-erasure-code-corpus
|
|
url = https://github.com/ceph/ceph-erasure-code-corpus.git
|
|
[submodule "src/googletest"]
|
|
path = src/googletest
|
|
url = https://github.com/ceph/googletest
|
|
branch = ceph-release-1.7.x
|
|
[submodule "src/spdk"]
|
|
path = src/spdk
|
|
url = https://github.com/ceph/spdk.git
|
|
[submodule "src/xxHash"]
|
|
path = src/xxHash
|
|
url = https://github.com/ceph/xxHash.git
|
|
[submodule "src/isa-l"]
|
|
path = src/isa-l
|
|
url = https://github.com/ceph/isa-l
|
|
[submodule "src/lua"]
|
|
path = src/lua
|
|
url = https://github.com/ceph/lua.git
|
|
branch = lua-5.3-ceph
|
|
ignore = dirty
|
|
[submodule "src/dpdk"]
|
|
path = src/dpdk
|
|
url = https://github.com/ceph/dpdk
|
|
[submodule "src/zstd"]
|
|
path = src/zstd
|
|
url = https://github.com/facebook/zstd
|
|
[submodule "src/crypto/isa-l/isa-l_crypto"]
|
|
path = src/crypto/isa-l/isa-l_crypto
|
|
url = https://github.com/01org/isa-l_crypto
|
|
[submodule "src/blkin"]
|
|
path = src/blkin
|
|
url = https://github.com/ceph/blkin
|
|
[submodule "src/rapidjson"]
|
|
path = src/rapidjson
|
|
url = https://github.com/ceph/rapidjson
|
|
[submodule "src/dmclock"]
|
|
path = src/dmclock
|
|
url = https://github.com/ceph/dmclock.git
|
|
[submodule "src/seastar"]
|
|
path = src/seastar
|
|
url = https://github.com/ceph/seastar.git
|
|
[submodule "src/fmt"]
|
|
path = src/fmt
|
|
url = https://github.com/ceph/fmt.git
|
|
[submodule "src/c-ares"]
|
|
path = src/c-ares
|
|
url = https://github.com/ceph/c-ares.git
|
|
[submodule "src/spawn"]
|
|
path = src/spawn
|
|
url = https://github.com/ceph/spawn.git
|