summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove OSTree plugin; It lives now in the bst-plugins-experimental repoJavier Jardón2019-05-141-0/+5
|
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-052-4/+4
| | | | Also update tests to be consistent with this
* Change URL to the Alpine tarballValentin David2018-10-175-5/+5
|
* Fix spelling of it's and itsRichard Dale2018-10-163-3/+3
|
* Use http instead of https for the gnu ftp mirrortiagogomes/disable-https-gnu-repoTiago Gomes2018-08-161-1/+1
| | | | | | | | | https seems broken on the Debian image: START autotools/hello/42930621-fetch.499.log START Fetching https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz FAILURE Fetching https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz FAILURE tar source at hello.bst [line 16 column 2]: Error mirroring https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz: <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:720)>
* examples: Switch ftp.gnu.org to mirrorQinusty/gnu-mirrorJosh Smith2018-08-152-2/+2
| | | | | This should avoid current issues accessing the necessary sources which are blocking CI currently.
* local plugin: validate project pathsTiago Gomes2018-08-025-5/+53
| | | | | | The autotools example had to be copied over inside of the junction example, as referring to a path outside of the project directory is now disallowed.
* tutorials: Add workspaces tutorialPhil Dawson2018-08-011-1/+1
| | | | This is part of the work towards issue #437
* Add project for workspaces tutorialPhil Dawson2018-08-017-0/+84
| | | | This is part of the work towards issue #437
* examples: add project demonstrating a junction elementPhil Dawson2018-07-304-0/+28
| | | | This is part of the work towards #437.
* doc: Adding part 4 of the getting started tutorial: integration commandsTristan Van Berkom2018-06-2510-0/+144
| | | | | This new section talks about how integration commands work and shows them at work.
* doc/examples/autotools/project.conf: Correcting project name hereTristan Van Berkom2018-06-181-2/+2
|
* doc: Adding part 3 of the getting started tutorial: autotools elementTristan Van Berkom2018-06-184-0/+52
| | | | | | | | | This part of the tutorial uses a lot of the work from Phil Dawson and James Ennis, and uses their example submitted on merge request 499 as a basis to introduce the user to yaml composition and variable resolution. This is a part of issue #103
* doc: Adding part 2 of the getting started tutorialTristan Van Berkom2018-06-176-0/+74
| | | | | | | | | | | | | o doc/examples/running-commands: New example project of a `manual` build element o doc/sessions/running-commands.run: New session file to capture bst output o doc/source/sessions-stored: Added new generated sessions o doc/source/tutorial/running-commands.rst: New tutorial entry describing how commands are run in the sandbox o tests/examples/running-commands.py: Test case validating the tutorial's assertions
* doc: Adding part 1 of the getting started tutorialTristan Van Berkom2018-06-163-0/+21
| | | | | | | | | | | | | | | | | | | | | o doc/Makefile: Added new directory to collect rst files from o doc/examples/first-project: Added the "first-project" example project. o doc/source/sessions/first-project-*.html: Added the generated snippets o doc/source/using_tutorial.rst: Added the new main tutorial page o doc/source/tutorial/first-project.rst: Added part 1 of the tutorial here o tests/examples/first-project.py: Added test for the example project This is largely based on an example by Javier Jardón, which was submitted at https://gitlab.com/BuildStream/buildstream/merge_requests/323 Fixes #103
* doc/examples/flatpak-autotools: Use consistent project nameTristan Van Berkom2018-06-091-1/+1
| | | | This was named autotools-flatpak, changed to flatpak-autotools.
* doc/examples/flatpak-autotools/README.md: RemovingTristan Van Berkom2018-05-161-28/+0
| | | | | This is redundant with doc/source/examples_flatpak_base.rst, lets please only document things once.
* doc: Add first example, building on a flatpak SDKalbfan2018-05-1620-0/+3135
This adds: o A ToC area for adding examples o The instructive example page for the first example o The example project under doc/examples o The corresponding integration test in tests/examples