From: Kefu Chai Date: Thu, 4 Jul 2019 08:13:45 +0000 (+0800) Subject: doc/dev/corpus.rst: minor tweaks X-Git-Tag: v15.1.0~2293^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a1048086b99ab3951caf89d76a4753e2b0e9883a;p=ceph-ci.git doc/dev/corpus.rst: minor tweaks the executables are located in build/bin after we switched to cmake Signed-off-by: Kefu Chai --- 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