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 2021/02/09 07:03:57 UTC

[buildstream] branch tristan/change-remote-config updated (554818e -> 7a35498)

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

tvb pushed a change to branch tristan/change-remote-config
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    omit 554818e  doc: Redocumenting artifact/source cache servers.
    omit 6bfda52  NEWS: Documenting breaking change, redesign of remote cache configuration
    omit 58683fd  NEWS: Document breaking change, removed support for deprecated RE config
    omit aab042a  _frontend/widget.py: Print remote execution setup and project cache servers
    omit 5333efa  _context.py: Changed artifact and source cache configuration again.
    omit 5f3d148  node.pyi: Fleshing out more type information about nodes.
    omit 154dbe7  Refactor remote asset user configuration
    omit 2cefe60  _remotespec.py: Modified format to put the certs in an "auth" dictionary.
    omit 715d8b3  plugins/elements/junction.py: Remove ambiguous cache related junction parameters
    omit 2c0a63d  Remote execution can only be configured in user configuration
    omit dfd258f  _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to its own file
    omit a435d1f  element.py: Remove local __remote_execution_specs instance variable
     add 93a7a3a  buildelement: switch order of timed_activity and sandbox.batch
     add 3c2cace  Merge pull request #1437 from abderrahim/context-manager-order
     add dd80e0f  .asf.yaml: Publish pages from root of the gh-pages branch
     add 3827f3b  .github/workflows/merge.yml: Refactor docs generation
     add 2d5d486  .github/workflows/merge.yml: Fix docs publishing
     add f26dcd8  .asf.yaml: Updating github metadata.
     add c04352b  .asf.yaml: Explicitly setting pages to publish from the "/"
     add f7f9c97  element.py: Remove local __remote_execution_specs instance variable
     add eda23aa  _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to its own file
     add 497e1ca  Remote execution can only be configured in user configuration
     add 8cfa27f  plugins/elements/junction.py: Remove ambiguous cache related junction parameters
     add a61f9f1  _remotespec.py: Modified format to put the certs in an "auth" dictionary.
     add b8d1de7  Refactor remote asset user configuration
     add 300e813  node.pyi: Fleshing out more type information about nodes.
     add fd51cf2  _context.py: Changed artifact and source cache configuration again.
     add e89a17a  _frontend/widget.py: Print remote execution setup and project cache servers
     add d1d9f33  NEWS: Document breaking change, removed support for deprecated RE config
     add 10ad071  NEWS: Documenting breaking change, redesign of remote cache configuration
     add 7a35498  doc: Redocumenting artifact/source cache servers.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (554818e)
            \
             N -- N -- N   refs/heads/tristan/change-remote-config (7a35498)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                       |  5 ++++-
 .github/workflows/merge.yml     | 19 +++++++++++++------
 src/buildstream/buildelement.py |  2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)