Commits on Source (4)
-
Ed Baunton authored
Add a plugin that supports downloading files verbatim from a source with an optional overridable filename and destination directory. Bumps bst format version to 10. Fixes #163
-
Ed Baunton authored
When the user provides a path for the filename parameter, provide a reason
-
Ed Baunton authored
Add remote source plugin Closes #163 See merge request !541
-
Showing
- .gitlab-ci.yml 4 additions, 0 deletions.gitlab-ci.yml
- buildstream/_versions.py 1 addition, 1 deletionbuildstream/_versions.py
- buildstream/plugins/sources/remote.py 81 additions, 0 deletionsbuildstream/plugins/sources/remote.py
- doc/source/core_plugins.rst 1 addition, 0 deletionsdoc/source/core_plugins.rst
- tests/sources/remote.py 133 additions, 0 deletionstests/sources/remote.py
- tests/sources/remote/missing-file/target.bst 7 additions, 0 deletionstests/sources/remote/missing-file/target.bst
- tests/sources/remote/no-ref/file 1 addition, 0 deletionstests/sources/remote/no-ref/file
- tests/sources/remote/no-ref/target.bst 5 additions, 0 deletionstests/sources/remote/no-ref/target.bst
- tests/sources/remote/path-in-filename/dir/file 0 additions, 0 deletionstests/sources/remote/path-in-filename/dir/file
- tests/sources/remote/path-in-filename/target.bst 7 additions, 0 deletionstests/sources/remote/path-in-filename/target.bst
- tests/sources/remote/single-file-custom-name/dir/file 0 additions, 0 deletionstests/sources/remote/single-file-custom-name/dir/file
- tests/sources/remote/single-file-custom-name/target.bst 7 additions, 0 deletionstests/sources/remote/single-file-custom-name/target.bst
- tests/sources/remote/single-file/dir/file 0 additions, 0 deletionstests/sources/remote/single-file/dir/file
- tests/sources/remote/single-file/target.bst 6 additions, 0 deletionstests/sources/remote/single-file/target.bst
- tests/sources/remote/unique-keys/dir/file 0 additions, 0 deletionstests/sources/remote/unique-keys/dir/file
- tests/sources/remote/unique-keys/target-custom.bst 7 additions, 0 deletionstests/sources/remote/unique-keys/target-custom.bst
- tests/sources/remote/unique-keys/target.bst 6 additions, 0 deletionstests/sources/remote/unique-keys/target.bst
buildstream/plugins/sources/remote.py
0 → 100644
tests/sources/remote.py
0 → 100644
tests/sources/remote/missing-file/target.bst
0 → 100644
tests/sources/remote/no-ref/file
0 → 100644
tests/sources/remote/no-ref/target.bst
0 → 100644
tests/sources/remote/single-file/dir/file
0 → 100644
tests/sources/remote/single-file/target.bst
0 → 100644
tests/sources/remote/unique-keys/dir/file
0 → 100644
tests/sources/remote/unique-keys/target.bst
0 → 100644