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/08/23 15:07:19 UTC

[buildstream] branch master updated (8b4c9dc74 -> dd296535f)

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


[buildstream] 01/01: Merge pull request #1723 from apache/tristan/build-wheels

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 dd296535f77c050ef7b4f0166a3e38b8c3e03145
Merge: 8b4c9dc74 c955428fb
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Aug 24 00:07:13 2022 +0900

    Merge pull request #1723 from apache/tristan/build-wheels
    
    Build and release wheel packages

 .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(-)