summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget.py: Fix stacktrace on early pipeline failureinconsistent_traceTristan Maat2017-07-121-25/+26
* _yaml.py: Fixed node_copy()Tristan Van Berkom2017-07-121-0/+2
* status.py: Enhanced queue formatting in status areaTristan Van Berkom2017-07-121-4/+4
* _pipeline.py: Simplified end of session reports.Tristan Van Berkom2017-07-121-23/+8
* main.py: Print the summary after a scheduled session (build, track and fetch)Tristan Van Berkom2017-07-121-0/+15
* widget.py: Added LogLine.print_summary()Tristan Van Berkom2017-07-121-3/+51
* _scheduler: Changed return value of Queue.done() aroundTristan Van Berkom2017-07-126-14/+18
* _scheduler/job.py: Dont call sys._exit() during sys.exit()Tristan Van Berkom2017-07-121-1/+4
* _scheduler/scheduler.py: Done unset scheduler queues when exitingTristan Van Berkom2017-07-121-1/+0
* artifacts documentation: Now there is 'push-port', amend artifact docs for thisTristan Van Berkom2017-07-111-14/+3
* widget.py: Show action name in the log lines along with the element nameTristan Van Berkom2017-07-111-18/+11
* status.py: Minor touchups in the queue formattingTristan Van Berkom2017-07-111-6/+4
* _scheduler/pushqueue.py: Elements which did not need push appear in skipped q...Tristan Van Berkom2017-07-111-2/+8
* element.py: Element._push() returns boolean, indicating whether an upload was...Tristan Van Berkom2017-07-111-1/+5
* context.py: Add option to specify artifact push portTristan Van Berkom2017-07-112-2/+10
* _artifactcache: Few changesTristan Van Berkom2017-07-112-17/+42
* Update man pages for new placement of arch parametersTristan Van Berkom2017-07-118-82/+28
* frontend: New status heading style, show success/skipped/failed elementsTristan Van Berkom2017-07-112-33/+54
* Artifacts documentation: Amending poor documentation about sshd_configTristan Van Berkom2017-07-111-5/+11
* _artifactcache/pushreceive.py: Changing up the bst-artifact-receive optionsTristan Van Berkom2017-07-111-4/+6
* main.py: Fix format stringarch_optionsTristan Maat2017-07-111-1/+1
* main.py: Improve arch help stringsTristan Maat2017-07-111-3/+3
* main.py: Move --arch* options to the main commandTristan Maat2017-07-111-70/+28
* Artifacts documentation: Fixed a little typoTristan Van Berkom2017-07-111-2/+2
* utils.py: Fix _tempdir for python3.4Jonathan Maw2017-07-101-1/+1
* Adding real python2 for pages buildTristan Van Berkom2017-07-101-1/+1
* Revert "Weird ln -s python try to fix damn docs build"Tristan Van Berkom2017-07-101-3/+0
* Weird ln -s python try to fix damn docs buildTristan Van Berkom2017-07-101-0/+3
* Fix missing find command in pages scriptTristan Maat2017-07-101-0/+1
* Regenerating man pagesTristan Van Berkom2017-07-108-29/+71
* bst-artifact-receive: Use click instead of argparseTristan Van Berkom2017-07-101-14/+12
* Adding documentation about setting up artifact caches.Tristan Van Berkom2017-07-102-0/+164
* _ostree.py: Removed push() APITristan Van Berkom2017-07-101-63/+0
* artifactcache.py: Use internal copy of ostree-push to push artifactsTristan Van Berkom2017-07-101-7/+26
* _artifactcache/pushreceive.py: Our local copy of ostree-pushTristan Van Berkom2017-07-103-0/+607
* _artifactcache.py: Moved into submodule with __init__.pyTristan Van Berkom2017-07-102-3/+24
* _scheduler/pullqueue.py: If an artifact was not downloaded, mark the element ...Tristan Van Berkom2017-07-101-3/+7
* _scheduler/queue.py: Queue.done() return value now represents whether it was ...Tristan Van Berkom2017-07-101-9/+21
* artifact tests: Adjust to work with new configuration and APIsTristan Van Berkom2017-07-101-3/+5
* pullqueue.py: Now call Element.pull() instead of the old Element.fetch()Tristan Van Berkom2017-07-101-2/+2
* element.py: Renamed Element.fetch() to Element.pull()Tristan Van Berkom2017-07-101-9/+31
* _artifactcache.py: Use _ostree.fetch() and _ostree.push() for sharingTristan Van Berkom2017-07-091-25/+33
* _ostree.py: Implement push with `ostree-push` and removed fetch_ssh() methodTristan Van Berkom2017-07-091-33/+41
* source.py: Use the new utils._tempdir() utility to implement Source.tempdir()Tristan Van Berkom2017-07-091-11/+2
* utils.py: Adding _tempdir() utility context managerTristan Van Berkom2017-07-091-0/+32
* Removing ostree-pull-ssh and ostree-pushTristan Van Berkom2017-07-094-312/+1
* context.py & userconfig.yaml: New syntax for remote artifact cachesTristan Van Berkom2017-07-092-6/+20
* Only run integration commands on checkout for native-built artifactsSam Thursfield2017-07-062-5/+14
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-0614-97/+232
* main.py: Removing final unnecessary executable bit.Tristan Van Berkom2017-07-051-0/+0