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/08/26 12:21:53 UTC

[buildstream] branch bst-1 updated (705e92d -> b162984)

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

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


    from 705e92d  Merge pull request #1501 from apache/tristan/bst-1/update-news
     add d7a4860  tests/cachekey/project/project.conf: Fix cache key test
     add 503bc52  types.py: Add a CoreWarning for unaliased sources
     add 172f90d  source.py: Raise a fatal-able warning when using an unaliased source.
     add 97abc82  source.py: Raise an error at load time when encountering unresolved source aliases
     add 20882c7  tests/frontend/show.py: Test (fatal) warnings for unaliased URLs in sources
     new b162984  Merge pull request #1503 from apache/tristan/bst-1/unaliased-sources

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:
 buildstream/source.py                             | 20 ++++++++++++++++++++
 buildstream/types.py                              |  6 ++++++
 tests/cachekey/project/project.conf               |  3 +++
 tests/frontend/project/elements/unaliased-tar.bst |  5 +++++
 tests/frontend/show.py                            | 17 +++++++++++++++++
 5 files changed, 51 insertions(+)
 create mode 100644 tests/frontend/project/elements/unaliased-tar.bst

[buildstream] 01/01: Merge pull request #1503 from apache/tristan/bst-1/unaliased-sources

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

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

commit b162984cf3c675cb12c3479fab26e901b75a9fdd
Merge: 705e92d 20882c7
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Aug 26 21:21:47 2021 +0900

    Merge pull request #1503 from apache/tristan/bst-1/unaliased-sources
    
    Handle unaliased and mis-aliased sources (bst-1)

 buildstream/source.py                             | 20 ++++++++++++++++++++
 buildstream/types.py                              |  6 ++++++
 tests/cachekey/project/project.conf               |  3 +++
 tests/frontend/project/elements/unaliased-tar.bst |  5 +++++
 tests/frontend/show.py                            | 17 +++++++++++++++++
 5 files changed, 51 insertions(+)