summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unrestricting pages jobpages-testTristan Van Berkom2017-07-101-2/+0
* Docs: Moving artifacts.rst -> artifactshare.rstTristan Van Berkom2017-07-101-0/+0
* 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
* build-all.sh.in, build-module.sh.in: Removing unnecessary executable bitsTristan Van Berkom2017-07-052-0/+0
* _pipeline.py: Restoring good old 0644 on this fileTristan Van Berkom2017-07-051-0/+0
* projectconfig.yaml: Restore old default split domain behaviourtristan/split-domainsTristan Maat2017-07-051-0/+16
* element.py: Use _yaml.node_copy() instead of deepcopy for public dataTristan Van Berkom2017-07-051-2/+2
* _yaml.py: Added node_copy() and list_copy()Tristan Van Berkom2017-07-051-0/+30
* 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