From a1048086b99ab3951caf89d76a4753e2b0e9883a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 4 Jul 2019 16:13:45 +0800 Subject: [PATCH] doc/dev/corpus.rst: minor tweaks the executables are located in build/bin after we switched to cmake Signed-off-by: Kefu Chai --- doc/dev/corpus.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/dev/corpus.rst b/doc/dev/corpus.rst index 13a4eef4ba5..98ae31cff21 100644 --- a/doc/dev/corpus.rst +++ b/doc/dev/corpus.rst @@ -26,7 +26,7 @@ We can generate an object corpus for a particular version of ceph like so. cd ceph git submodule update --init --recursive -#. Build with flag to dump objects to /tmp/foo:: +#. Build with flag to dump objects to ``/tmp/foo``:: rm -rf /tmp/foo ; mkdir /tmp/foo do_cmake.sh -DCMAKE_CXX_FLAGS="-DENCODE_DUMP_PATH=/tmp/foo" @@ -76,9 +76,9 @@ Do some more stuff with rgw if you know how. pushd ../ceph-object-corpus git checkout -b wip-new - git add archive/`../src/ceph-dencoder version` - git commit -m `../src/ceph-dencoder version` - git remote add cc ceph.com:/git/ceph-object-corpus.git + git add archive/`../build/bin/ceph-dencoder version` + git commit -m `../build/bin/ceph-dencoder version` + git remote add cc git@github.com:ceph/ceph-object-corpus.git git push cc wip-new popd -- 2.39.5