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/04/06 12:26:12 UTC

[buildstream] branch tristan/remove-plugins updated (aec50663f -> 33d34ae27)

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

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


 discard aec50663f tox.ini: Use version of bst-plugins-experimental which doesn't try to test upstream git
 discard 521fe38f1 src/buildstream/plugins: Removing autotools element
 discard ab15db515 tox.ini, doc/examples: Use autotools element from buildstream-plugins
 discard a4da9df40 tests/remoteexecution: Use internal autotools element for remote execution tests
 discard e71aadc79 tests/remotecache/simple.py: Use internal autotools element for the build
 discard cb70b103f tests/integration: Use internal autotools element for autotools builds
 discard 41772c97c tests/format/projectoverrides.py: Use internal autotools plugin to test the overrides
 discard 87037ad7f tests/format/variables.py: Use internal autotools plugin to test variable compositing
 discard 10c1d9dc7 tests/plugins/sample-plugins: Adding autotools plugin for local use
 discard da6312c09 tests: Using manual elements instead of autotools elements where possible
 discard da9ad68b0 plugins/sources/git.py: Removing git source
 discard a4fe0b094 tests/cachekey: Removing git source from cache key tests
 discard 2e551a063 tests/conftest.py: Remove git from generic source tests
 discard 7235686ab tests/sources/git.py: Remove git source tests
 discard 94f1fe72f tests/frontend/mirror.py: Use internal git source for these tests
 discard 69c8a5825 tests/frontend/track.py: port tests to use internal git source
 discard 62912a1cd tests/plugins/sample-plugins: Adding git source to sample plugins
 discard 2396ce333 tests/testutils/site.py: Move the pip_sample_plugins() check to a common site.py
 discard 27873e1d8 tests: Use tar for testing in place of git wherever possible
 discard 8e7143e97 plugins/sources/patch.py: Removing patch source
 discard 90db2aeaa tests/sourcecache/project: Adding patch source to the project so tests pass
 discard bd61f80af tests/cachekey: Removing patch source from cache key tests
 discard ca1d17dbe tests/sources/patch.py: Removing patch source tests
 discard 9fe4c03a5 plugins/sources/pip.py: Removing pip source
 discard 64f216f90 tests/cachekey: Removing pip source from cachekey test
 discard c4f9b5427 tests/integration/pip_source.py: Removing pip source integration test
 discard ee6b2269d tests/sources/pip.py: Removing pip source test
 discard 525cf9a8f plugins/sources/bzr.py: Removing bzr source
 discard cefaf5245 tests/cachekey: Removing bzr from cachekey tests
 discard c3caec390 tests/sources/bzr.py: Removing bzr specific tests
 discard 337f0a3d9 tests/conftest.py: Remove bzr from automated source tests
 discard 33601ceea _testing/_cachekeys.py: Fix references to buildstream._testing
 discard d74c3ab23 doc/source/porting_project.rst: Correcting example of junction plugin in porting guide
     add d0ee47f5a .asf.yaml: Whitespace commit, trying to trigger docs builds
     add 094e47442 doc/source/porting_project.rst: Correcting example of junction plugin in porting guide
     add 469d26934 _testing/_cachekeys.py: Fix references to buildstream._testing
     add bbb8eb3ed tests/conftest.py: Remove bzr from automated source tests
     add 2b80c50bc tests/sources/bzr.py: Removing bzr specific tests
     add 4c22eda96 tests/cachekey: Removing bzr from cachekey tests
     add b50cf3aa7 plugins/sources/bzr.py: Removing bzr source
     add e1044bee2 tests/sources/pip.py: Removing pip source test
     add 416d7a095 tests/integration/pip_source.py: Removing pip source integration test
     add 27b1d5703 tests/cachekey: Removing pip source from cachekey test
     add de47dea59 plugins/sources/pip.py: Removing pip source
     add 0c6e92667 tests/sources/patch.py: Removing patch source tests
     add 24ee1c7ff tests/cachekey: Removing patch source from cache key tests
     add a81dcba81 tests/sourcecache/project: Adding patch source to the project so tests pass
     add 0497b380e plugins/sources/patch.py: Removing patch source
     add 4831be073 tests: Use tar for testing in place of git wherever possible
     add 6db057861 tests/testutils/site.py: Move the pip_sample_plugins() check to a common site.py
     add 91aee3e95 tests/plugins/sample-plugins: Adding git source to sample plugins
     add 863383d36 tests/frontend/track.py: port tests to use internal git source
     add c79476749 tests/frontend/mirror.py: Use internal git source for these tests
     add dbddc2671 tests/sources/git.py: Remove git source tests
     add b1476f172 tests/conftest.py: Remove git from generic source tests
     add f66e31028 tests/cachekey: Removing git source from cache key tests
     add 45958df5b plugins/sources/git.py: Removing git source
     add a0b20edd8 tests: Using manual elements instead of autotools elements where possible
     add d3ad49485 tests/plugins/sample-plugins: Adding autotools plugin for local use
     add 1fbdbdb4c tests/format/variables.py: Use internal autotools plugin to test variable compositing
     add 74f10db52 tests/format/projectoverrides.py: Use internal autotools plugin to test the overrides
     add 3441c986b tests/integration: Use internal autotools element for autotools builds
     add 83ecba413 tests/remotecache/simple.py: Use internal autotools element for the build
     add 34e2c73af tests/remoteexecution: Use internal autotools element for remote execution tests
     add dbb2d3a3b tox.ini, doc/examples: Use autotools element from buildstream-plugins
     add 8de11af25 src/buildstream/plugins: Removing autotools element
     add 33d34ae27 tox.ini: Use version of bst-plugins-experimental which doesn't try to test upstream git

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   (aec50663f)
            \
             N -- N -- N   refs/heads/tristan/remove-plugins (33d34ae27)

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 | 1 -
 1 file changed, 1 deletion(-)