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/11/11 07:39:48 UTC

[buildstream] branch master updated (87c1d28b1 -> 095e66e11)

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 87c1d28b1 Merge pull request #1789 from apache/tristan/update-docs-for-new-python-versions
     add efb22fa0d setup.py: Some touch ups to pass muster for Apache releases.
     add 07d63e8d8 README.rst: Replace "Free Software" with "Open Source" in the readme.
     add d4fd8a85e Remove autotools generated files from autotools example tarballs.
     add 5469c4a09 _scheduler/queues/cachequeryqueue.py: Update license header
     add 939b7bb8e _scheduler/resources.py: Added missing license header.
     add e001783ff Adding license headers to all documentation sources.
     add e52aa571c MANIFEST.in: Don't include nonexisting file BuildStream.doap
     new 095e66e11 Merge pull request #1788 from apache/tristan/more-release-fixes

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:
 COMMITTERS.rst                                      |  13 +++++++++++++
 CONTRIBUTING.rst                                    |  13 +++++++++++++
 MANIFEST.in                                         |   1 -
 README.rst                                          |  15 ++++++++++++++-
 doc/source/additional_docker.rst                    |  13 +++++++++++++
 doc/source/arch_cachekeys.rst                       |  13 +++++++++++++
 doc/source/arch_caches.rst                          |  13 +++++++++++++
 doc/source/arch_data_model.rst                      |  13 +++++++++++++
 doc/source/arch_dependency_model.rst                |  13 +++++++++++++
 doc/source/arch_overview.rst                        |  13 +++++++++++++
 doc/source/arch_program_flow.rst                    |  13 +++++++++++++
 doc/source/arch_remote_execution.rst                |  13 +++++++++++++
 doc/source/arch_sandboxing.rst                      |  13 +++++++++++++
 doc/source/arch_scheduler.rst                       |  13 +++++++++++++
 doc/source/core_additional.rst                      |  13 +++++++++++++
 doc/source/core_format.rst                          |  13 +++++++++++++
 doc/source/core_framework.rst                       |  13 +++++++++++++
 doc/source/core_plugins.rst                         |  13 +++++++++++++
 doc/source/developing/strict-mode.rst               |  13 +++++++++++++
 doc/source/developing/workspaces.rst                |  13 +++++++++++++
 doc/source/examples/git-mirror.rst                  |  13 +++++++++++++
 doc/source/examples/tar-mirror.rst                  |  13 +++++++++++++
 doc/source/format_declaring.rst                     |  13 +++++++++++++
 doc/source/format_intro.rst                         |  13 +++++++++++++
 doc/source/format_project.rst                       |  13 +++++++++++++
 doc/source/format_project_refs.rst                  |  13 +++++++++++++
 doc/source/format_public.rst                        |  13 +++++++++++++
 doc/source/hacking/coding_guidelines.rst            |  13 +++++++++++++
 doc/source/hacking/grpc_protocols.rst               |  13 +++++++++++++
 doc/source/hacking/making_releases.rst              |  13 +++++++++++++
 doc/source/hacking/managing_data_files.rst          |  13 +++++++++++++
 doc/source/hacking/measuring_performance.rst        |  13 +++++++++++++
 doc/source/hacking/ui.rst                           |  13 +++++++++++++
 doc/source/hacking/updating_python_deps.rst         |  13 +++++++++++++
 doc/source/hacking/using_the_testsuite.rst          |  13 +++++++++++++
 doc/source/hacking/writing_documentation.rst        |  13 +++++++++++++
 doc/source/hacking/writing_plugins.rst              |  13 +++++++++++++
 doc/source/handling-files/composition.rst           |  13 +++++++++++++
 doc/source/handling-files/filtering.rst             |  13 +++++++++++++
 doc/source/handling-files/overlaps.rst              |  13 +++++++++++++
 doc/source/index.rst                                |  16 ++++++++++++----
 doc/source/junctions/junction-elements.rst          |  13 +++++++++++++
 doc/source/junctions/junction-includes.rst          |  13 +++++++++++++
 doc/source/junctions/junction-workspaces.rst        |  13 +++++++++++++
 doc/source/main_about.rst                           |  13 +++++++++++++
 doc/source/main_architecture.rst                    |  13 +++++++++++++
 doc/source/main_core.rst                            |  13 +++++++++++++
 doc/source/main_glossary.rst                        |  13 +++++++++++++
 doc/source/main_install.rst                         |  13 +++++++++++++
 doc/source/main_porting.rst                         |  13 +++++++++++++
 doc/source/main_using.rst                           |  13 +++++++++++++
 doc/source/porting_command_line.rst                 |  13 +++++++++++++
 doc/source/porting_project.rst                      |  13 +++++++++++++
 doc/source/porting_user_configuration.rst           |  13 +++++++++++++
 doc/source/tutorial/autotools.rst                   |  13 +++++++++++++
 doc/source/tutorial/directives.rst                  |  13 +++++++++++++
 doc/source/tutorial/first-project.rst               |  13 +++++++++++++
 doc/source/tutorial/integration-commands.rst        |  13 +++++++++++++
 doc/source/tutorial/running-commands.rst            |  13 +++++++++++++
 doc/source/using_commands.rst                       |  13 +++++++++++++
 doc/source/using_config.rst                         |  13 +++++++++++++
 doc/source/using_configuring_cache_server.rst       |  13 +++++++++++++
 doc/source/using_configuring_remote_execution.rst   |  13 +++++++++++++
 doc/source/using_developing.rst                     |  13 +++++++++++++
 doc/source/using_examples.rst                       |  13 +++++++++++++
 doc/source/using_handling_files.rst                 |  13 +++++++++++++
 doc/source/using_junctions.rst                      |  13 +++++++++++++
 doc/source/using_tutorial.rst                       |  13 +++++++++++++
 setup.py                                            |   6 +++---
 .../_scheduler/queues/cachequeryqueue.py            |  20 ++++++++++----------
 src/buildstream/_scheduler/resources.py             |  15 +++++++++++++++
 .../project/elements/autotools/amhello-failure.bst  |   2 +-
 .../project/elements/autotools/amhello.bst          |   2 +-
 .../project/elements/autotools/amhelloconfroot.bst  |   2 +-
 .../project/elements/compose/amhello.bst            |   2 +-
 tests/integration/project/files/amhello.tar.gz      | Bin 30555 -> 14223 bytes
 .../project/elements/autotools/amhello.bst          |   2 +-
 tests/remotecache/project/files/amhello.tar.gz      | Bin 30555 -> 14223 bytes
 .../project/elements/autotools/amhello.bst          |   2 +-
 tests/remoteexecution/project/files/amhello.tar.gz  | Bin 30555 -> 14223 bytes
 .../sub-project/elements/autotools/amhello.bst      |   2 +-
 .../project/files/sub-project/files/amhello.tar.gz  | Bin 30555 -> 14223 bytes
 tests/remoteexecution/workspace.py                  |   8 ++++----
 83 files changed, 910 insertions(+), 30 deletions(-)


