From: Ken Dreyer Date: Mon, 10 Mar 2014 21:10:10 +0000 (-0600) Subject: doc: fix reST formatting in release-process X-Git-Tag: v0.79~165^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52a2d6923e77670d33fb34dea8d17bb20b0d89e8;p=ceph.git doc: fix reST formatting in release-process Signed-off-by: Ken Dreyer --- diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index 5243e1deca78..9984ea8b2985 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -91,7 +91,7 @@ script, then rsyncs the results back tot the specified release directory.:: 7. Create RPM Repo ================== -Copy the rpms to the destination repo +Copy the rpms to the destination repo:: mkdir /tmp/rpm-repo ../ceph-build/push_to_rpm_repo.sh /tmp/release /tmp/rpm-repo 0.xx @@ -99,7 +99,7 @@ Copy the rpms to the destination repo Next add any additional rpms to the repo that are needed such as leveldb and and ceph-deploy. See RPM Backports section -Finally, sign the rpms and build the repo indexes +Finally, sign the rpms and build the repo indexes:: ../ceph-build/sign_and_index_rpm_repo.sh /tmp/release /tmp/rpm-repo 0.xx @@ -147,7 +147,7 @@ Point release ------------- For point releases just push the version number update to the -branch and the new tag: +branch and the new tag:: git push origin {codename} git push origin v0.xx