| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Instead use BST_STRICT_REBUILD and follow a new pattern we're
using for any class attributes used for the plugin to communicate
static data back to the core.
|
| |
|
|
|
|
|
| |
This was causing sphinx to warn about non-existing references
to 'stage'
|
|
|
|
|
|
|
|
| |
Recently added code which iterates over the layout to mark
the non-root directories in the sandbox, but selt.__layout
can be None, just changed to make the default class data be
an empty list (which is an equally a falsy value as None, so
other code need not change).
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a layout member specifies an element, the sandbox will be marked
for this directory as an 'artifact' directory.
Layout members without specifying an element make that directory
available read-write without marking it as an artifact directory.
Also simplified code around looping through dependencies to search,
simply searching self.search(Scope.BUILD...) does the trick in all
required cases.
|
| |
|
| |
|
|
|
|
| |
Instead of directly formatted elements, this looks more comprehensive.
|
|
|