summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* utils.py: Fix corner case in relative_symlink_path() that breaks buildsSam Thursfield2017-06-281-1/+1
* MANIFEST.in: Adding Dockerfile and Dockerfile-build.sh to source distributionTristan Van Berkom2017-06-281-0/+2
* Rewrite Dockerfile to add latest OSTreeSam Thursfield2017-06-282-16/+62
* status.py: Group queues by nameJürg Billeter2017-06-271-4/+12
* Artifact fetch supportJürg Billeter2017-06-275-2/+79
* Artifact push supportJürg Billeter2017-06-275-10/+95
* tests/artifactcache: Add local push and fetch testJürg Billeter2017-06-271-1/+18
* _artifactcache.py: Add remove methodJürg Billeter2017-06-271-0/+15
* _artifactcache.py: Support local artifact sharingJürg Billeter2017-06-271-0/+2
* _artifactcache.py: Support http artifact sharingJürg Billeter2017-06-271-2/+15
* _artifactcache.py: Add SSH artifact fetch supportJürg Billeter2017-06-271-0/+21
* _artifactcache.py: Add SSH artifact push supportJürg Billeter2017-06-271-0/+21
* _ostree.py: Add remove functionJürg Billeter2017-06-271-0/+23
* _ostree.py: Support local artifact sharingJürg Billeter2017-06-271-10/+15
* _ostree.py: Add SSH artifact fetch supportJürg Billeter2017-06-274-1/+141
* _ostree.py: Add SSH artifact push supportJürg Billeter2017-06-274-1/+145
* _ostree.py: Support multiple remotesJürg Billeter2017-06-272-11/+13
* context.py: Add artifact-share config optionJürg Billeter2017-06-271-0/+8
* scheduler: Add push queue typeJürg Billeter2017-06-275-1/+13
* plugin.py: Use utils._call()Jürg Billeter2017-06-271-39/+1
* utils.py: Add _call()Jürg Billeter2017-06-271-0/+59
* element.py: Allow forceful reinterrogation of cached stateJürg Billeter2017-06-261-1/+7
* _sandboxbwrap.py: Better handling of interactiveTristan Van Berkom2017-06-251-32/+30