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:49 UTC

[buildstream] branch master updated (425b1bf -> db4d5ea)

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

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


    from 425b1bf  Merge pull request #1550 from apache/tristan/document-remote-execution-configuration
     add e83b08e  _frontend/cli.py: Tidy up some whitespace
     add 0e16be2  doc/source/format_project.rst: Stop referring to broken link.
     add 58682e6  doc/source/format_declaring.rst: Slight rewording
     add 598b86b  doc/source/core_plugins.rst: Amend documentation about external plugins.
     add 033a669  doc: Adding initial structure for a porting guide
     add c4602fc  doc/source/porting_user_configuration.rst: Documenting breaking changes
     add 53ff3eb  doc/source/porting_command_line.rst: Documenting breaking changes
     add ecfd16d  doc/source/porting_project.rst: Documenting breaking changes
     new db4d5ea  Merge pull request #1551 from apache/tristan/porting-guide

The 1 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.


Summary of changes:
 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(-)
 create mode 100644 doc/source/main_porting.rst
 create mode 100644 doc/source/porting_command_line.rst
 create mode 100644 doc/source/porting_project.rst
 create mode 100644 doc/source/porting_user_configuration.rst

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

Posted by tv...@apache.org.
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(-)