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/25 11:55:09 UTC

[buildstream-plugins] branch master updated (327cc63 -> 5fa7688)

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-plugins.git


    from 327cc63  Merge pull request #3 from apache/tristan/add-cachekey-tests
     add 3ce4479  tests/sources/docker.py: Adding docker source test
     new 5fa7688  Merge pull request #8 from apache/tristan/add-docker-tests

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:
 requirements/test-requirements.txt                 |   2 +-
 tests/sources/docker.py                            | 111 +++++++++++++++++++++
 tests/sources/docker/elements/dockerhub-alpine.bst |   8 ++
 tests/sources/{pip-build => docker}/project.conf   |  14 +--
 4 files changed, 128 insertions(+), 7 deletions(-)
 create mode 100644 tests/sources/docker.py
 create mode 100644 tests/sources/docker/elements/dockerhub-alpine.bst
 copy tests/sources/{pip-build => docker}/project.conf (62%)


[buildstream-plugins] 01/01: Merge pull request #8 from apache/tristan/add-docker-tests

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5fa7688e3c471fbe156dd0025f95c8c3887b659f
Merge: 327cc63 3ce4479
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Apr 25 20:55:05 2022 +0900

    Merge pull request #8 from apache/tristan/add-docker-tests
    
    tests/sources/docker.py: Adding docker source test

 requirements/test-requirements.txt                 |   2 +-
 tests/sources/docker.py                            | 111 +++++++++++++++++++++
 tests/sources/docker/elements/dockerhub-alpine.bst |   8 ++
 tests/sources/docker/project.conf                  |  17 ++++
 4 files changed, 137 insertions(+), 1 deletion(-)