You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/01/04 06:30:50 UTC

[buildstream] 01/01: Merge pull request #1551 from apache/tristan/porting-guide

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

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit db4d5eaebf0514439c3c157eec761c4507ee64ed
Merge: 425b1bf ecfd16d
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Jan 4 15:30:42 2022 +0900

    Merge pull request #1551 from apache/tristan/porting-guide
    
    Add porting guide

 doc/source/core_plugins.rst               |   7 +-
 doc/source/format_declaring.rst           |   2 +-
 doc/source/format_project.rst             |   4 +-
 doc/source/index.rst                      |   1 +
 doc/source/main_porting.rst               |  16 ++
 doc/source/porting_command_line.rst       | 173 ++++++++++++++
 doc/source/porting_project.rst            | 360 ++++++++++++++++++++++++++++++
 doc/source/porting_user_configuration.rst |  45 ++++
 src/buildstream/_frontend/cli.py          |   2 +-
 9 files changed, 604 insertions(+), 6 deletions(-)