summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: Update docker imagesQinusty/gitlab-ciJosh Smith2018-08-101-3/+3
* Merge branch 'valentindavid/498_bwrap_environment' into 'master'Valentin David2018-08-101-3/+7
|\
| * Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
|/
* Merge branch 'relative_workspaces' into 'master'Phillip Smyth2018-08-106-54/+97
|\
| * Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-106-54/+97
|/
* Merge branch 'jmac/pin-ruamel-version' into 'master'Tristan Van Berkom2018-08-091-1/+1
|\
| * setup.py: Pin ruamel.yaml version to <= 0.15Jim MacArthur2018-08-091-1/+1
|/
* Merge branch 'jjardon/max-jobs' into 'master'Javier Jardón2018-08-091-2/+4
|\
| * buildstream/_project.py: Restrict max-jobsJavier Jardón2018-08-091-1/+4
| * buildstream/_project.py:Javier Jardón2018-08-091-2/+1
|/
* Merge branch 'valentindavid/fuse-create-flags' into 'master'Valentin David2018-08-092-3/+7
|\
| * Keep original flags for create in SafeHardlinks.Valentin David2018-08-092-3/+7
|/
* Merge branch 'tiagogomes/issue-520' into 'master'Tiago Gomes2018-08-093-8/+10
|\
| * cascache: move tmp directory one level uptiagogomes/issue-520Tiago Gomes2018-08-093-8/+10
|/
* Merge branch 'chandan/remove-dead-code' into 'master'Chandan Singh2018-08-081-10/+0
|\
| * .gitlab-ci.yml: Remove unused script "install.sh"Chandan Singh2018-08-081-10/+0
|/
* Merge branch 'juerg/python3.7' into 'master'Jürg Billeter2018-08-072-4/+6
|\
| * _artifactcache/cascache.py: Fix for PEP 479 / Python 3.7Jürg Billeter2018-08-071-2/+5
| * Revert "Restrict version of pylint"Jürg Billeter2018-08-071-2/+1
|/
* Merge branch 'willsalmon/trackWarning' into 'master'Will Salmon2018-08-073-3/+65
|\
| * Add warning to git track if track and ref are not presentWilliam Salmon2018-08-073-3/+65
|/
* Merge branch 'jennis/change_arch_install_instructions' into 'master'James Ennis2018-08-071-2/+13
|\
| * install_linux_distro.rst: Change install instructions for python-arpy package...jennis/change_arch_install_instructionsJames Ennis2018-08-071-2/+13
|/
* source/install_linux_distro.rst: Fix formattingJavier Jardón2018-08-071-0/+2
* Merge branch 'adamjones/systemd-cas' into 'master'Javier Jardón2018-08-071-0/+44
|\
| * Add systemd service file examples to artifacts documentationAdam Jones2018-08-071-0/+44
|/
* Merge branch 'jjardon/doc_arch_releases' into 'master'Tristan Van Berkom2018-08-071-5/+4
|\
| * source/install_linux_distro.rst: Make clearer ArchLinux packages availableJavier Jardón2018-08-071-5/+4
|/
* Merge branch 'edbaunton/executable-remote-source' into 'master'Tristan Van Berkom2018-08-074-5/+61
|\
| * remote.py: Add support for marking downloaded files executableEd Baunton2018-08-074-5/+61
|/
* Merge branch 'tiagogomes/issue-550' into 'master'Tiago Gomes2018-08-062-3/+3
|\
| * PullQueue: fix resource usedTiago Gomes2018-08-062-3/+3
|/
* Merge branch 'jennis/fix_links_in_docs' into 'master'Jonathan Maw2018-08-061-2/+2
|\
| * install_linux_distro.rst: Fix broken linksJames Ennis2018-08-061-2/+2
|/
* Merge branch 'toscalix' into 'master'Agustin Benito Bethencourt2018-08-061-3/+3
|\
| * removed space in task template so checkboxes work as expectedtoscalix2018-08-061-3/+3
|/
* Merge branch 'bochecha/fedora-packages' into 'master'Mathieu Bridon2018-08-061-0/+12
|\
| * doc: Mention the Fedora packagesMathieu Bridon2018-08-061-0/+12
|/
* Merge branch 'tristan/build-docs' into 'master'Tristan Van Berkom2018-08-057-62/+62
|\
| * HACKING.rst: It is not longer required to install BuildStream to build the docs.Tristan Van Berkom2018-08-051-3/+0
| * doc/sessions/developing.run: Fix the session to actually run `patch` as a she...Tristan Van Berkom2018-08-051-1/+2
| * doc: Some modifications to the bst2html programTristan Van Berkom2018-08-052-72/+35
| * doc: Fix junctions user guide to refer to doc/sessions, not doc/sessions-stored.Tristan Van Berkom2018-08-051-3/+4
| * __main__.py: Adding private entry point so we can run BuildStream without ins...Tristan Van Berkom2018-08-051-0/+17
| * doc: Build the docs without Buildstream installedbochecha/build-docsMathieu Bridon2018-08-043-8/+29
|/
* Merge branch 'edbaunton/doc-typo' into 'master'Tristan Van Berkom2018-08-041-2/+2
|\
| * element.py (docs): dashes not underscores for build and install rootEd Baunton2018-08-041-2/+2
|/
* Merge branch 'valentindavid/331_include' into 'master'Valentin David2018-08-0287-456/+1783
|\
| * Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0266-205/+1472
| * Refactor plugin factory creationValentin David2018-08-026-91/+115