summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
Commit message (Expand)AuthorAgeFilesLines
* _project.py: Adding FIXME comment to address #591 properlyTristan Van Berkom2018-08-311-1/+7
* buildstream/_project.py: Report if project.conf is missing nameTom Pollard2018-08-311-0/+5
* Fix broken indentation after tracking.Valentin David2018-08-201-1/+1
* buildstream/_project.py: Restrict max-jobsJavier Jardón2018-08-091-1/+4
* buildstream/_project.py:Javier Jardón2018-08-091-2/+1
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-031-141/+264
* Refactor plugin factory creationValentin David2018-08-031-65/+59
* Make Project owner of Loader.Valentin David2018-08-031-1/+62
* project: validate project paths (local plugin paths)Tiago Gomes2018-08-021-1/+4
* project: validate project paths (element-path)Tiago Gomes2018-08-021-1/+3
* Set default mirror via command-line or user configJonathan Maw2018-07-291-2/+6
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-07-291-5/+2
* project: Parse and store mirrorsJonathan Maw2018-07-291-2/+49
* _artifactcache/cascache.py: Add remote cache supportJürg Billeter2018-07-171-1/+1
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Handle cross junction elements in workspaces.Valentin David2018-06-081-5/+0
* _project.py: Allow running bst commands from subdirectories of project rootChandan Singh2018-06-061-2/+29
* _project.py: Remove unused internal function _extract_plugin_paths()Chandan Singh2018-05-111-8/+0
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-2/+2
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-1/+5
* Clean up element/source instantiation code paths.Tristan Van Berkom2018-04-161-10/+8
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-081-1/+6
* _versions.py: Added new file just to hold basic symbolic versionsTristan Van Berkom2018-04-081-7/+1
* _project.py: Remove BST_WORKSPACE_FORMAT_VERSIONTristan Van Berkom2018-04-081-1/+0
* Allow 'None' as a default_value for _yaml.node_getTristan Maat2018-04-071-1/+1
* _project.py: Assert that the loaded project name is a valid symbol nameTristan Van Berkom2018-04-061-0/+5
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-051-3/+1
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-59/+114
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-2/+2
* _project.py: Move format version assertion before any validationTristan Van Berkom2018-03-281-9/+10
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-154/+3
* Increase BST_FORMAT_VERSION to 6Jim MacArthur2018-03-231-1/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-231-2/+5
* project.py: Add workspace.yml format versioning and version 1Richard Maw2018-03-221-31/+54
* _project.py: Load project.refs while loading the project.Tristan Van Berkom2018-03-201-2/+20
* _project.py and docs: Move defaults into the defaults yaml fileTristan Van Berkom2018-03-161-7/+5
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-061-4/+1
* Implement explicit environment assignments for `bst shell`Tristan Van Berkom2018-03-061-2/+9
* _project.py: Support host environment expansion in `host-files` pathsTristan Van Berkom2018-03-061-0/+5
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-041-7/+30
* _project.py: Added 'host-files' shell configurationTristan Van Berkom2018-02-281-2/+16
* _project.py: Parse the new 'shell' sectionTristan Van Berkom2018-02-251-3/+15
* Add a 'sources' field to project.conf to override defaultsJonathan Maw2018-02-191-2/+6
* _yaml.py: Prevent ruamel from removing underscoresPhillip Smyth2018-02-151-1/+2
* Add list of projects to ContextJürg Billeter2018-02-081-0/+2
* Add junction support for subprojectsJürg Billeter2018-02-081-1/+5
* Move element and source factories from Pipeline to ProjectJürg Billeter2018-02-081-9/+13
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-2/+4
* _project.py: Bumping artifact version for execution environmentTristan Van Berkom2018-02-071-1/+1
* Make workspaces element-wide instead of source-specificChandan Singh2018-02-051-22/+52