summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compose.py plugin: Expose a new `exclude` option.compose-excludeTristan Van Berkom2017-08-292-19/+38
* element.py: Changed artifact staging apis to have an 'exclude' argumentTristan Van Berkom2017-08-291-15/+38
* plugin.py: Added detail parameter to Plugin.timed_activity()Tristan Van Berkom2017-08-291-2/+3
* _frontend: Fixed yesterdays build breakage.Tristan Van Berkom2017-08-282-96/+115
* doc/source/completion.rst: Added some docs on setting up bash completionsTristan Van Berkom2017-08-282-0/+17
* buildstream/data/bst: Adding a bash completion scriptlet.Tristan Van Berkom2017-08-282-1/+38
* main.py: Override clicks entry point and do our completions.Tristan Van Berkom2017-08-281-14/+58
* complete.py: Enhanced to complete bst filesTristan Van Berkom2017-08-281-24/+72
* _frontend/complete.py: Added new custom bash completions modulesTristan Van Berkom2017-08-281-0/+308
* import.py: Implement generate_script() for source bundlesJürg Billeter2017-08-221-0/+26
* artifactcache.py: Fix escaping of element namesTristan Van Berkom2017-08-211-1/+6
* main.py: Add -c / --command option to `bst shell`shell-commandJürg Billeter2017-08-171-2/+5
* element.py: Add optional command argument to _shell()Jürg Billeter2017-08-171-5/+12
* _frontend/main.py: Use click.INT type for bst workspace --sourceThomas Chetwin2017-08-161-3/+3
* workspace open: --no-checkout doesn't need --forceAngelos Evripiotis2017-08-151-1/+1
* main.py: Print status message when fetching artifact listJürg Billeter2017-08-151-0/+4
* _pipeline.py: Add remote_ticker for artifact list fetchingJürg Billeter2017-08-151-0/+3
* Add '-h' as alias for '--help' on all commandsAngelos Evripiotis2017-08-111-1/+1
* Add a pip elementMathieu Bridon2017-08-103-0/+66
* makemaker.py: Fix typo in commentMathieu Bridon2017-08-101-1/+1
* main.py: Include all dependencies in source bundleJürg Billeter2017-08-101-14/+3
* main.py: Fix crash with `bst workspace list` in bad directoryJürg Billeter2017-08-101-3/+7
* _pipeline.py: Fix --deps runJürg Billeter2017-08-101-1/+1
* setup.py: Catch exception with OSTree < 2017.4Jürg Billeter2017-08-101-5/+8
* tests/loader: Test dependency type 'all'Jürg Billeter2017-08-102-0/+22
* _loader.py: Support dependency type 'all'Jürg Billeter2017-08-101-2/+3
* Add `bst pull` commandJürg Billeter2017-08-082-0/+69
* Add initial `bst push` commandSam Thursfield2017-08-082-0/+69
* element.py: Allow calling _skip_push() for uncached elementsJürg Billeter2017-08-081-1/+2
* Update Dockerfile to fc26 as it has a fixed ostree.Justin Erenkrantz2017-08-032-26/+3
* _artifactcache: Fix pull in non-strict modeJürg Billeter2017-08-021-3/+3
* frontend: Implement interactive 'retry' optionTristan Van Berkom2017-08-013-11/+17
* setup.py: Hard require OSTree >= 2017.8Tristan Van Berkom2017-08-011-15/+13
* widget.py: Added 'downloadable' element status.Tristan Van Berkom2017-08-011-0/+2
* element.py: Fix broken exception for non-strict rebuilds of certain elements ...Tristan Van Berkom2017-07-311-1/+1
* scriptelement.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2
* compose.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2
* element.py: Added strict_rebuild class attributeTristan Van Berkom2017-07-291-3/+15
* _artifactcache/pushreceive.py: Fix stream offset checkJürg Billeter2017-07-281-1/+1
* _artifactcache/pushreceive.py: Ensure stream is at the right positionJürg Billeter2017-07-281-0/+7
* Updated man pages.Tristan Van Berkom2017-07-2715-33/+174
* _artifactcache/pushreceive.py: Verify that we have the commit objectsJürg Billeter2017-07-271-0/+6
* _artifactcache/pushreceive.py: Add handshake after sending objectsJürg Billeter2017-07-271-1/+13
* dpkg_build.yaml: Remove useless debiandir from artifactsJonathan Maw2017-07-271-0/+4
* Fix dpkg_build and dpkg_deploy documentation using wrong script namesJonathan Maw2017-07-272-6/+6
* Add network-retries optionJürg Billeter2017-07-276-6/+41
* _scheduler/job.py: Fix respawnJürg Billeter2017-07-271-2/+2
* _scheduler/job.py: Ignore SIGTSTP error for already exited processJürg Billeter2017-07-271-10/+14
* _artifactcache/pushreceive.py: Raise PushException on connection failureJürg Billeter2017-07-261-0/+4
* main.py: Dont handle build failures interactively when --on-error is specifiedTristan Van Berkom2017-07-261-1/+12