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
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
-------------
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