]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/corpus.rst: minor tweaks
authorKefu Chai <kchai@redhat.com>
Thu, 4 Jul 2019 08:13:45 +0000 (16:13 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 4 Jul 2019 08:13:50 +0000 (16:13 +0800)
the executables are located in build/bin after we switched to cmake

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/corpus.rst

index 13a4eef4ba58e1a489c4441e6e3e9486a3cb3750..98ae31cff21886cec5cd5deb561bdf719c43770d 100644 (file)
@@ -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