summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* main.py: Added --ansi-colors/--no-ansi-colors optiontesting-colorsTristan Van Berkom2017-07-041-2/+13
* widget.py: print_heading() now takes a styling booleanTristan Van Berkom2017-07-041-2/+6
* 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
* Enhanced documentation for split-rules public dataTristan Van Berkom2017-06-302-4/+9
* Added documentation about public data in the bst domain.Tristan Van Berkom2017-06-303-0/+78
* element.py: Docstring fixTristan Van Berkom2017-06-301-3/+3
* scriptelement.py: Fixing docstringTristan Van Berkom2017-06-301-4/+4
* utils.py: Rewording some docstrings for new glob() apiTristan Van Berkom2017-06-301-7/+7
* Change the default behaviour of `bst track` to --deps=noneSam Thursfield2017-06-301-4/+4
* projectconfig.yaml: Default split rules are now globsTristan Van Berkom2017-06-301-17/+17
* element.py: Expect glob style split rulesTristan Van Berkom2017-06-301-1/+1
* utils.py: Use proper reStructuredText notes in API docsTristan Van Berkom2017-06-301-15/+15
* utils.py: Improved glob() functionTristan Van Berkom2017-06-301-6/+98
* utils.py: Add missing signal importJürg Billeter2017-06-291-0/+1
* tar.py: Use the utils.glob() methodTristan Van Berkom2017-06-291-20/+2
* element.py: Now use FileListResult, and return it from Element.stage_artifact()Tristan Van Berkom2017-06-291-12/+8
* utils.py: Added glob() utility.Tristan Van Berkom2017-06-291-0/+27
* utils.py: Better API for file list operationsTristan Van Berkom2017-06-291-40/+69
* Revert "utils.py: Additional fix to _relative_symlink_target()"Tristan Van Berkom2017-06-291-6/+1
* _pipeline.py: Fixed bad except statementTristan Van Berkom2017-06-291-1/+1
* Fix #42Tristan Maat2017-06-282-12/+14
* utils.py: Additional fix to _relative_symlink_target()Tristan Van Berkom2017-06-281-1/+6
* main.py: Enhanced some documentation on the new source-bundle commandTristan Van Berkom2017-06-281-1/+9
* Fix accidental permission changesTristan Maat2017-06-285-0/+0
* main.py: Add source-bundle commandTristan Maat2017-06-281-0/+39
* _pipeline.py: Add source-bundle command APITristan Maat2017-06-281-0/+97
* buildelement.py: Implement generate_scriptTristan Maat2017-06-281-0/+12
* Add script templatesTristan Maat2017-06-285-1/+90
* element.py: Add generate_script APITristan Maat2017-06-281-2/+53
* element.py: Add _stage_sources_atTristan Maat2017-06-281-7/+17