From 682c695898b9223b9fe5b6d7b2f04bbfdf1fa2a2 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Sun, 9 Mar 2014 00:07:39 +0100 Subject: [PATCH] release-process.rst: fix some typos Signed-off-by: Danny Al-Gaaf --- doc/dev/release-process.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index b48934831bb3f..d9fd2ec6cfbcb 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -5,7 +5,7 @@ 1. Build environment ==================== -There are multiple build envrionments, debian based packages are built via pbuilder for multiple distributions. The build hosts are listed in the ``deb_hosts`` file, and the list of distributions are in ``deb_dist``. All distributions are build on each of the build hosts. Currently there is 1 64 bit and 1 32 bit build host. +There are multiple build environments, debian based packages are built via pbuilder for multiple distributions. The build hosts are listed in the ``deb_hosts`` file, and the list of distributions are in ``deb_dist``. All distributions are build on each of the build hosts. Currently there is 1 64 bit and 1 32 bit build host. The RPM based packages are built natively, so one distribution per build host. The list of hosts is found in ``rpm_hosts``. @@ -83,7 +83,7 @@ need to create a Makefile.:: This creates tarballs and copies them, with other needed files to the build hosts listed in deb_hosts and rpm_hosts, runs a local build -script, then rsyncs the results back tot the specified release directory.:: +script, then rsyncs the results back to the specified release directory.:: ../ceph-build/do_release.sh /tmp/release -- 2.39.5