summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _ostree.py: Avoid raising GLib.Error from configure_remote()Sam Thursfield2017-12-121-6/+9
* Remove unused variablesGökçen Nurlu2017-12-112-3/+0
* _fuse/mount.py: Fix missing import of ImplErrorGökçen Nurlu2017-12-111-0/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* _profile.py: Fix missing 'self.' keywordGökçen Nurlu2017-12-111-1/+1
* Remove unused importsGökçen Nurlu2017-12-0727-81/+42
* utils.py: Removing safe_move() and move_files() APIsTristan Van Berkom2017-12-051-65/+0
* _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4
* _pipeline.py: Added hardlinks option to Pipeline.checkout()Tristan Van Berkom2017-12-051-5/+29
* element.py: Removing unconditional INFO message when stagingTristan Van Berkom2017-12-051-1/+0
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-3/+5
* Produce a more in-depth report of overlaps when stagingJonathan Maw2017-12-011-9/+23
* utils: Expand file copying to optionally report files writtenJonathan Maw2017-12-011-7/+23
* buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* Issue #142: Ensure we don't append provenances twiceTristan Maat2017-11-302-5/+10
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Allow stdout and stderr to be overriden in Plugin.callValentin David2017-11-301-5/+4
* _options/optionpool.py: Split load_valuesJürg Billeter2017-11-302-6/+14
* _pipeline.py: Load platform before creating Loader instanceJürg Billeter2017-11-301-5/+5
* _loader.py: Remove historic distinction between element name and filenameJürg Billeter2017-11-301-8/+6
* _loader.py: Remove unused basedir attribute from LoadElementJürg Billeter2017-11-301-5/+2
* _loader.py: Remove unused owner attribute from DependencyJürg Billeter2017-11-301-7/+6
* _loader.py: Create Dependency objects for dummy targetJürg Billeter2017-11-301-1/+1
* plugin.py: Add log() methodSam Thursfield2017-11-291-0/+12
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* Only initialize remote artifact cache connections if neededSam Thursfield2017-11-234-15/+26
* _artifactcache.py: Fixed stack trace regression in pushing of artifacts.Tristan Van Berkom2017-11-241-2/+2
* Replace 'push-url' and 'pull-url' options with just 'url'sam/canonical-push-urlsSam Thursfield2017-11-226-96/+60
* Remove the push-port config optionSam Thursfield2017-11-226-27/+12
* Artifact push URLs must redirect to the corresponding pull URLSam Thursfield2017-11-222-14/+56
* Check connectivity to remote cache on `bst push`Sam Thursfield2017-11-221-0/+2
* Accept the first character as shortcut on interruption prompts130-interactive-prompt-prefixAntoine Wacheux2017-11-211-12/+40
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-214-13/+13
* plugins/elements/compose.py: post merge fixing of compose elementTristan Van Berkom2017-11-201-19/+27
* element.py: Some changes to the added compute_manifest() methodTristan Van Berkom2017-11-201-10/+2
* Handle removed files from integration in compose pluginValentin David2017-11-202-20/+58
* _ostree.py: Fix string formatting in fetch()Jürg Billeter2017-11-201-1/+2
* Revert "Accept the first character as shortcut on interruption prompts"Tristan Van Berkom2017-11-191-40/+12
* Accept the first character as shortcut on interruption promptsAntoine Wacheux2017-11-191-12/+40
* _pipeline.py: Adjust remove_elements to work on the 'intersection'Tristan Maat2017-11-181-38/+53
* Load excepted elements as part of the pipelineTristan Maat2017-11-182-13/+20
* main.py: Fix app initializationTristan Maat2017-11-181-6/+6
* utils.py: Fix variable name typoGökçen Nurlu2017-11-171-1/+1
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-1714-76/+77
* _yaml.py: Remove extra brackets in Provenance classGökçen Nurlu2017-11-171-2/+2
* plugins/sources/tar.py: Consider link names in extractionTristan Van Berkom2017-11-171-0/+13
* element.py: Fixed manual signature override in docstringTristan Van Berkom2017-11-161-1/+1
* sandbox.py: Make mark_directory use keyword args97-apply-pep-3102-to-all-public-api-surfacesJonathan Maw2017-11-141-1/+1