You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:44:16 UTC

[buildstream] branch fix_typos created (now ac5128b)

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a change to branch fix_typos
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at ac5128b  modifyingandtesting.rst: Fix typos

This branch includes the following new commits:

     new 8fb90c7  doc/source/install.rst: Fix typos
     new af6e965  createproject.rst: Fix typos
     new ac5128b  modifyingandtesting.rst: Fix typos

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/03: doc/source/install.rst: Fix typos

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch fix_typos
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8fb90c773e0f2d5e75decaf23123b02d47c10bf9
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Tue Dec 19 17:18:41 2017 +0000

    doc/source/install.rst: Fix typos
---
 doc/source/install.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/source/install.rst b/doc/source/install.rst
index cb4d46a..33565c8 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -31,8 +31,9 @@ BuildStream requires the following base system requirements:
 
 
 Note that ``ruamel.yaml`` is a pure python library which is normally
-obtainable via pip, however there seems to be some problems with installing
-this package so we recommend installing it with your package manager first.
+obtainable via pip, however there seems to be some problem with
+installing this package so we recommend installing it with your
+package manager first.
 
 For the purpose of installing BuildStream while there are no distro packages,
 you will additionally need:
@@ -104,7 +105,7 @@ git repository and install it as a regular user::
   cd buildstream
   pip3 install --user .
 
-This will install buildstream and it's pure python dependencies directly into
+This will install buildstream and its pure python dependencies directly into
 your user's homedir in ``~/.local``
 
 
@@ -135,7 +136,7 @@ to your ``~/.bash_completion``:
 
 Upgrading with pip
 ~~~~~~~~~~~~~~~~~~
-To upgrade a previously install BuildStream, you will need to pull the latest
+To upgrade a previously installed BuildStream, you will need to pull the latest
 changes and reinstall as such::
 
   pip3 uninstall buildstream


[buildstream] 03/03: modifyingandtesting.rst: Fix typos

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch fix_typos
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit ac5128bb3be12d08883293ce1a3273c96307c27d
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Tue Dec 19 17:32:58 2017 +0000

    modifyingandtesting.rst: Fix typos
---
 doc/source/modifyingandtesting.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/source/modifyingandtesting.rst b/doc/source/modifyingandtesting.rst
index 972f208..9703fe6 100644
--- a/doc/source/modifyingandtesting.rst
+++ b/doc/source/modifyingandtesting.rst
@@ -6,16 +6,16 @@ Modifying and testing code
 Creating a workspace
 ----
 
-A work space is a seperate directory containing a copy of the project sourcecode.
+A work space is a separate directory containing a copy of the project source code.
 This would usually be used when you want to modify and test your code, without changing the original.
 This is very useful for trying out new patches and changes without risking loss of work.
 
 This example assumes you have a project that can be built (Has the appropriate .bst files in place)
-`Note: The project does not need to build sucessfully, only have the ability to build` 
+`Note: The project does not need to build successfully, only have the ability to build`
 
 If not, go to :ref:`buildproject`
 
-In this example we be using `gedit.bst`, but this will work on any buildable project
+In this example we will be using `gedit.bst`, but this will work on any buildable project
 
 ----
 
@@ -39,7 +39,7 @@ To modify the workspace copy of your project, you will have to move to the works
 
 Here you will see the output of your build.
 
-Move to the sourcecode directory, in this case, gedit
+Move to the source code directory, in this case, gedit
 
     ``cd gedit/``
 
@@ -53,7 +53,7 @@ Return to the root of your original project
 
 And then rebuild the project as normal.
 
-Buildstream will redirect itself to the workspace that you opened before
+BuildStream will redirect itself to the workspace that you opened before
 
 and build that instead of the original.
 
@@ -69,3 +69,4 @@ E.G:
 
 You should now see any changes that you made.
 
+..  LocalWords:  workspace gedit


[buildstream] 02/03: createproject.rst: Fix typos

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch fix_typos
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit af6e96582aed02c2410cfe129f83c547068d825a
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Tue Dec 19 17:25:41 2017 +0000

    createproject.rst: Fix typos
---
 doc/source/createproject.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/source/createproject.rst b/doc/source/createproject.rst
index 3de2dc5..84e8f6d 100644
--- a/doc/source/createproject.rst
+++ b/doc/source/createproject.rst
@@ -9,7 +9,7 @@ If not, go to :ref:`installing`
 
 Or :ref:`docker`
 
-This section will be using files from Cmake-test 
+This section will be using files from Cmake-test
 
 
 Setup
@@ -17,7 +17,7 @@ Setup
 
 If using docker, run::
 
-  bst-here 
+  bst-here
 
 In the directory you want to use.
 
@@ -42,7 +42,7 @@ Create a project directory and in it create the following directories:
 Source files
 ~~~~
 
-There are multiple ways of including source files with build stream, and this is done though things called plugins.
+There are multiple ways of including source files with BuildStream, and this is done through things called plugins.
 
 The list of options can be found here :ref:`plugins_sources`
 
@@ -106,17 +106,17 @@ In the elements directory Create a file called step7.bst containing::
 
   kind: cmake # This is a build element plugin (linked below)
   description: Cmake test
-  
+
   depends:
     - filename: dependencies/base-platform.bst
       type: build
     - filename: dependencies/base-sdk.bst
       type: build
-  
+
   sources:
     - kind: tar # This is a Source Plugin
       url: [PathToProjectDir]/src/step7.tar.gz
-  
+
 :ref:`kind (plugins)<plugins_build>`
 
 :ref:`format_depends`
@@ -162,4 +162,4 @@ In the elements/dependencies directory Create a file called base-platform.bst co
       integration-commands:
       - ldconfig
 
-:ref:`format_public` 
+:ref:`format_public`