summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Testingtest-public-dataTristan Van Berkom2017-07-052-4/+32
* TestingTristan Van Berkom2017-07-051-1/+3
* element.py: Fix pep8 error from my previous commitTristan Van Berkom2017-07-051-1/+1
* element.py: Added Element.set_public_data()Tristan Van Berkom2017-07-051-1/+34
* compose.py: Ensure include list order does not effect cache keysTristan Van Berkom2017-07-051-1/+1
* element.py: _cached() and _assert_cached() now takes tristate 'recalculate'Tristan Van Berkom2017-07-051-6/+17
* element.py: Support dynamic public dataJürg Billeter2017-07-051-2/+18
* element.py: Do not compile splitters in constructorJürg Billeter2017-07-051-3/+4
* element.py: Commit public data to artifact cacheJürg Billeter2017-07-051-0/+5
* compose.py: Simplify cache key generationJürg Billeter2017-07-051-30/+1
* element.py: Include static public data for cache key generationJürg Billeter2017-07-051-13/+1
* element.py: Commit build log to artifact cacheJürg Billeter2017-07-051-3/+11
* element.py: Move build output to files subdirectoryJürg Billeter2017-07-051-4/+13
* _yaml.py: Dump sanitized mappings as unordered mappingsJürg Billeter2017-07-051-1/+13
* .gitlab-ci.yml: Add color output to integration testsTristan Maat2017-07-051-1/+1
* .gitbal-ci.yml: Add cachingTristan Maat2017-07-051-2/+7
* .gitlab-ci.yml: Add integration testsTristan Maat2017-07-051-12/+19
* buildelement.py: Log commands run by source-bundle scriptsSam Thursfield2017-07-051-1/+1
* build-all.sh.in: Fix typo `ldcondig` -> `ldconfig`Sam Thursfield2017-07-051-1/+1
* main.py, widget.py: Moving some imports from main -> widgetTristan Van Berkom2017-07-052-3/+2
* Fix symlink generation being confused by symlinks to the sandbox root44-symlinks-in-the-sandbox-are-broken-by-the-path-to-the-buildstream-cache-containing-symlinksJonathan Maw2017-07-041-1/+1
* utils.py: Fixed recent _set_deterministic_user() addition to not follow symli...Tristan Van Berkom2017-07-041-2/+2
* Regenerating man pages with recent optionsTristan Van Berkom2017-07-048-23/+74
* main.py: Renamed option to --colors / --no-colorsTristan Van Berkom2017-07-041-4/+4
* Ensure element permissions are set to euid and egid after stagingTristan Maat2017-07-042-0/+22
* main.py: Added --ansi-colors/--no-ansi-colors optionTristan Van Berkom2017-07-041-3/+16
* status.py: Control whether to print colors with colors argumentTristan Van Berkom2017-07-041-3/+5
* widget.py: print_heading() now takes a styling booleanTristan Van Berkom2017-07-041-2/+6
* element.py: Fix dependency handling in cache key calculationJürg Billeter2017-07-041-1/+1
* main.py: Added --pushers argumentTristan Van Berkom2017-07-031-1/+4
* _artifactcache.py: Use the new mountdir options to ostree push/pull APIsTristan Van Berkom2017-07-031-2/+7
* _ostree.py: Added mountdir option to ostree push/pull apisTristan Van Berkom2017-07-031-3/+7
* scheduler.py: Prioritize the last queues first when scheduling.Tristan Van Berkom2017-07-031-1/+9
* ostree-push/ostree-pull-ssh: Added --basedir and more reliable terminationTristan Van Berkom2017-07-032-30/+70
* _ostree.py: Call ostree shell scripts with SIGTERM handling enabled.Tristan Van Berkom2017-07-031-0/+2
* ostree-pull-sh, ostree-push: Graceful termination on SIGTERM.Tristan Van Berkom2017-07-032-10/+40
* utils.py: Optional 'terminate' argument to _call() private function.Tristan Van Berkom2017-07-031-16/+32
* ostree-pull-ssh, ostree-push: Dont try to unmount not-mounted directoryTristan Van Berkom2017-07-032-3/+7
* _pipeline.py: Fixup an error in previous commit...Tristan Van Berkom2017-07-021-1/+1
* _pipeline.py: Fixing pep8 errorTristan Van Berkom2017-07-021-2/+4
* Revert "status.py: Group queues by name"Tristan Van Berkom2017-07-021-12/+4
* _pipeline.py: Use PullQueue instead, and add pulled elements to build summariesTristan Van Berkom2017-07-021-10/+12
* _scheduler: Renamed ArtifactFetchQueue to PullQueueTristan Van Berkom2017-07-022-4/+4
* element.py: Removed _direct_deps() APITristan Van Berkom2017-07-011-21/+3
* _pipeline.py: Use Element.dependencies() instead of _direct_deps()Tristan Van Berkom2017-07-011-2/+2
* script.py: Added documentationTristan Van Berkom2017-07-012-0/+8
* plugin.py: Document that logging is normally suppressed during configureJonathan Maw2017-07-011-0/+5
* x86image.yaml: Fixing non-standard initTristan Van Berkom2017-07-011-1/+1
* element.py: Fix behaviour of Element._direct_deps(Scope.BUILD)Sam Thursfield2017-06-301-1/+1
* _fuse/mount.py: Check exit status of fuse mount processTristan Van Berkom2017-06-301-7/+17