summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-2/+15
* Bump BST_CORE_ARTIFACT_VERSION for deterministic source pluginsValentin David2018-08-121-1/+1
* buildstream/plugins/sources/zip.py: Fix non-determism in staging.Valentin David2018-08-121-2/+30
* Use deterministic umask when staging sources.Valentin David2018-08-121-1/+10
* buildstream/plugins/sources/local.py: Make staging deterministic.Valentin David2018-08-121-1/+25
* Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-104-43/+41
* buildstream/_project.py: Restrict max-jobsJavier Jardón2018-08-091-1/+4
* buildstream/_project.py:Javier Jardón2018-08-091-2/+1
* Keep original flags for create in SafeHardlinks.Valentin David2018-08-092-3/+7
* cascache: move tmp directory one level uptiagogomes/issue-520Tiago Gomes2018-08-093-8/+10
* _artifactcache/cascache.py: Fix for PEP 479 / Python 3.7Jürg Billeter2018-08-071-2/+5
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-072-3/+23
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-072-3/+18
* PullQueue: fix resource usedTiago Gomes2018-08-062-3/+3
* __main__.py: Adding private entry point so we can run BuildStream without ins...Tristan Van Berkom2018-08-051-0/+17
* element.py (docs): dashes not underscores for build and install rootEd Baunton2018-08-041-2/+2
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0214-202/+550
* Refactor plugin factory creationValentin David2018-08-024-73/+95
* Make Project owner of Loader.Valentin David2018-08-028-86/+121
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-022-19/+18
* 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
* ostree plugin: validate project pathsTiago Gomes2018-08-021-3/+5
* patch plugin: validate project pathsTiago Gomes2018-08-021-9/+4
* local plugin: validate project pathsTiago Gomes2018-08-021-7/+5
* plugin: bake API to get and validate a project pathTiago Gomes2018-08-023-3/+146
* _stream.py: Print details on checkout failuremablanch/447-stack-trace-checkoutMartin Blanchard2018-08-011-1/+1
* element.py: Raise an exception on unbuilt element checkoutMartin Blanchard2018-08-011-0/+6
* cascache.py: Display SKIPPED message for each remote skippedQinusty/481Josh Smith2018-08-011-3/+10
* message.py: MessagesType.SKIPPED addedJosh Smith2018-08-012-0/+2
* sandbox.py: Use _root in _has_commandjmac/virtual_directoriesJim MacArthur2018-08-011-2/+2
* compose.py: Remove unused getmtime()Jim MacArthur2018-08-011-7/+0
* scriptelement.py: Convert to virtual directoriesJim MacArthur2018-08-011-5/+4
* plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-08-011-6/+5
* sandbox: Remove instances of get_directoryJim MacArthur2018-08-012-2/+5
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-08-011-13/+10
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-08-011-25/+13
* element.py: Conversion to use virtual directoriesJim MacArthur2018-08-011-51/+62
* _stream.py: Convert to virtual directories.Jim MacArthur2018-08-011-43/+9
* sandbox.py: Add function to get virtual directory.Jim MacArthur2018-08-011-0/+15
* storage: Add __init__.pyJim MacArthur2018-08-011-0/+22
* Add the virtual directory class 'Directory' and one implementation.Jim MacArthur2018-08-014-1/+372
* Sandbox.py: Rename __root to _root.Jim MacArthur2018-08-012-5/+6
* utils.py: add getmtime() and magic_timestampJim MacArthur2018-08-011-5/+13
* Add BST_VIRTUAL_DIRECTORY flag for element pluginsJim MacArthur2018-08-012-4/+19
* complete.py: Ensure paths get completed from 'element-path'mablanch/448-autocompletion-broken-defaultsMartin Blanchard2018-08-011-3/+4
* Added the missing `_get_build_log` functionknownexus2018-07-311-1/+6
* _scheduler/queues: Add failed builds to "done" queueRichard Maw2018-07-312-1/+4
* _scheduler/queues/buildqueue.py: Skip rebuilding cached failuresRichard Maw2018-07-311-0/+35