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

github-actions[bot] pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard a70b37426 Update repo for docs build 369
     new 94d6dd09b Update repo for docs build 370

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   (a70b37426)
            \
             N -- N -- N   refs/heads/gh-pages (94d6dd09b)

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.

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:
 CONTRIBUTING.html                       |   4 +-
 _sources/core_buildelement.rst.txt      | 150 +++++++++++++++++++
 _sources/core_plugins.rst.txt           |  14 ++
 _static/documentation_options.js        |   2 +-
 additional_docker.html                  |   4 +-
 arch_cachekeys.html                     |   4 +-
 arch_caches.html                        |   4 +-
 arch_data_model.html                    |   4 +-
 arch_dependency_model.html              |   4 +-
 arch_overview.html                      |   4 +-
 arch_program_flow.html                  |   4 +-
 arch_remote_execution.html              |   4 +-
 arch_sandboxing.html                    |   4 +-
 arch_scheduler.html                     |   4 +-
 buildstream.buildelement.html           | 116 +--------------
 buildstream.downloadablefilesource.html |   4 +-
 buildstream.element.html                |   4 +-
 buildstream.exceptions.html             |   4 +-
 buildstream.html                        |  17 +--
 buildstream.node.html                   |   4 +-
 buildstream.plugin.html                 |   4 +-
 buildstream.sandbox.html                |   4 +-
 buildstream.sandbox.sandbox.html        |   4 +-
 buildstream.scriptelement.html          |   4 +-
 buildstream.source.html                 |   4 +-
 buildstream.sourcemirror.html           |   4 +-
 buildstream.storage.directory.html      |   4 +-
 buildstream.storage.html                |   4 +-
 buildstream.types.html                  |   4 +-
 buildstream.utils.html                  |   4 +-
 core_additional.html                    |   4 +-
 core_buildelement.html                  | 249 ++++++++++++++++++++++++++++++++
 core_format.html                        |   4 +-
 core_framework.html                     |   4 +-
 core_plugins.html                       |  29 ++--
 developing/strict-mode.html             | 112 +++++++-------
 developing/workspaces.html              |  92 ++++++------
 docs.tgz                                | Bin 8982089 -> 8983936 bytes
 elements/compose.html                   |   5 +-
 elements/filter.html                    |   9 +-
 elements/import.html                    |   5 +-
 elements/junction.html                  |   5 +-
 elements/link.html                      |   5 +-
 elements/manual.html                    |  11 +-
 elements/script.html                    |   5 +-
 elements/stack.html                     |   5 +-
 examples/git-mirror.html                |   4 +-
 examples/tar-mirror.html                |   4 +-
 format_declaring.html                   |   4 +-
 format_intro.html                       |   4 +-
 format_project.html                     |   4 +-
 format_project_refs.html                |   4 +-
 format_public.html                      |   4 +-
 genindex.html                           |   4 +-
 hacking/coding_guidelines.html          |   4 +-
 hacking/grpc_protocols.html             |   4 +-
 hacking/making_releases.html            |   4 +-
 hacking/managing_data_files.html        |   4 +-
 hacking/measuring_performance.html      |   4 +-
 hacking/ui.html                         |   4 +-
 hacking/updating_python_deps.html       |   4 +-
 hacking/using_the_testsuite.html        |   4 +-
 hacking/writing_documentation.html      |   4 +-
 hacking/writing_plugins.html            |   4 +-
 handling-files/composition.html         |  56 +++----
 handling-files/filtering.html           |   4 +-
 handling-files/overlaps.html            |  24 +--
 index.html                              |   4 +-
 junctions/junction-elements.html        |  62 ++++----
 junctions/junction-includes.html        |  62 ++++----
 junctions/junction-workspaces.html      |   8 +-
 main_about.html                         |   4 +-
 main_architecture.html                  |   4 +-
 main_core.html                          |   4 +-
 main_glossary.html                      |   4 +-
 main_install.html                       |   4 +-
 main_porting.html                       |   4 +-
 main_using.html                         |   4 +-
 objects.inv                             | Bin 9670 -> 9678 bytes
 porting_command_line.html               |   4 +-
 porting_project.html                    |   4 +-
 porting_user_configuration.html         |   4 +-
 py-modindex.html                        |   4 +-
 search.html                             |   4 +-
 searchindex.js                          |   2 +-
 sources/local.html                      |   4 +-
 sources/remote.html                     |   4 +-
 sources/tar.html                        |   4 +-
 sources/workspace.html                  |   4 +-
 tutorial/autotools.html                 |  46 +++---
 tutorial/directives.html                |  76 +++++-----
 tutorial/first-project.html             |  26 ++--
 tutorial/integration-commands.html      |  48 +++---
 tutorial/running-commands.html          |  42 +++---
 using_commands.html                     |  24 +--
 using_config.html                       |   4 +-
 using_configuring_cache_server.html     |   4 +-
 using_configuring_remote_execution.html |   4 +-
 using_developing.html                   |   4 +-
 using_examples.html                     |   4 +-
 using_handling_files.html               |   4 +-
 using_junctions.html                    |   4 +-
 using_tutorial.html                     |   4 +-
 103 files changed, 952 insertions(+), 643 deletions(-)
 create mode 100644 _sources/core_buildelement.rst.txt
 create mode 100644 core_buildelement.html

Reply via email to