summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: Allow myself to test the Docker image buildssam/docker-automationSam Thursfield2017-08-251-1/+1
* Add manual CI job that builds and pushes Docker imagesSam Thursfield2017-08-251-0/+12
* 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
* _sandboxbwrap.py: Ensure existence of the cwdTristan Van Berkom2017-07-261-0/+5
* element.py: Fix self.__public being written to during buildsJonathan Maw2017-07-261-1/+1
* dpkg_build.py: Prevent cache-key changing mid-buildJonathan Maw2017-07-261-1/+16
* _artifactcache/pushreceive.py: Drop branch check in receiverJürg Billeter2017-07-261-18/+1
* _sandboxbwrap.py: Restore terminal after exit of interactive childJürg Billeter2017-07-251-0/+12
* element.py: Introduce artifact versionsJürg Billeter2017-07-251-0/+29
* buildstream/_loader.py: Don't repeat elements in resolve_project_variantPedro Alvarez Piedehierro2017-07-251-2/+10