summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _artifactcache/pushreceive.py: Verify that we have the commit objectspushreceiveJürg Billeter2017-07-271-0/+6
* _artifactcache/pushreceive.py: Add handshake after sending objectsJürg Billeter2017-07-271-0/+12
* 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
* element.py: Check consistency before recursion in _get_cache_key()Jürg Billeter2017-07-251-8/+8
* Check for write access to remote artifact cache early on in the pipelinesam/artifactcache-preflight-checkSam Thursfield2017-07-213-38/+121
* _artifactcache/pushreceive.py: Do not list all refsJürg Billeter2017-07-201-5/+20
* userconfig.yaml: Mention push-url restrictionsummaryJürg Billeter2017-07-201-0/+1
* Artifacts documentation: Add section for summary file updatesJürg Billeter2017-07-201-0/+17
* _pipeline.py: Continue if remote artifact repository is unavailableJürg Billeter2017-07-201-2/+6
* _artifactcache: Add set_offline()Jürg Billeter2017-07-201-2/+17
* element.py: Remove _built() and _set_build()Jürg Billeter2017-07-201-19/+0
* buildqueue.py: Do not call _set_built()Jürg Billeter2017-07-201-1/+0
* pushqueue.py: Use _skip_push() instead of _built()Jürg Billeter2017-07-201-1/+1
* element.py: Add _skip_push()Jürg Billeter2017-07-201-0/+17
* _artifactcache: Add remote_contains_key()Jürg Billeter2017-07-201-5/+19
* _artifactcache: Do not attempt to pull unavailable artifactsJürg Billeter2017-07-201-19/+18
* pullqueue.py: Update skip rulesJürg Billeter2017-07-201-1/+13
* element.py: Consider pull failure fatalJürg Billeter2017-07-201-22/+5
* _pipeline.py: Use _remotely_cached()Jürg Billeter2017-07-201-1/+1
* _pipeline.py: Fetch remote refsJürg Billeter2017-07-201-0/+3
* tests/artifactcache: Generate and fetch summary fileJürg Billeter2017-07-201-2/+13
* tests/artifactcache: Do not configure pull/push for all testsJürg Billeter2017-07-201-3/+4
* element.py: Add _remotely_cached()Jürg Billeter2017-07-201-0/+37
* _artifactcache: Add remote_contains()Jürg Billeter2017-07-201-0/+25
* _artifactcache: Use subprocess to fetch summaryJürg Billeter2017-07-201-1/+18
* _artifactcache: Add fetch_remote_refs()Jürg Billeter2017-07-201-0/+16
* _ostree.py: Add list_remote_refs()Jürg Billeter2017-07-201-0/+19
* element.py: Do not fail with artifacts with pre-workspace metadataJürg Billeter2017-07-201-2/+8
* .gitlab-ci.yml: Install bzr to run testsPedro Alvarez Piedehierro2017-07-191-0/+1
* docs: Fix Docker instructionsPedro Alvarez Piedehierro2017-07-191-2/+7
* Dockerfile: Include bzr into the imagePedro Alvarez Piedehierro2017-07-191-1/+1
* dpkg_deploy.yaml: Removed a line of whitespace which had floating tabsTristan Van Berkom2017-07-191-1/+0
* Add documentation links to dpkg_build and dpkg_deploy elementsJonathan Maw2017-07-191-0/+2
* dpkg-deploy: Add an element that creates debian packagesJonathan Maw2017-07-192-0/+294
* dpkg-build.py: Add a build element for debian sourcesJonathan Maw2017-07-192-0/+280
* _frontend/main.py: Naming workspace functions with workspace prefixTristan Van Berkom2017-07-181-8/+8
* source.py: Fix missing files when calculating sha256sumTristan Maat2017-07-171-4/+9
* _pipeline.py: Reset workspace after deletingTristan Maat2017-07-171-4/+4
* element.py: Encode workspaced dependencies in metadataTristan Maat2017-07-171-5/+28