From 52a2d6923e77670d33fb34dea8d17bb20b0d89e8 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 10 Mar 2014 15:10:10 -0600 Subject: [PATCH] doc: fix reST formatting in release-process Signed-off-by: Ken Dreyer --- doc/dev/release-process.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3