From: Gary Lowell Date: Wed, 6 Mar 2013 06:08:15 +0000 (-0800) Subject: release-process.rst: Fix typos X-Git-Tag: v0.59~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e694ea58c2d49e71202024eadb76fd4195757b76;p=ceph.git release-process.rst: Fix typos Signed-off-by: Gary Lowell --- diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index adb3bbedf7f1..012fd7bd665a 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -110,7 +110,7 @@ For a development release:: rcp ceph-0.xx.tar.bz2 ceph-0.xx.tar.gz \ ceph_site@ceph.com:ceph.com/downloads/. - rsync -av /tmp/repm-repo/0.xx/ ceph_site@ceph.com:ceph.com/rpm-testing + rsync -av /tmp/rpm-repo/0.xx/ ceph_site@ceph.com:ceph.com/rpm-testing rsync -av /tmp/debian-repo/ ceph_site@ceph.com:ceph.com/debian-testing For a stable release, replace {CODENAME} with the release codename (e.g., ``argonaut`` or ``bobtail``):: @@ -143,7 +143,7 @@ Similarly, for a development release, for both ``teuthology.git`` and ``ceph-qa- git reset --hard origin/master git branch -f testing origin/next git push -f origin testing - git push -f master:next + git push -f origin master:next Stable release --------------