[buildstream] 01/01: Merge pull request #1788 from apache/tristan/more-release-fixes

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 095e66e11ac64dc929644b2a5196bf83a03682e2
Merge: 87c1d28b1 e52aa571c
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Nov 11 16:39:43 2022 +0900

    Merge pull request #1788 from apache/tristan/more-release-fixes
    
    more release fixes

 COMMITTERS.rst                                      |  13 +++++++++++++
 CONTRIBUTING.rst                                    |  13 +++++++++++++
 MANIFEST.in                                         |   1 -
 README.rst                                          |  15 ++++++++++++++-
 doc/source/additional_docker.rst                    |  13 +++++++++++++
 doc/source/arch_cachekeys.rst                       |  13 +++++++++++++
 doc/source/arch_caches.rst                          |  13 +++++++++++++
 doc/source/arch_data_model.rst                      |  13 +++++++++++++
 doc/source/arch_dependency_model.rst                |  13 +++++++++++++
 doc/source/arch_overview.rst                        |  13 +++++++++++++
 doc/source/arch_program_flow.rst                    |  13 +++++++++++++
 doc/source/arch_remote_execution.rst                |  13 +++++++++++++
 doc/source/arch_sandboxing.rst                      |  13 +++++++++++++
 doc/source/arch_scheduler.rst                       |  13 +++++++++++++
 doc/source/core_additional.rst                      |  13 +++++++++++++
 doc/source/core_format.rst                          |  13 +++++++++++++
 doc/source/core_framework.rst                       |  13 +++++++++++++
 doc/source/core_plugins.rst                         |  13 +++++++++++++
 doc/source/developing/strict-mode.rst               |  13 +++++++++++++
 doc/source/developing/workspaces.rst                |  13 +++++++++++++
 doc/source/examples/git-mirror.rst                  |  13 +++++++++++++
 doc/source/examples/tar-mirror.rst                  |  13 +++++++++++++
 doc/source/format_declaring.rst                     |  13 +++++++++++++
 doc/source/format_intro.rst                         |  13 +++++++++++++
 doc/source/format_project.rst                       |  13 +++++++++++++
 doc/source/format_project_refs.rst                  |  13 +++++++++++++
 doc/source/format_public.rst                        |  13 +++++++++++++
 doc/source/hacking/coding_guidelines.rst            |  13 +++++++++++++
 doc/source/hacking/grpc_protocols.rst               |  13 +++++++++++++
 doc/source/hacking/making_releases.rst              |  13 +++++++++++++
 doc/source/hacking/managing_data_files.rst          |  13 +++++++++++++
 doc/source/hacking/measuring_performance.rst        |  13 +++++++++++++
 doc/source/hacking/ui.rst                           |  13 +++++++++++++
 doc/source/hacking/updating_python_deps.rst         |  13 +++++++++++++
 doc/source/hacking/using_the_testsuite.rst          |  13 +++++++++++++
 doc/source/hacking/writing_documentation.rst        |  13 +++++++++++++
 doc/source/hacking/writing_plugins.rst              |  13 +++++++++++++
 doc/source/handling-files/composition.rst           |  13 +++++++++++++
 doc/source/handling-files/filtering.rst             |  13 +++++++++++++
 doc/source/handling-files/overlaps.rst              |  13 +++++++++++++
 doc/source/index.rst                                |  16 ++++++++++++----
 doc/source/junctions/junction-elements.rst          |  13 +++++++++++++
 doc/source/junctions/junction-includes.rst          |  13 +++++++++++++
 doc/source/junctions/junction-workspaces.rst        |  13 +++++++++++++
 doc/source/main_about.rst                           |  13 +++++++++++++
 doc/source/main_architecture.rst                    |  13 +++++++++++++
 doc/source/main_core.rst                            |  13 +++++++++++++
 doc/source/main_glossary.rst                        |  13 +++++++++++++
 doc/source/main_install.rst                         |  13 +++++++++++++
 doc/source/main_porting.rst                         |  13 +++++++++++++
 doc/source/main_using.rst                           |  13 +++++++++++++
 doc/source/porting_command_line.rst                 |  13 +++++++++++++
 doc/source/porting_project.rst                      |  13 +++++++++++++
 doc/source/porting_user_configuration.rst           |  13 +++++++++++++
 doc/source/tutorial/autotools.rst                   |  13 +++++++++++++
 doc/source/tutorial/directives.rst                  |  13 +++++++++++++
 doc/source/tutorial/first-project.rst               |  13 +++++++++++++
 doc/source/tutorial/integration-commands.rst        |  13 +++++++++++++
 doc/source/tutorial/running-commands.rst            |  13 +++++++++++++
 doc/source/using_commands.rst                       |  13 +++++++++++++
 doc/source/using_config.rst                         |  13 +++++++++++++
 doc/source/using_configuring_cache_server.rst       |  13 +++++++++++++
 doc/source/using_configuring_remote_execution.rst   |  13 +++++++++++++
 doc/source/using_developing.rst                     |  13 +++++++++++++
 doc/source/using_examples.rst                       |  13 +++++++++++++
 doc/source/using_handling_files.rst                 |  13 +++++++++++++
 doc/source/using_junctions.rst                      |  13 +++++++++++++
 doc/source/using_tutorial.rst                       |  13 +++++++++++++
 setup.py                                            |   6 +++---
 .../_scheduler/queues/cachequeryqueue.py            |  20 ++++++++++----------
 src/buildstream/_scheduler/resources.py             |  15 +++++++++++++++
 .../project/elements/autotools/amhello-failure.bst  |   2 +-
 .../project/elements/autotools/amhello.bst          |   2 +-
 .../project/elements/autotools/amhelloconfroot.bst  |   2 +-
 .../project/elements/compose/amhello.bst            |   2 +-
 tests/integration/project/files/amhello.tar.gz      | Bin 30555 -> 14223 bytes
 .../project/elements/autotools/amhello.bst          |   2 +-
 tests/remotecache/project/files/amhello.tar.gz      | Bin 30555 -> 14223 bytes
 .../project/elements/autotools/amhello.bst          |   2 +-
 tests/remoteexecution/project/files/amhello.tar.gz  | Bin 30555 -> 14223 bytes
 .../sub-project/elements/autotools/amhello.bst      |   2 +-
 .../project/files/sub-project/files/amhello.tar.gz  | Bin 30555 -> 14223 bytes
 tests/remoteexecution/workspace.py                  |   8 ++++----
 83 files changed, 910 insertions(+), 30 deletions(-)