Commits on Source 44
-
Chandan Singh authored
Currently, `get_ref()` does not work when `self.digest` is not set as it assumes that it is a string, which is not the case. This means that tracking a docker source which does not has any ref set will fail with a no-so-friendly message saying `AttributeError: 'NoneType' object has no attribute 'startswith'`. Fix it so that `get_ref()` returns `None` when the ref is `None`.
-
Tristan Maat authored
sources/docker.py: Fix get_ref() to work when digest is not set See merge request !23
-
James Ennis authored
-
James Ennis authored
-
James Ennis authored
The fedora image contains a "later" version of BuildStream which includes the policy on private symbols
-
Jonathan Maw authored
Jennis/fix dpkg plugin See merge request !24
-
James Ennis authored
-
James Ennis authored
-
Jonathan Maw authored
Update plugins See merge request !26
-
James Ennis authored
-
James Ennis authored
Add MAINTAINERS file Closes #7 See merge request !27
-
Chandan Singh authored
As these files are not supposed to be executed directly, they do not need execute permissions.
-
Chandan Singh authored
Shebang lines are not necessary for files that are not executables so remove them. For more context, plese see buildstream#424.
-
Jonathan Maw authored
Remove unecessary execute permissions and shebang lines See merge request !31
-
Similar to the convention followed in other BuildStream repositories, move the MAINTAINERS file to the root of the repository.
-
James Ennis authored
Move MAINTAINERS file to repo root See merge request !30
-
Chandan Singh authored
-
Chandan Singh authored
-
James Ennis authored
Fix minor typos See merge request !29
-
James Ennis authored
-
Jonathan Maw authored
dpkg_build.py: Ensure defined split rules match files See merge request !33
-
James Ennis authored
- Also a change to the script element which copies the os-release file into the install root
-
James Ennis authored
- Also made the way we assert success consistent with main codebase
-
Jonathan Maw authored
Fix the docker tests See merge request !34
-
Currently `docker` source plugin accepts only a single `url` parameter for the full image path, including the registry endpoint. And later it splits them assuming that hostname part of the url is the registry endoint and the rest is the image path. This causes issues when the endpoint is in fact located at a subpath on that hostname, for example 'http://example.com/my-docker-registry'. Fix it by explicitly asking for `registry-url` and `image` separately. As this is a breaking change, bump the version number. Note that the old format is now unsupported. Fixes #9.
-
-
Jonathan Maw authored
Support Docker registries at subpaths Closes #9 See merge request !28
-
Jonathan Maw authored
This should provide some more context of when plugins were added.
-
Jonathan Maw authored
-
Chandan Singh authored
Formatting appears to be broken at present as `===` is being treated as literal. Fix it and also change other places to follow reStructuredText guidelines: - The underline/overline must be at least as long as the title text - Have a separate adornment style for page title
-
Javier Jardón authored
README.rst: Fix formatting Formatting appears to be broken at present as `===` is being treated as literal. Fix it and also change other places to follow reStructuredText guidelines: - The underline/overline must be at least as long as the title text - Have a separate adornment style for page title See merge request !36
-
Tom Coldrick authored
-
Tom Coldrick authored
-
Tom Coldrick authored
-
Tom Coldrick authored
-
Tom Coldrick authored
-
Tom Coldrick authored
-
Javier Jardón authored
Add auto-making of extension directories See merge request !35
-
Jonathan Maw authored
Code submissions by authors in 2018 copyright Bloomberg: * Chandan Singh * James Ennis * Jonathan Maw * Phillip Smyth * Sam Thursfield Code submissions by authors in 2018 copyright Codethink: * Thomas Coldrick
-
Jonathan Maw authored
Set the correct copyright and authorship in plugin headers See merge request !38
-
Jonathan Maw authored
-
Jonathan Maw authored
-
Jonathan Maw authored
Resolve "Coverage report not combined" Closes #1 See merge request !1
-
Tristan Maat authored