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 8b4c9dc74 Merge pull request #1734 from 
apache/tristan/command-subdir-docs
     add 4942540eb Add option to bundle BuildBox binaries inside Python package
     add 380eabc7f .github/workflows/merge.yml: Rename 'build' and 'publish'
     add 32aa0c598 Build and release wheels packages as part of GitHub Actions
     add 8b9ae9770 Mark unstable BuildStream releases with PEP440-compatible 
postfix
     add 4013ff51a docs: Update release process
     add bb730c18c tox: Remove obsolete '-e release' mode
     add 611e8d4bc Set PATH of buildbox-casd to include bundled buildbox-fuse
     add c955428fb .github/wheel-helpers/fetch-latest-buildbox-release.sh: Fix 
download link
     new dd296535f Merge pull request #1723 from apache/tristan/build-wheels

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:
 .github/compose/ci.docker-compose.yml              |  24 +++++
 .../wheel-helpers/fetch-latest-buildbox-release.sh |  21 ++++
 .github/wheel-helpers/test-wheel-manylinux.sh      |  20 ++++
 .github/workflows/ci.yml                           |  54 +++++++++-
 .github/workflows/merge.yml                        |   6 +-
 .github/workflows/release.yml                      | 111 ++++++++++++++++++++-
 MANIFEST.in                                        |   3 +
 doc/source/hacking/making_releases.rst             |  18 ++--
 pyproject.toml                                     |  26 ++++-
 setup.cfg                                          |   2 +-
 setup.py                                           | 102 ++++++++++++++++++-
 src/buildstream/_cas/casdprocessmanager.py         |  27 ++++-
 src/buildstream/_site.py                           |   3 +
 src/buildstream/_testing/_utils/site.py            |   4 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py     |   8 +-
 src/buildstream/utils.py                           |  42 ++++++--
 tests/integration/cachedfail.py                    |   2 +-
 tests/sandboxes/selection.py                       |   2 +-
 tox.ini                                            |  21 ----
 19 files changed, 437 insertions(+), 59 deletions(-)
 create mode 100755 .github/wheel-helpers/fetch-latest-buildbox-release.sh
 create mode 100755 .github/wheel-helpers/test-wheel-manylinux.sh

Reply via email to