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 4061a3e Merge pull request #1629 from apache/tristan/remove-old-badges
add 1c3466f tests/testutils/repo/zip.py: Removing Zip test repo scaffold
add eda8cef tests/sources/zip.py: Removing zip tests
add bcdb885 tests/cachekey: Removing zip sources from the cache key tests
add bd2004e plugins/sources/zip.py: Removing zip source
add e81ce91 doc/source/core_plugins.rst: Remove zip source from docs index
new 2aa11e3 Merge pull request #1630 from apache/tristan/remove-sip-zource
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:
doc/source/core_plugins.rst | 1 -
src/buildstream/plugins/sources/zip.py | 179 --------------------
tests/cachekey/project/sources/zip1.bst | 5 -
tests/cachekey/project/sources/zip1.expected | 1 -
tests/cachekey/project/sources/zip2.bst | 6 -
tests/cachekey/project/sources/zip2.expected | 1 -
tests/cachekey/project/target.bst | 2 -
tests/cachekey/project/target.expected | 2 +-
tests/conftest.py | 2 -
tests/sources/zip.py | 205 -----------------------
tests/sources/zip/explicit-basedir/content/a/b/d | 1 -
tests/sources/zip/explicit-basedir/content/a/c | 1 -
tests/sources/zip/explicit-basedir/target.bst | 7 -
tests/sources/zip/fetch/content/a/b/d | 1 -
tests/sources/zip/fetch/content/a/c | 1 -
tests/sources/zip/fetch/target.bst | 6 -
tests/sources/zip/no-basedir/content/a/b/d | 1 -
tests/sources/zip/no-basedir/content/a/c | 1 -
tests/sources/zip/no-basedir/target.bst | 7 -
tests/sources/zip/no-ref/a/b/d | 1 -
tests/sources/zip/no-ref/a/c | 1 -
tests/sources/zip/no-ref/target.bst | 5 -
tests/testutils/repo/zip.py | 33 ----
23 files changed, 1 insertion(+), 469 deletions(-)
delete mode 100644 src/buildstream/plugins/sources/zip.py
delete mode 100644 tests/cachekey/project/sources/zip1.bst
delete mode 100644 tests/cachekey/project/sources/zip1.expected
delete mode 100644 tests/cachekey/project/sources/zip2.bst
delete mode 100644 tests/cachekey/project/sources/zip2.expected
delete mode 100644 tests/sources/zip.py
delete mode 100644 tests/sources/zip/explicit-basedir/content/a/b/d
delete mode 100644 tests/sources/zip/explicit-basedir/content/a/c
delete mode 100644 tests/sources/zip/explicit-basedir/target.bst
delete mode 100644 tests/sources/zip/fetch/content/a/b/d
delete mode 100644 tests/sources/zip/fetch/content/a/c
delete mode 100644 tests/sources/zip/fetch/target.bst
delete mode 100644 tests/sources/zip/no-basedir/content/a/b/d
delete mode 100644 tests/sources/zip/no-basedir/content/a/c
delete mode 100644 tests/sources/zip/no-basedir/target.bst
delete mode 100644 tests/sources/zip/no-ref/a/b/d
delete mode 100644 tests/sources/zip/no-ref/a/c
delete mode 100644 tests/sources/zip/no-ref/target.bst
delete mode 100644 tests/testutils/repo/zip.py