diff options
author | Casey Bodley <cbodley@redhat.com> | 2019-11-06 21:55:46 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2020-01-08 16:35:05 +0100 |
commit | c84fc4036ea9481e47687f1a212419b6f83c3c94 (patch) | |
tree | 6feebe8e622f0c0d9999a32d6ea6104e0dabf71e /.gitmodules | |
parent | Merge PR #32508 into master (diff) | |
download | ceph-c84fc4036ea9481e47687f1a212419b6f83c3c94.tar.xz ceph-c84fc4036ea9481e47687f1a212419b6f83c3c94.zip |
git: add submodule for spawn library
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f73ae196e19..bd07553dc9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [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 |