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/11/04 07:06:04 UTC

[buildstream] branch tristan/bst-1/bwrap-dev-shm updated (2e59d08 -> 594dffe)

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

tvb pushed a change to branch tristan/bst-1/bwrap-dev-shm
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 2e59d08  script plugin: Expose create-dev-shm configuration
 discard c87cc22  scriptelement.py: Added set_create_dev_shm() API
 discard 2725421  buildelement.py: Add support for `create-dev-shm` configuration
 discard 811d94b  _sandboxbwrap.py: Create /dev/shm in the sandbox
     add 055eda7  _sandboxbwrap.py: Create /dev/shm in the sandbox
     add 86297e6  buildelement.py: Add support for `create-dev-shm` configuration
     add 660c589  scriptelement.py: Added set_create_dev_shm() API
     add 269e86b  script plugin: Expose create-dev-shm configuration
     add 594dffe  tests/integration/sandbox-bwrap.py: Test creation of /dev/shm mountpoint

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   (2e59d08)
            \
             N -- N -- N   refs/heads/tristan/bst-1/bwrap-dev-shm (594dffe)

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:
 .../sandbox-bwrap/build-dev-shm-mounted.bst        | 11 +++++++++
 .../sandbox-bwrap/build-dev-shm-not-mounted.bst    | 11 +++++++++
 .../sandbox-bwrap/script-dev-shm-mounted.bst       | 11 +++++++++
 .../sandbox-bwrap/script-dev-shm-not-mounted.bst   | 11 +++++++++
 .../elements/sandbox-bwrap/test-dev-shm.bst        | 15 ------------
 tests/integration/project/files/test_shm.c         | 28 ----------------------
 tests/integration/sandbox-bwrap.py                 | 12 ++++++----
 7 files changed, 52 insertions(+), 47 deletions(-)
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/build-dev-shm-mounted.bst
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/build-dev-shm-not-mounted.bst
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/script-dev-shm-mounted.bst
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/script-dev-shm-not-mounted.bst
 delete mode 100644 tests/integration/project/elements/sandbox-bwrap/test-dev-shm.bst
 delete mode 100644 tests/integration/project/files/test_shm.c